Uses of Class
org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl
-
Packages that use WorkflowProcessInstanceImpl Package Description org.jbpm.marshalling.impl org.jbpm.ruleflow.instance -
-
Uses of WorkflowProcessInstanceImpl in org.jbpm.marshalling.impl
Methods in org.jbpm.marshalling.impl that return WorkflowProcessInstanceImpl Modifier and Type Method Description protected abstract WorkflowProcessInstanceImpl
AbstractProcessInstanceMarshaller. createProcessInstance()
protected abstract WorkflowProcessInstanceImpl
AbstractProtobufProcessInstanceMarshaller. createProcessInstance()
protected WorkflowProcessInstanceImpl
ProtobufRuleFlowProcessInstanceMarshaller. createProcessInstance()
protected WorkflowProcessInstanceImpl
RuleFlowProcessInstanceMarshaller. createProcessInstance()
-
Uses of WorkflowProcessInstanceImpl in org.jbpm.ruleflow.instance
Subclasses of WorkflowProcessInstanceImpl in org.jbpm.ruleflow.instance Modifier and Type Class Description class
RuleFlowProcessInstance
-