Package org.jbpm.process.instance
Interface ContextInstance
- All Known Subinterfaces:
WorkflowContextInstance
- All Known Implementing Classes:
AbstractContextInstance,CompensationScopeInstance,DefaultExceptionScopeInstance,ExceptionScopeInstance,ExclusiveGroupInstance,SwimlaneContextInstance,VariableScopeInstance
public interface ContextInstance
-
Method Summary
Modifier and TypeMethodDescriptionlong
-
Method Details
-
getContextType
String getContextType() -
getContextId
long getContextId() -
getContextInstanceContainer
ContextInstanceContainer getContextInstanceContainer() -
getContext
Context getContext() -
getProcessInstance
KogitoProcessInstance getProcessInstance()
-