| Package | Description |
|---|---|
| org.camunda.bpm.model.bpmn | |
| org.camunda.bpm.model.bpmn.builder | |
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance |
| Modifier and Type | Method and Description |
|---|---|
static ProcessType |
ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessType[] |
ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractProcessBuilder.processType(ProcessType processType)
Sets the process type for this.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<ProcessType> |
ProcessImpl.processTypeAttribute |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ProcessImpl.getProcessType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessImpl.setProcessType(ProcessType processType) |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
Process.getProcessType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setProcessType(ProcessType processType) |
Copyright © 2018. All rights reserved.