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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddContext(Context context)ContextgetContext(String contextType, long id)List<Context>getContexts(String contextType)ContextgetDefaultContext(String contextType)voidsetDefaultContext(Context context)
-