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 interfaceProcessInstanceA 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 classProcessInstanceImplDefault 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 classRuleFlowProcessInstance -
Uses of ContextableInstance in org.jbpm.workflow.instance
Subinterfaces of ContextableInstance in org.jbpm.workflow.instance Modifier and Type Interface Description interfaceWorkflowProcessInstance -
Uses of ContextableInstance in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement ContextableInstance Modifier and Type Class Description classWorkflowProcessInstanceImplDefault 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 classCompositeContextNodeInstanceclassDynamicNodeInstanceclassEventSubProcessNodeInstanceclassForEachNodeInstanceRuntime counterpart of a for each node.classStateNodeInstance
-