Package com.orchestranetworks.workflow
Interface ConditionContext
- All Superinterfaces:
DataContext,DataContextReadOnly,ProcessExecutionContext,ProcessExecutionInfoContext
This interface is used as the context for
Condition
evaluation.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
ProcessExecutionContext.WorkflowPermission -
Method Summary
Modifier and TypeMethodDescriptionReturns the last completed user task object.Always throwsUnsupportedOperationExceptionMethods inherited from interface com.orchestranetworks.workflow.DataContext
setVariableStringMethods inherited from interface com.orchestranetworks.workflow.DataContextReadOnly
getVariableNames, getVariableString, isVariableDefinedMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
createMailSpec, getProcessInstanceDescription, getProcessInstanceLabel, modifyProcessPriorityMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionInfoContext
getProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepository
-
Method Details
-
getSession
Session getSession()Always throwsUnsupportedOperationException- Specified by:
getSessionin interfaceProcessExecutionInfoContext
-
getLastUserTaskResult
Returns the last completed user task object.- Throws:
OperationException
-