public abstract class AbstractProcessBuilder<B extends AbstractProcessBuilder<B>> extends AbstractCallableElementBuilder<B,Process>
SPACE
element, modelInstance, myself
Modifier | Constructor and Description |
---|---|
protected |
AbstractProcessBuilder(BpmnModelInstance modelInstance,
Process element,
Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
B |
camundaHistoryTimeToLive(Integer historyTimeToLive)
Sets the camunda history time to live.
|
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, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setCoordinates, setWaypoints
done, getElement, 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 © 2017. All rights reserved.