| java.lang.Object common.WrappedExecutionObject
All known Subclasses: common.WrappedProcess, common.WrappedActivity,
WrappedExecutionObject | public class WrappedExecutionObject (Code) | | Describe class WrappedExecutionObject here.
author: Christian Weidauer version: 1.0 |
WrappedExecutionObject | public WrappedExecutionObject(WfExecutionObject wfeo) throws Exception(Code) | | Creates a new WrappedExecutionObject instance.
Parameters: wfeo - a WfExecutionObject value |
description | public String description()(Code) | | Describe description method here.
a String value |
hasState | public boolean hasState(String stateToCheck)(Code) | | Describe hasState method here.
Parameters: stateToCheck - a String value a boolean value |
name | public String name()(Code) | | Describe name method here.
a String value |
processContext | public ProcessData processContext()(Code) | | Return the context of this WfExecutionObject .
the process relevant data that define the context of the execution object. throws: RemoteException - If a communication error occurred. |
setDescription | public void setDescription(String newValue)(Code) | | Set the description of this WfExecutionObject .
Parameters: newValue - the description of this WfExecutionObject . throws: RemoteException - If a communication error occurred. |
setName | public void setName(String newValue)(Code) | | Set the name of this WfExecutionObject .
Parameters: newValue - the description of this WfExecutionObject . throws: RemoteException - If a communication error occurred. |
setPriority | public void setPriority(int priority) throws Exception(Code) | | Describe priority method here.
a int value |
setupWaitForState | public void setupWaitForState(String stateToCheck) throws Exception(Code) | | Describe waitForState method here.
Parameters: stateToCheck - a String value exception: Exception - if an error occurs |
setupWaitForState | public void setupWaitForState(String stateToCheck, boolean log) throws Exception(Code) | | Describe waitForState method here.
Parameters: stateToCheck - a String value exception: Exception - if an error occurs |
state | public String state()(Code) | | Describe state method here.
a String value |
workflowState | public State workflowState()(Code) | | Return the current state.
the current state . throws: RemoteException - if a system-level error occurs. |
wrapActivities | protected Collection wrapActivities(Collection activityCollection) throws Exception(Code) | | Describe wrapActivities method here.
Parameters: activityCollection - a Collection value a Collection value |
|
|