|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowProcess | |
---|---|
org.jbpm.bpmn2.xml | |
org.jbpm.compiler | |
org.jbpm.compiler.xml | |
org.jbpm.ruleflow.core | |
org.jbpm.workflow.core | |
org.jbpm.workflow.core.impl | |
org.jbpm.workflow.instance.impl |
Uses of WorkflowProcess in org.jbpm.bpmn2.xml |
---|
Methods in org.jbpm.bpmn2.xml with parameters of type WorkflowProcess | |
---|---|
String |
XmlBPMNProcessDumper.dump(WorkflowProcess process)
|
String |
XmlBPMNProcessDumper.dump(WorkflowProcess process,
boolean includeMeta)
|
String |
XmlBPMNProcessDumper.dump(WorkflowProcess process,
int metaDataType)
|
protected void |
XmlBPMNProcessDumper.visitHeader(WorkflowProcess process,
StringBuilder xmlDump,
int metaDataType)
|
protected void |
XmlBPMNProcessDumper.visitProcess(WorkflowProcess process,
StringBuilder xmlDump,
int metaDataType)
|
Uses of WorkflowProcess in org.jbpm.compiler |
---|
Methods in org.jbpm.compiler with parameters of type WorkflowProcess | |
---|---|
void |
ProcessBuilderImpl.buildNodes(WorkflowProcess process,
ProcessBuildContext context)
|
Uses of WorkflowProcess in org.jbpm.compiler.xml |
---|
Methods in org.jbpm.compiler.xml with parameters of type WorkflowProcess | |
---|---|
String |
XmlWorkflowProcessDumper.dump(WorkflowProcess process)
|
String |
XmlWorkflowProcessDumper.dump(WorkflowProcess process,
boolean includeMeta)
|
protected void |
XmlWorkflowProcessDumper.visitHeader(WorkflowProcess process,
StringBuilder xmlDump,
boolean includeMeta)
|
protected void |
XmlWorkflowProcessDumper.visitProcess(WorkflowProcess process,
StringBuilder xmlDump,
boolean includeMeta)
|
Uses of WorkflowProcess in org.jbpm.ruleflow.core |
---|
Classes in org.jbpm.ruleflow.core that implement WorkflowProcess | |
---|---|
class |
RuleFlowProcess
|
Uses of WorkflowProcess in org.jbpm.workflow.core |
---|
Subinterfaces of WorkflowProcess in org.jbpm.workflow.core | |
---|---|
interface |
WorkflowProcess
Represents a RuleFlow process. |
Uses of WorkflowProcess in org.jbpm.workflow.core.impl |
---|
Classes in org.jbpm.workflow.core.impl that implement WorkflowProcess | |
---|---|
class |
WorkflowProcessImpl
Default implementation of a RuleFlow process. |
Uses of WorkflowProcess in org.jbpm.workflow.instance.impl |
---|
Methods in org.jbpm.workflow.instance.impl that return WorkflowProcess | |
---|---|
WorkflowProcess |
WorkflowProcessInstanceImpl.getWorkflowProcess()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |