| java.lang.Object common.WrappedExecutionObject common.WrappedActivity
WrappedActivity | public WrappedActivity(WfActivity wfa) throws Exception(Code) | | Creates a new WrappedActivity instance.
Parameters: wfa - a WfActivity value |
assignments | public Collection assignments()(Code) | | Returns all the WfAssignment associated with a
# * WfActivity .
the collection of all the WfAssignment. throws: RemoteException - if a system-level error occurs. |
nextActivities | public List nextActivities() throws Exception(Code) | | Returns the list of activities that may follow this activity,
i.e. to which transitions exist.
the list of Activity Activity objects. throws: RemoteException - if a system-level error occurs. |
wrapProcesses | protected Collection wrapProcesses(Collection performerCollection) throws Exception(Code) | | Describe wrapProcesses method here.
Parameters: activityCollection - a Collection value a Collection value |
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)
|
|
|