Uses of Interface
com.orchestranetworks.workflow.DataContext
-
Packages that use DataContext Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of DataContext in com.orchestranetworks.workflow
Subinterfaces of DataContext in com.orchestranetworks.workflow Modifier and Type Interface Description interfaceConditionContextThis interface is used as the context forConditionevaluation.interfaceScriptTaskContextThis interface is used as the context forScriptTaskexecution.interfaceSubWorkflowsCompletionContextProvides the context when all launched sub-workflows have completed.interfaceSubWorkflowsCreationContextProvides the context for launching the sub-workflows of a step.interfaceUserTaskCreationContextThis interface is used as the context forwork items creation.interfaceUserTaskWorkItemCompletionContextThis interface is used as the context forwork item completion.interfaceWaitTaskOnResumeContextThis interface is used as the context forresuming a wait task.interfaceWaitTaskOnStartContextThis interface is used as the context forstarting a wait task.Methods in com.orchestranetworks.workflow that return DataContext Modifier and Type Method Description DataContextProcessInstanceStep. getDataContextAfter()Returns the state of the data context just after the execution of the step.DataContextProcessInstanceStep. getDataContextBefore()Returns the state of the data context just before the execution of the step.
-