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 Details

    • getContexts

      List<Context> getContexts(String contextType)
    • addContext

      void addContext(Context context)
    • getContext

      Context getContext(String contextType, long id)
    • setDefaultContext

      void setDefaultContext(Context context)
    • getDefaultContext

      Context getDefaultContext(String contextType)