public abstract class AbstractProcessBuilder<B extends AbstractProcessBuilder<B>> extends AbstractCallableElementBuilder<B,Process>
SPACEelement, 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.
|
nameaddExtensionElement, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, 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, setWaypointsWithSourceAndTargetdone, getElement, subProcessDone, throwEventDefinitionDone, transactionDoneprotected 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)
externaltaskPriority - the task priority which should used for the external tasksCopyright © 2019. All rights reserved.