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 class
ProcessImpl
Default 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 class
RuleFlowProcess
-
Uses of Process in org.jbpm.workflow.core
Subinterfaces of Process in org.jbpm.workflow.core Modifier and Type Interface Description interface
WorkflowProcess
Represents 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 class
WorkflowProcessImpl
Default implementation of a RuleFlow process.
-