Uses of Interface
com.orchestranetworks.workflow.DataContext
Packages that use DataContext
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of DataContext in com.orchestranetworks.workflow
Subinterfaces of DataContext in com.orchestranetworks.workflowModifier and TypeInterfaceDescriptioninterfaceThis interface is used as the context forConditionevaluation.interfaceThis interface is used as the context forScriptTaskexecution.interfaceProvides the context when all launched sub-workflows have completed.interfaceProvides the context for launching the sub-workflows of a step.interfaceThis interface is used as the context forwork items creation.interfaceThis interface is used as the context forwork item completion.interfaceThis interface is used as the context forresuming a wait task.interfaceThis interface is used as the context forstarting a wait task.Methods in com.orchestranetworks.workflow that return DataContextModifier and TypeMethodDescriptionProcessInstanceStep.getDataContextAfter()Returns the state of the data context just after the execution of the step.ProcessInstanceStep.getDataContextBefore()Returns the state of the data context just before the execution of the step.