public abstract class AbstractProcessBuilder<B extends AbstractProcessBuilder<B>> extends AbstractCallableElementBuilder<B,Process>
element, modelInstance, myself
Modifier | Constructor and Description |
---|---|
protected |
AbstractProcessBuilder(BpmnModelInstance modelInstance,
Process element,
Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
B |
camundaJobPriority(String jobPriority) |
B |
camundaTaskPriority(String taskPriority)
Set the camunda task priority attribute.
|
B |
closed()
Sets this closed.
|
B |
executable()
Sets this executable.
|
B |
processType(ProcessType processType)
Sets the process type for this.
|
name
addExtensionElement, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id
done, subProcessDone, transactionDone
protected AbstractProcessBuilder(BpmnModelInstance modelInstance, Process element, Class<?> selfType)
public B processType(ProcessType processType)
processType
- the process type to setpublic B closed()
public B executable()
public B camundaTaskPriority(String taskPriority)
external
taskPriority
- the task priority which should used for the external tasksCopyright © 2018. All rights reserved.