Uses of Interface
org.jbpm.process.core.ContextContainer
-
-
Uses of ContextContainer in org.jbpm.compiler
Methods in org.jbpm.compiler with parameters of type ContextContainer Modifier and Type Method Description void
ProcessBuilderImpl. buildContexts(ContextContainer contextContainer, ProcessBuildContext buildContext)
-
Uses of ContextContainer in org.jbpm.process.core
Subinterfaces of ContextContainer in org.jbpm.process.core Modifier and Type Interface Description interface
Process
Methods in org.jbpm.process.core that return ContextContainer Modifier and Type Method Description ContextContainer
Context. getContextContainer()
-
Uses of ContextContainer in org.jbpm.process.core.context
Methods in org.jbpm.process.core.context that return ContextContainer Modifier and Type Method Description ContextContainer
AbstractContext. getContextContainer()
Methods in org.jbpm.process.core.context with parameters of type ContextContainer Modifier and Type Method Description void
AbstractContext. setContextContainer(ContextContainer contextContainer)
-
Uses of ContextContainer in org.jbpm.process.core.context.exception
Methods in org.jbpm.process.core.context.exception with parameters of type ContextContainer Modifier and Type Method Description void
CompensationScope. setContextContainer(ContextContainer contextContainer)
-
Uses of ContextContainer in org.jbpm.process.core.impl
Classes in org.jbpm.process.core.impl that implement ContextContainer Modifier and Type Class Description class
ContextContainerImpl
class
ProcessImpl
Default implementation of a Process -
Uses of ContextContainer in org.jbpm.process.instance
Methods in org.jbpm.process.instance that return ContextContainer Modifier and Type Method Description ContextContainer
ContextInstanceContainer. getContextContainer()
-
Uses of ContextContainer in org.jbpm.process.instance.impl
Methods in org.jbpm.process.instance.impl that return ContextContainer Modifier and Type Method Description ContextContainer
ProcessInstanceImpl. getContextContainer()
-
Uses of ContextContainer in org.jbpm.ruleflow.core
Classes in org.jbpm.ruleflow.core that implement ContextContainer Modifier and Type Class Description class
RuleFlowProcess
-
Uses of ContextContainer in org.jbpm.workflow.core
Subinterfaces of ContextContainer in org.jbpm.workflow.core Modifier and Type Interface Description interface
WorkflowProcess
Represents a RuleFlow process. -
Uses of ContextContainer in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement ContextContainer Modifier and Type Class Description class
WorkflowProcessImpl
Default implementation of a RuleFlow process. -
Uses of ContextContainer in org.jbpm.workflow.core.node
Classes in org.jbpm.workflow.core.node that implement ContextContainer Modifier and Type Class Description class
CompositeContextNode
class
DynamicNode
class
EventSubProcessNode
class
ForEachNode
A for each node.class
HumanTaskNode
class
RuleSetNode
Default implementation of a RuleSet node.class
StateNode
class
SubProcessNode
Default implementation of a sub-flow node.class
WorkItemNode
Default implementation of a task node. -
Uses of ContextContainer in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return ContextContainer Modifier and Type Method Description ContextContainer
CompositeContextNodeInstance. getContextContainer()
ContextContainer
ForEachNodeInstance. getContextContainer()
ContextContainer
RuleSetNodeInstance. getContextContainer()
ContextContainer
SubProcessNodeInstance. getContextContainer()
ContextContainer
WorkItemNodeInstance. getContextContainer()
-