Package com.orchestranetworks.workflow
Interface DataContext
-
- All Superinterfaces:
DataContextReadOnly
- All Known Subinterfaces:
ConditionContext,ScriptTaskContext,SubWorkflowsCompletionContext,SubWorkflowsCreationContext,UserTaskCreationContext,UserTaskWorkItemCompletionContext,WaitTaskOnResumeContext,WaitTaskOnStartContext
public interface DataContext extends DataContextReadOnly
The data context is a container for variables which must be kept during the whole process.A variable is defined by its name and its value. The name is the identifier of a variable and must therefore be unique in the data context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetVariableString(String aVariableName, String aValue)Sets the value of the specified variable in the data context.-
Methods inherited from interface com.orchestranetworks.workflow.DataContextReadOnly
getVariableNames, getVariableString, isVariableDefined
-
-