Uses of Interface
org.jbpm.process.instance.ContextableInstance
-
-
Uses of ContextableInstance in org.jbpm.process.instance
Subinterfaces of ContextableInstance in org.jbpm.process.instance Modifier and Type Interface Description interface
ProcessInstance
A process instance is the representation of a process during its execution. -
Uses of ContextableInstance in org.jbpm.process.instance.impl
Classes in org.jbpm.process.instance.impl that implement ContextableInstance Modifier and Type Class Description class
ProcessInstanceImpl
Default implementation of a process instance. -
Uses of ContextableInstance in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement ContextableInstance Modifier and Type Class Description class
RuleFlowProcessInstance
-
Uses of ContextableInstance in org.jbpm.workflow.instance
Subinterfaces of ContextableInstance in org.jbpm.workflow.instance Modifier and Type Interface Description interface
WorkflowProcessInstance
-
Uses of ContextableInstance in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement ContextableInstance Modifier and Type Class Description class
WorkflowProcessInstanceImpl
Default implementation of a RuleFlow process instance. -
Uses of ContextableInstance in org.jbpm.workflow.instance.node
Classes in org.jbpm.workflow.instance.node that implement ContextableInstance Modifier and Type Class Description class
CompositeContextNodeInstance
class
DynamicNodeInstance
class
EventSubProcessNodeInstance
class
ForEachNodeInstance
Runtime counterpart of a for each node.class
StateNodeInstance
-