Package org.jbpm.process.core
Interface ContextContainer
- All Known Subinterfaces:
Process,WorkflowProcess
- All Known Implementing Classes:
CompositeContextNode,ContextContainerImpl,DynamicNode,EventSubProcessNode,ForEachNode,HumanTaskNode,ProcessImpl,RuleFlowProcess,RuleSetNode,StateNode,SubProcessNode,WorkflowProcessImpl,WorkItemNode
public interface ContextContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddContext(Context context) getContext(String contextType, long id) getContexts(String contextType) getDefaultContext(String contextType) voidsetDefaultContext(Context context)
-
Method Details
-
getContexts
-
addContext
-
getContext
-
setDefaultContext
-
getDefaultContext
-