| java.lang.Object common.WrappedExecutionObject common.WrappedProcess
WrappedProcess | public WrappedProcess(WfProcess wfp) throws Exception(Code) | | Creates a new WrappedProcess instance.
Parameters: wfp - a WfProcess value |
activitiesInState | public Collection activitiesInState(String state) throws Exception(Code) | | Describe activitiesInState method here.
Parameters: state - a String value a Collection value exception: Exception - if an error occurs |
equals | public boolean equals(Object wproc)(Code) | | Check if the given proc is the same as the current one.
|
getWfProcess | public WfProcess getWfProcess()(Code) | | Describe getWfProcess method here.
a WfProcess value |
hashCode | public int hashCode()(Code) | | Return the hash code.
the result. |
Methods inherited from common.WrappedExecutionObject | public void abort() throws RemoteException, NotRunningException, NotSuspendedException, InvalidStateException, TransitionNotAllowedException, CannotStopException(Code)(Java Doc) public void changeState(String state) throws RemoteException, TransitionNotAllowedException, InvalidStateException(Code)(Java Doc) public String description()(Code)(Java Doc) public boolean hasState(String stateToCheck)(Code)(Java Doc) public String key()(Code)(Java Doc) public String name()(Code)(Java Doc) public int priority() throws RemoteException(Code)(Java Doc) public ProcessData processContext()(Code)(Java Doc) public void resume() throws RemoteException, CannotResumeException, NotRunningException, NotSuspendedException, InvalidStateException, TransitionNotAllowedException(Code)(Java Doc) public void setDescription(String newValue)(Code)(Java Doc) public void setName(String newValue)(Code)(Java Doc) public void setPriority(int priority) throws Exception(Code)(Java Doc) public void setupWaitForState(String stateToCheck) throws Exception(Code)(Java Doc) public void setupWaitForState(String stateToCheck, boolean log) throws Exception(Code)(Java Doc) public String state()(Code)(Java Doc) public void suspend() throws RemoteException, CannotSuspendException, NotRunningException, AlreadySuspendedException, InvalidStateException, TransitionNotAllowedException(Code)(Java Doc) public void terminate() throws RemoteException, CannotStopException, InvalidStateException, NotRunningException, TransitionNotAllowedException(Code)(Java Doc) public String toString()(Code)(Java Doc) public void waitForState() throws Exception(Code)(Java Doc) public State workflowState()(Code)(Java Doc) protected Collection wrapActivities(Collection activityCollection) throws Exception(Code)(Java Doc)
|
|
|