Package | Description |
---|---|
org.camunda.bpm.model.bpmn.builder | |
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Constructor and Description |
---|
AbstractProcessBuilder(BpmnModelInstance modelInstance,
Process element,
Class<?> selfType) |
ProcessBuilder(BpmnModelInstance modelInstance,
Process process) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessImpl
The BPMN process element
|
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<Process> |
ParticipantImpl.processRefAttribute |
protected static ElementReferenceCollection<Process,Supports> |
ProcessImpl.supportsCollection |
Modifier and Type | Method and Description |
---|---|
Process |
ParticipantImpl.getProcess() |
Modifier and Type | Method and Description |
---|---|
Collection<Process> |
ProcessImpl.getSupports() |
Modifier and Type | Method and Description |
---|---|
void |
ParticipantImpl.setProcess(Process process) |
Modifier and Type | Method and Description |
---|---|
Process |
Participant.getProcess() |
Modifier and Type | Method and Description |
---|---|
Collection<Process> |
Process.getSupports() |
Modifier and Type | Method and Description |
---|---|
void |
Participant.setProcess(Process process) |
Copyright © 2015. All rights reserved.