Uses of Interface
org.jbpm.process.core.Process
-
Packages that use Process Package Description org.jbpm.process.core.impl org.jbpm.ruleflow.core org.jbpm.workflow.core org.jbpm.workflow.core.impl -
-
Uses of Process in org.jbpm.process.core.impl
Classes in org.jbpm.process.core.impl that implement Process Modifier and Type Class Description classProcessImplDefault implementation of a Process -
Uses of Process in org.jbpm.ruleflow.core
Classes in org.jbpm.ruleflow.core that implement Process Modifier and Type Class Description classRuleFlowProcess -
Uses of Process in org.jbpm.workflow.core
Subinterfaces of Process in org.jbpm.workflow.core Modifier and Type Interface Description interfaceWorkflowProcessRepresents a RuleFlow process. -
Uses of Process in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement Process Modifier and Type Class Description classWorkflowProcessImplDefault implementation of a RuleFlow process.
-