Uses of Interface
com.ebasetech.xi.api.workflow.WorkflowManagement.FallibleEnactmentDescriptor

Packages that use WorkflowManagement.FallibleEnactmentDescriptor
com.ebasetech.xi.api.workflow   
 

Uses of WorkflowManagement.FallibleEnactmentDescriptor in com.ebasetech.xi.api.workflow
 

Subinterfaces of WorkflowManagement.FallibleEnactmentDescriptor in com.ebasetech.xi.api.workflow
static interface WorkflowManagement.DecisionEnactmentDescriptor
          An extension that incorporates the notion of a script
static interface WorkflowManagement.EscalatorEnactmentDescriptor
          An extension that describes the enactment of an escalator
static interface WorkflowManagement.InteractiveTaskEnactmentDescriptor
          Implementations of this interface provide the detailed information needed by the tasklist application.
static interface WorkflowManagement.PauseEnactmentDescriptor
          An extension that incorporates the notion of a script and an event id
static interface WorkflowManagement.SystemTaskEnactmentDescriptor
          A descriptor used purely for System tasks
static interface WorkflowManagement.TaskEnactmentDescriptor
          An extension that incorporates the notion of an associated task
 

Methods in com.ebasetech.xi.api.workflow with parameters of type WorkflowManagement.FallibleEnactmentDescriptor
 void WorkflowManagement.forceCompletion(WorkflowManagement.FallibleEnactmentDescriptor fallibleDescriptor, java.lang.String reason, java.lang.String caller)
          Force the completion of a previously failed node enactment.
 void WorkflowManagement.reexecute(WorkflowManagement.FallibleEnactmentDescriptor fallibleDescriptor, java.lang.String reason, java.lang.String caller)
          Re-execute a previously failed node enactment.
 com.ebasetech.ufs.workflow.server.enactment.state.State WorkflowManagement.stateOf(WorkflowManagement.FallibleEnactmentDescriptor enactmentDescriptor, java.lang.String caller)
          Answers the state of the described task enactment.