|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfTransition | |
wt.clients.workflow.manager | |
wt.projmgmt.execution | |
wt.projmgmt.monitor | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.robots |
Provides workflow classes responsible for the execution of
robot activities that are executed without human intervention. |
Uses of WfTransition in wt.clients.workflow.manager |
Methods in wt.clients.workflow.manager that return WfTransition | |
static WfTransition |
PMServer.getWfTransition(String transition)
|
Uses of WfTransition in wt.projmgmt.execution |
Methods in wt.projmgmt.execution that return WfTransition | |
static WfTransition |
ProjExecHelper.getWfTransition(ProjectState old_state,
ProjectState new_state)
Returns the workflow transition corresponding to pair of project states passed as argument as old and new states. |
Methods in wt.projmgmt.execution with parameters of type WfTransition | |
WfExecutionObject |
SummaryActivity.changeState(WfTransition transition)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
ProjectProxy.changeState(WfTransition transition)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
ProjectPlan.changeState(WfTransition transition)
Change the workflow state of the project plan given a transition as argument. |
WfExecutionObject |
ProjectPlan.changeState(WfTransition transition,
boolean immediate)
Change the workflow state of the object given a transition as argument. |
protected WfProcess |
ProjectPlan.changeProcessFolder(WfProcess process,
WfTransition transition)
Does nothing: overrides WfProcess.changeProcessFolder. |
WfExecutionObject |
ProjectActivity.changeState(WfTransition transition)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
ProjectActivity.changeState(WfTransition transition,
boolean propagate)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
ProjectActivity.changeState(WfTransition transition,
boolean immediate,
boolean propagate)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
Milestone.changeState(WfTransition transition)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
Milestone.changeState(WfTransition transition,
boolean propagate)
Change the workflow state of the object given a transition as argument. |
WfExecutionObject |
Milestone.changeState(WfTransition transition,
boolean immediate,
boolean propagate)
Change the workflow state of the object given a transition as argument. |
Uses of WfTransition in wt.projmgmt.monitor |
Methods in wt.projmgmt.monitor with parameters of type WfTransition | |
ProjectNode |
StandardProjMonitorService.propagateStateChange(ProjectNode node,
WfTransition transition,
ProjectState old_state)
Performs propagation tasks associated with state changes. |
ProjectNode |
ProjMonitorServiceSvr.propagateStateChange(ProjectNode node,
WfTransition transition,
ProjectState old_state)
Performs propagation tasks associated with state changes. |
Uses of WfTransition in wt.workflow.definer |
Methods in wt.workflow.definer that return WfTransition | |
private static WfTransition |
LoadWorkflow.getTransition(String name,
Hashtable attributes,
Hashtable cmdLineArgs,
int required)
|
Uses of WfTransition in wt.workflow.engine |
Fields in wt.workflow.engine declared as WfTransition | |
static WfTransition |
WfTransition.START
Supported API: false |
static WfTransition |
WfTransition.DISABLE
Supported API: false |
static WfTransition |
WfTransition.ENABLE
Supported API: false |
static WfTransition |
WfTransition.SUSPEND
Supported API: false |
static WfTransition |
WfTransition.RESUME
Supported API: false |
static WfTransition |
WfTransition.SKIP
Supported API: false |
static WfTransition |
WfTransition.COMPLETE
Supported API: false |
static WfTransition |
WfTransition.TERMINATE
Supported API: false |
static WfTransition |
WfTransition.ABORT
Supported API: false |
static WfTransition |
WfTransition.RESET
Supported API: false |
private WfTransition |
StandardWfEngineService.ChangeState.transition
|
private WfTransition |
StandardWfEngineService.RestoreState.transition
|
static WfTransition |
WfTransition.START
Supported API: false |
static WfTransition |
WfTransition.DISABLE
Supported API: false |
static WfTransition |
WfTransition.ENABLE
Supported API: false |
static WfTransition |
WfTransition.SUSPEND
Supported API: false |
static WfTransition |
WfTransition.RESUME
Supported API: false |
static WfTransition |
WfTransition.SKIP
Supported API: false |
static WfTransition |
WfTransition.COMPLETE
Supported API: false |
static WfTransition |
WfTransition.TERMINATE
Supported API: false |
static WfTransition |
WfTransition.ABORT
Supported API: false |
static WfTransition |
WfTransition.RESET
Supported API: false |
private WfTransition |
StandardWfEngineService.ChangeState.transition
|
private WfTransition |
StandardWfEngineService.RestoreState.transition
|
Methods in wt.workflow.engine that return WfTransition | |
static WfTransition |
WfTransition.newWfTransition(int secretHandshake)
Used by EnumeratedType for constructing instances of WfTransition, from a resource bundle. |
static WfTransition |
WfTransition.toWfTransition(String internal_value)
Returns the WfTransition instance for the internal_value argument. |
static WfTransition |
WfTransition.getWfTransitionDefault()
Returns the default value (instance) for the WfTransition set. |
static WfTransition[] |
WfTransition.getWfTransitionSet()
Returns a copy of the set of valid values (instances) for the WfTransition class. |
static WfTransition |
WfTransition.newWfTransition(int secretHandshake)
Used by EnumeratedType for constructing instances of WfTransition, from a resource bundle. |
static WfTransition |
WfTransition.toWfTransition(String internal_value)
Returns the WfTransition instance for the internal_value argument. |
static WfTransition |
WfTransition.getWfTransitionDefault()
Returns the default value (instance) for the WfTransition set. |
static WfTransition[] |
WfTransition.getWfTransitionSet()
Returns a copy of the set of valid values (instances) for the WfTransition class. |
Methods in wt.workflow.engine with parameters of type WfTransition | |
WfExecutionObject |
WfRequesterActivity.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
WfExecutionObject |
WfRequesterActivity.changeState(WfTransition transition,
boolean propagate)
|
WfExecutionObject |
WfRequester.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
WfExecutionObject |
WfProcessRequester.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
WfExecutionObject |
WfProcess.changeState(WfTransition transition)
Updates the current state of the process. |
protected WfExecutionObject |
WfProcess.changeState(WfTransition transition,
boolean is_immediate)
Updates the current state of the process. |
protected WfException |
WfProcess.getWfException(WTException wte,
WfTransition transition)
Returns an exception appropriate to the transition. |
WfExecutionObject |
WfExecutionObject.changeStateAttributes(WfTransition transition)
Updates the current state of the execution object. |
abstract WfExecutionObject |
WfExecutionObject.changeState(WfTransition transition)
Forces a change of state on the object. |
void |
WfEngineServiceSvr.queueStateChange(WfExecutionObject obj,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change. |
void |
WfEngineServiceSvr.queueStateChange(WTCollection collection,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change for a collection of execution objects. |
void |
WfEngineServiceSvr.queueTimeEvent(WfExecutionObject obj,
Timestamp time,
WfTransition transition)
Queues a request to effect a state change at a given time to a a given execution object. |
WfExecutionObject |
WfEngineServiceFwd.changeState(WfExecutionObject exec_object,
WfTransition transition)
Changes the state of a process or activity. |
WfExecutionObject |
WfEngineService.changeState(WfExecutionObject exec_object,
WfTransition transition)
Changes the state of a process or activity. |
WfExecutionObject |
WfBlock.changeState(WfTransition transition)
Changes block state. |
WfExecutionObject |
WfAdHocActivity.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
protected WfExecutionObject |
WfAdHocActivity.changeState(WfTransition transition,
boolean is_immediate,
boolean propagate)
|
WfExecutionObject |
WfAdHocActivity.changeState(WfTransition transition,
boolean propagate)
|
WfExecutionObject |
WfActivity.changeState(WfTransition transition)
Updates the current state of the activity. |
WfExecutionObject |
WfActivity.changeState(WfTransition transition,
boolean propagate)
Updates the current state of the activity. |
protected void |
WfActivity.doWork(WfTransition transition)
Internal method used to cause the performance of the work associated with the transition passed as argument. |
protected WfExecutionObject |
WfActivity.changeState(WfTransition transition,
boolean is_immediate,
boolean propagate)
Protected method that does the actual state change work. |
protected WfException |
WfActivity.getWfException(WTException wte,
WfTransition transition)
Returns an exception appropriate to the transition. |
static void |
StandardWfEngineService.changeState(ObjectIdentifier exec_obj_id,
WfTransition transition,
Boolean propagate)
Method queued to perform a change of state in an execution object. |
void |
StandardWfEngineService.queueStateChange(WfExecutionObject obj,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change. |
void |
StandardWfEngineService.queueStateChange(WTCollection collection,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change for a collection of execution objects. |
void |
StandardWfEngineService.queueTimeEvent(WfExecutionObject obj,
Timestamp time,
WfTransition transition)
Queues a request to effect a state change at a given time to a a given execution object. |
WfExecutionObject |
StandardWfEngineService.changeState(WfExecutionObject exec_object,
WfTransition transition)
Changes the state of a process or activity. |
WfExecutionObject |
WfRequesterActivity.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
WfExecutionObject |
WfRequesterActivity.changeState(WfTransition transition,
boolean propagate)
|
WfExecutionObject |
WfRequester.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
WfExecutionObject |
WfProcessRequester.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
WfExecutionObject |
WfProcess.changeState(WfTransition transition)
Updates the current state of the process. |
protected WfExecutionObject |
WfProcess.changeState(WfTransition transition,
boolean is_immediate)
Updates the current state of the process. |
protected WfException |
WfProcess.getWfException(WTException wte,
WfTransition transition)
Returns an exception appropriate to the transition. |
WfExecutionObject |
WfExecutionObject.changeStateAttributes(WfTransition transition)
Updates the current state of the execution object. |
abstract WfExecutionObject |
WfExecutionObject.changeState(WfTransition transition)
Forces a change of state on the object. |
void |
WfEngineServiceSvr.queueStateChange(WfExecutionObject obj,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change. |
void |
WfEngineServiceSvr.queueStateChange(WTCollection collection,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change for a collection of execution objects. |
void |
WfEngineServiceSvr.queueTimeEvent(WfExecutionObject obj,
Timestamp time,
WfTransition transition)
Queues a request to effect a state change at a given time to a a given execution object. |
WfExecutionObject |
WfEngineServiceFwd.changeState(WfExecutionObject exec_object,
WfTransition transition)
Changes the state of a process or activity. |
WfExecutionObject |
WfEngineService.changeState(WfExecutionObject exec_object,
WfTransition transition)
Changes the state of a process or activity. |
WfExecutionObject |
WfBlock.changeState(WfTransition transition)
Changes block state. |
WfExecutionObject |
WfAdHocActivity.changeState(WfTransition transition)
This method is used by containing process of application to force the process to undergo state changes. |
protected WfExecutionObject |
WfAdHocActivity.changeState(WfTransition transition,
boolean is_immediate,
boolean propagate)
|
WfExecutionObject |
WfAdHocActivity.changeState(WfTransition transition,
boolean propagate)
|
WfExecutionObject |
WfActivity.changeState(WfTransition transition)
Updates the current state of the activity. |
WfExecutionObject |
WfActivity.changeState(WfTransition transition,
boolean propagate)
Updates the current state of the activity. |
protected void |
WfActivity.doWork(WfTransition transition)
Internal method used to cause the performance of the work associated with the transition passed as argument. |
protected WfExecutionObject |
WfActivity.changeState(WfTransition transition,
boolean is_immediate,
boolean propagate)
Protected method that does the actual state change work. |
protected WfException |
WfActivity.getWfException(WTException wte,
WfTransition transition)
Returns an exception appropriate to the transition. |
static void |
StandardWfEngineService.changeState(ObjectIdentifier exec_obj_id,
WfTransition transition,
Boolean propagate)
Method queued to perform a change of state in an execution object. |
void |
StandardWfEngineService.queueStateChange(WfExecutionObject obj,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change. |
void |
StandardWfEngineService.queueStateChange(WTCollection collection,
WfTransition transition,
boolean new_thread,
boolean propagate)
Queues the state change for a collection of execution objects. |
void |
StandardWfEngineService.queueTimeEvent(WfExecutionObject obj,
Timestamp time,
WfTransition transition)
Queues a request to effect a state change at a given time to a a given execution object. |
WfExecutionObject |
StandardWfEngineService.changeState(WfExecutionObject exec_object,
WfTransition transition)
Changes the state of a process or activity. |
Constructors in wt.workflow.engine with parameters of type WfTransition | |
StandardWfEngineService.ChangeState(WfExecutionObject exec_obj,
WfTransition transition,
boolean propagate)
|
|
StandardWfEngineService.ChangeState(WTCollection collection,
WfTransition transition,
boolean propagate)
|
|
StandardWfEngineService.ChangeState(WfExecutionObject exec_obj,
WfTransition transition,
boolean propagate)
|
|
StandardWfEngineService.ChangeState(WTCollection collection,
WfTransition transition,
boolean propagate)
|
Uses of WfTransition in wt.workflow.robots |
Methods in wt.workflow.robots with parameters of type WfTransition | |
protected WfExecutionObject |
WfRobotActivity.changeState(WfTransition transition,
boolean is_immediate,
boolean propagate)
Overrides changeState (of WfActivity) adding a queued call to the work to be done by the robot. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |