Package com.orchestranetworks.workflow
Interface ConditionBeanContext
- All Superinterfaces:
ProcessExecutionContext,ProcessExecutionInfoContext
This interface is used as the context for
ConditionBean evaluation.
Contrary to ConditionContext, this interface does not extend DataContext
(access is limited so as to ensure reusability in various contexts).
-
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.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
-