| java.lang.Object process.SmartWfExecutionObject process.SmartWfProcess
returnSmartActivities | protected boolean returnSmartActivities(Code) | | Describe variable returnSmartActivities here.
|
SmartWfProcess | public SmartWfProcess(WfProcess wfp, boolean setStateDirectly, boolean returnSmartActivities) throws Exception(Code) | | Creates a new SmartWfProcess instance.
Parameters: wfp - a WfProcess value Parameters: setStateDirectly - a boolean value Parameters: returnSmartActivities - a boolean value |
SmartWfProcess | public SmartWfProcess(WfProcess wfp, boolean setStateDirectly) throws Exception(Code) | | Creates a new SmartWfProcess instance.
Parameters: wfp - a WfProcess value Parameters: setStateDirectly - a boolean value |
SmartWfProcess | public SmartWfProcess(WfProcess wfp) throws Exception(Code) | | Creates a new SmartWfProcess 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 |
getWfProcess | public WfProcess getWfProcess()(Code) | | Describe getWfProcess method here.
a WfProcess value |
makeSmart | protected Collection makeSmart(Collection activityCollection) throws Exception(Code) | | Describe makeSmart method here.
Parameters: activityCollection - a Collection value a Collection value |
Methods inherited from process.SmartWfExecutionObject | 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 boolean hasState(String stateToCheck)(Code)(Java Doc) public String key()(Code)(Java Doc) public String name()(Code)(Java Doc) public void resume() throws RemoteException, CannotResumeException, NotRunningException, NotSuspendedException, InvalidStateException, TransitionNotAllowedException(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)
|
|
|