Package com.orchestranetworks.workflow
Interface DataContext
- All Superinterfaces:
DataContextReadOnly
- All Known Subinterfaces:
ConditionContext,ScriptTaskContext,SubWorkflowsCompletionContext,SubWorkflowsCreationContext,UserTaskCreationContext,UserTaskWorkItemCompletionContext,WaitTaskOnResumeContext,WaitTaskOnStartContext
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
Modifier and TypeMethodDescriptionvoidsetVariableString(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
-
Method Details
-
setVariableString
Sets the value of the specified variable in the data context.
-