Uses of Class
wt.workflow.engine.WfState

Packages that use WfState
wt.clients.workflow.engine   
wt.lifecycle
 
wt.projmgmt.execution   
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of WfState in wt.clients.workflow.engine
 

Methods in wt.clients.workflow.engine with parameters of type WfState
static int DeleteWfProcesses.delete(WfState state)
           
static QueryResult DeleteWfProcesses.getProcesses(WfState state)
           
 

Uses of WfState in wt.lifecycle
 

Methods in wt.lifecycle with parameters of type WfState
 Vector StandardLifeCycleService.findAssociatedProcesses(LifeCycleManaged object, WfState state)
          Given a Life Cycle Managed object, return the Workflow processes associated with the current phase.
 Vector LifeCycleServiceFwd.findAssociatedProcesses(LifeCycleManaged object, WfState state)
          Given a Life Cycle Managed object, return the Workflow processes associated with the current phase.
 Vector LifeCycleService.findAssociatedProcesses(LifeCycleManaged object, WfState state)
          Given a Life Cycle Managed object, return the Workflow processes associated with the current phase.
 Vector StandardLifeCycleService.findAssociatedProcesses(LifeCycleManaged object, WfState state)
          Given a Life Cycle Managed object, return the Workflow processes associated with the current phase.
 Vector LifeCycleServiceFwd.findAssociatedProcesses(LifeCycleManaged object, WfState state)
          Given a Life Cycle Managed object, return the Workflow processes associated with the current phase.
 Vector LifeCycleService.findAssociatedProcesses(LifeCycleManaged object, WfState state)
          Given a Life Cycle Managed object, return the Workflow processes associated with the current phase.
 

Uses of WfState in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution that return WfState
static WfState ProjExecHelper.getWfState(ProjectState state)
          Returns the workflow state corresponding to a project state passed as argument.
 

Methods in wt.projmgmt.execution with parameters of type WfState
protected  void SummaryActivity.registerEvent(Object event, WfState old_state)
          Register event with engine service.
static ProjectState ProjExecHelper.getProjectState(WfState state)
          Returns the project state corresponding to a workflow state passed as argument.
 

Uses of WfState in wt.workflow.engine
 

Fields in wt.workflow.engine declared as WfState
private  WfState WfTemplateProcessor.previousState
           
private  WfState WfStateEventAudit.oldState
           
private  WfState WfStateEventAudit.newState
           
static WfState WfState.OPEN
          

Supported API: false
static WfState WfState.CLOSED
          

Supported API: false
static WfState WfState.OPEN_RUNNING
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_NOT_STARTED
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_SUSPENDED
          

Supported API: false
static WfState WfState.CLOSED_COMPLETED
          

Supported API: false
static WfState WfState.CLOSED_TERMINATED
          

Supported API: false
static WfState WfState.CLOSED_ABORTED
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_SUSPENDED_DISABLED
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_SUSPENDED_INTERMITTED
          

Supported API: false
static WfState WfState.CLOSED_COMPLETED_NOT_EXECUTED
          

Supported API: false
static WfState WfState.CLOSED_COMPLETED_EXECUTED
          

Supported API: false
private  WfState WfExecutionObject.state
           
private  WfState WfTemplateProcessor.previousState
           
private  WfState WfStateEventAudit.oldState
           
private  WfState WfStateEventAudit.newState
           
static WfState WfState.OPEN
          

Supported API: false
static WfState WfState.CLOSED
          

Supported API: false
static WfState WfState.OPEN_RUNNING
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_NOT_STARTED
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_SUSPENDED
          

Supported API: false
static WfState WfState.CLOSED_COMPLETED
          

Supported API: false
static WfState WfState.CLOSED_TERMINATED
          

Supported API: false
static WfState WfState.CLOSED_ABORTED
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_SUSPENDED_DISABLED
          

Supported API: false
static WfState WfState.OPEN_NOT_RUNNING_SUSPENDED_INTERMITTED
          

Supported API: false
static WfState WfState.CLOSED_COMPLETED_NOT_EXECUTED
          

Supported API: false
static WfState WfState.CLOSED_COMPLETED_EXECUTED
          

Supported API: false
private  WfState WfExecutionObject.state
           
 

Methods in wt.workflow.engine that return WfState
 WfState WfTemplateProcessor.getPreviousState()
          Gets the value of the attribute: previousState; State of the obejct prior to the event.
 WfState WfStateEventAudit.getOldState()
          Gets the value of the attribute: OLD_STATE.
 WfState WfStateEventAudit.getNewState()
          Gets the value of the attribute: NEW_STATE.
static WfState WfState.newWfState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfState, from a resource bundle.
static WfState WfState.toWfState(String internal_value)
          Returns the WfState instance for the internal_value argument.
static WfState WfState.getWfStateDefault()
          Returns the default value (instance) for the WfState set.
static WfState[] WfState.getWfStateSet()
          Returns a copy of the set of valid values (instances) for the WfState class.
 WfState WfExecutionObject.getState()
          Gets the value of the attribute: STATE.
 WfState WfTemplateProcessor.getPreviousState()
          Gets the value of the attribute: previousState; State of the obejct prior to the event.
 WfState WfStateEventAudit.getOldState()
          Gets the value of the attribute: OLD_STATE.
 WfState WfStateEventAudit.getNewState()
          Gets the value of the attribute: NEW_STATE.
static WfState WfState.newWfState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfState, from a resource bundle.
static WfState WfState.toWfState(String internal_value)
          Returns the WfState instance for the internal_value argument.
static WfState WfState.getWfStateDefault()
          Returns the default value (instance) for the WfState set.
static WfState[] WfState.getWfStateSet()
          Returns a copy of the set of valid values (instances) for the WfState class.
 WfState WfExecutionObject.getState()
          Gets the value of the attribute: STATE.
 

Methods in wt.workflow.engine with parameters of type WfState
 void WfTemplateProcessor.setPreviousState(WfState a_PreviousState)
          Sets the value of the attribute: previousState; State of the obejct prior to the event.
 void WfStateEventAudit.setOldState(WfState a_OldState)
          Sets the value of the attribute: OLD_STATE.
 void WfStateEventAudit.setNewState(WfState a_NewState)
          Sets the value of the attribute: NEW_STATE.
 boolean WfState.includes(WfState state)
          Returns true is the state passed as argument is a substate of the current object; false otherwise.
 void WfExecutionObject.setState(WfState a_State)
          Sets the value of the attribute: STATE.
static void WfEventHelper.createStateEvent(WfEventAuditType event_type, WfExecutionObject exec_obj, WfState old_state, Vector events)
          Creates and stores WfAssignmentEventAudit objects.
 void WfEngineServiceSvr.changeStateEvent(WfExecutionObject obj, WfState old_state, Vector events)
          Method called in order to emit a change of state event.
 Enumeration WfEngineServiceSvr.getAssociatedProcesses(TeamReference team, WfState state)
          Deprecated. use method that takes WTContainerRef as argument.
 QueryResult WfEngineServiceSvr.getAssociatedProcesses(TeamReference team, WfState state, WTContainerRef context_ref)
          

Supported API: false
 Enumeration WfEngineServiceFwd.getProcesses(WfState state)
          Deprecated. use method with WTContainerRef as argument.
 Enumeration WfEngineServiceFwd.getProcesses(WfProcessTemplate template, WfState state)
          Returns all processes instantianted from a given template that are in a given state.
 Enumeration WfEngineServiceFwd.getProcessSteps(WfContainer container, WfState state)
          Returns all instantiated process steps in a given state.
 Enumeration WfEngineServiceFwd.getAssociatedProcesses(Persistable object, WfState state)
          Deprecated. use method with WTContainerRef argument.
 QueryResult WfEngineServiceFwd.getAssociatedProcesses(Persistable object, WfState state, WTContainerRef context_ref)
          Returns all process instances associated with the object passed as argument that are in a given state in the passed WTContainer.
 QueryResult WfEngineServiceFwd.getProcesses(WfState state, WTContainerRef context_ref)
          Returns all existing processes in a given state and WTContainer.
 Enumeration WfEngineService.getProcesses(WfState state)
          Deprecated. use method with WTContainerRef as argument.
 Enumeration WfEngineService.getProcesses(WfProcessTemplate template, WfState state)
          Returns all processes instantianted from a given template that are in a given state.
 Enumeration WfEngineService.getProcessSteps(WfContainer container, WfState state)
          Returns all instantiated process steps in a given state.
 Enumeration WfEngineService.getAssociatedProcesses(Persistable object, WfState state)
          Deprecated. use method with WTContainerRef argument.
 QueryResult WfEngineService.getAssociatedProcesses(Persistable object, WfState state, WTContainerRef context_ref)
          Returns all process instances associated with the object passed as argument that are in a given state in the passed WTContainer.
 QueryResult WfEngineService.getProcesses(WfState state, WTContainerRef context_ref)
          Returns all existing processes in a given state and WTContainer.
protected  void WfActivity.registerEvent(Object event, WfState old_state)
          Register event with engine service.
 void StandardWfEngineService.changeStateEvent(WfExecutionObject obj, WfState old_state, Vector events)
          Method called in order to emit a change of state event.
 Enumeration StandardWfEngineService.getAssociatedProcesses(TeamReference team, WfState state)
          Deprecated. use method that takes WTContainerRef as argument.
 QueryResult StandardWfEngineService.getAssociatedProcesses(TeamReference team, WfState state, WTContainerRef context_ref)
          

Supported API: false
 Enumeration StandardWfEngineService.getProcesses(WfState state)
          Deprecated. use method with WTContainerRef as argument.
 Enumeration StandardWfEngineService.getProcesses(WfProcessTemplate template, WfState state)
          Returns all processes instantianted from a given template that are in a given state.
 Enumeration StandardWfEngineService.getProcessSteps(WfContainer container, WfState state)
          Returns all instantiated process steps in a given state.
 Enumeration StandardWfEngineService.getAssociatedProcesses(Persistable object, WfState state)
          Deprecated. use method with WTContainerRef argument.
 QueryResult StandardWfEngineService.getAssociatedProcesses(Persistable object, WfState state, WTContainerRef context_ref)
          Returns all process instances associated with the object passed as argument that are in a given state in the passed WTContainer.
 QueryResult StandardWfEngineService.getProcesses(WfState state, WTContainerRef context_ref)
          Returns all existing processes in a given state and WTContainer.
private  void StandardWfEngineService.sendCompletionMessage(WfExecutionObject obj, Timestamp event_time, WfState old_state)
          Send message to process creator (initiator) notifying that execution object completed.
private  void StandardWfEngineService.sendAbortMessage(WfExecutionObject obj, Timestamp event_time, WfState old_state)
          Send message to process creator (initiator) notifying that execution object aborted.
 WTCollection StandardWfEngineService.getAssociatedProcesses(WTCollection col, WfState state)
           
 void WfTemplateProcessor.setPreviousState(WfState a_PreviousState)
          Sets the value of the attribute: previousState; State of the obejct prior to the event.
 void WfStateEventAudit.setOldState(WfState a_OldState)
          Sets the value of the attribute: OLD_STATE.
 void WfStateEventAudit.setNewState(WfState a_NewState)
          Sets the value of the attribute: NEW_STATE.
 boolean WfState.includes(WfState state)
          Returns true is the state passed as argument is a substate of the current object; false otherwise.
 void WfExecutionObject.setState(WfState a_State)
          Sets the value of the attribute: STATE.
static void WfEventHelper.createStateEvent(WfEventAuditType event_type, WfExecutionObject exec_obj, WfState old_state, Vector events)
          Creates and stores WfAssignmentEventAudit objects.
 void WfEngineServiceSvr.changeStateEvent(WfExecutionObject obj, WfState old_state, Vector events)
          Method called in order to emit a change of state event.
 Enumeration WfEngineServiceSvr.getAssociatedProcesses(TeamReference team, WfState state)
          Deprecated. use method that takes WTContainerRef as argument.
 QueryResult WfEngineServiceSvr.getAssociatedProcesses(TeamReference team, WfState state, WTContainerRef context_ref)
          

Supported API: false
 Enumeration WfEngineServiceFwd.getProcesses(WfState state)
          Deprecated. use method with WTContainerRef as argument.
 Enumeration WfEngineServiceFwd.getProcesses(WfProcessTemplate template, WfState state)
          Returns all processes instantianted from a given template that are in a given state.
 Enumeration WfEngineServiceFwd.getProcessSteps(WfContainer container, WfState state)
          Returns all instantiated process steps in a given state.
 Enumeration WfEngineServiceFwd.getAssociatedProcesses(Persistable object, WfState state)
          Deprecated. use method with WTContainerRef argument.
 QueryResult WfEngineServiceFwd.getAssociatedProcesses(Persistable object, WfState state, WTContainerRef context_ref)
          Returns all process instances associated with the object passed as argument that are in a given state in the passed WTContainer.
 QueryResult WfEngineServiceFwd.getProcesses(WfState state, WTContainerRef context_ref)
          Returns all existing processes in a given state and WTContainer.
 Enumeration WfEngineService.getProcesses(WfState state)
          Deprecated. use method with WTContainerRef as argument.
 Enumeration WfEngineService.getProcesses(WfProcessTemplate template, WfState state)
          Returns all processes instantianted from a given template that are in a given state.
 Enumeration WfEngineService.getProcessSteps(WfContainer container, WfState state)
          Returns all instantiated process steps in a given state.
 Enumeration WfEngineService.getAssociatedProcesses(Persistable object, WfState state)
          Deprecated. use method with WTContainerRef argument.
 QueryResult WfEngineService.getAssociatedProcesses(Persistable object, WfState state, WTContainerRef context_ref)
          Returns all process instances associated with the object passed as argument that are in a given state in the passed WTContainer.
 QueryResult WfEngineService.getProcesses(WfState state, WTContainerRef context_ref)
          Returns all existing processes in a given state and WTContainer.
protected  void WfActivity.registerEvent(Object event, WfState old_state)
          Register event with engine service.
 void StandardWfEngineService.changeStateEvent(WfExecutionObject obj, WfState old_state, Vector events)
          Method called in order to emit a change of state event.
 Enumeration StandardWfEngineService.getAssociatedProcesses(TeamReference team, WfState state)
          Deprecated. use method that takes WTContainerRef as argument.
 QueryResult StandardWfEngineService.getAssociatedProcesses(TeamReference team, WfState state, WTContainerRef context_ref)
          

Supported API: false
 Enumeration StandardWfEngineService.getProcesses(WfState state)
          Deprecated. use method with WTContainerRef as argument.
 Enumeration StandardWfEngineService.getProcesses(WfProcessTemplate template, WfState state)
          Returns all processes instantianted from a given template that are in a given state.
 Enumeration StandardWfEngineService.getProcessSteps(WfContainer container, WfState state)
          Returns all instantiated process steps in a given state.
 Enumeration StandardWfEngineService.getAssociatedProcesses(Persistable object, WfState state)
          Deprecated. use method with WTContainerRef argument.
 QueryResult StandardWfEngineService.getAssociatedProcesses(Persistable object, WfState state, WTContainerRef context_ref)
          Returns all process instances associated with the object passed as argument that are in a given state in the passed WTContainer.
 QueryResult StandardWfEngineService.getProcesses(WfState state, WTContainerRef context_ref)
          Returns all existing processes in a given state and WTContainer.
private  void StandardWfEngineService.sendCompletionMessage(WfExecutionObject obj, Timestamp event_time, WfState old_state)
          Send message to process creator (initiator) notifying that execution object completed.
private  void StandardWfEngineService.sendAbortMessage(WfExecutionObject obj, Timestamp event_time, WfState old_state)
          Send message to process creator (initiator) notifying that execution object aborted.
 WTCollection StandardWfEngineService.getAssociatedProcesses(WTCollection col, WfState state)
           
 

Uses of WfState in wt.workflow.work
 

Methods in wt.workflow.work with parameters of type WfState
private  Enumeration StandardWorkflowService.getAssignedActivities(WfProcess process, WfState state)