|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractEventBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractCatchEventBuilder<B,StartEvent>
org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder<B>
public abstract class AbstractStartEventBuilder<B extends AbstractStartEventBuilder<B>>
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder |
|---|
compensateBoundaryEvent, compensationStarted |
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder |
|---|
SPACE |
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
element, modelInstance, myself |
| Constructor Summary | |
|---|---|
protected |
AbstractStartEventBuilder(BpmnModelInstance modelInstance,
StartEvent element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
B |
camundaAsync()
Deprecated. use camundaAsyncBefore() instead. Sets the camunda async attribute to true. |
B |
camundaAsync(boolean isCamundaAsync)
Deprecated. use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute. |
CamundaStartEventFormFieldBuilder |
camundaFormField()
Creates a new camunda form field extension element. |
B |
camundaFormHandlerClass(String camundaFormHandlerClass)
Sets the camunda form handler class attribute. |
B |
camundaFormKey(String camundaFormKey)
Sets the camunda form key attribute. |
B |
camundaInitiator(String camundaInitiator)
Sets the camunda initiator attribute. |
B |
compensation()
Sets a catch compensation definition. |
B |
error()
Sets a catch all error definition. |
B |
error(String errorCode)
Sets an error definition for the given error code. |
ErrorEventDefinitionBuilder |
errorEventDefinition()
Creates an error event definition and returns a builder for the error event definition. |
ErrorEventDefinitionBuilder |
errorEventDefinition(String id)
Creates an error event definition with an unique id and returns a builder for the error event definition. |
B |
escalation()
Sets a catch all escalation definition. |
B |
escalation(String escalationCode)
Sets an escalation definition for the given escalation code. |
B |
interrupting(boolean interrupting)
Sets whether the start event is interrupting or not. |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCatchEventBuilder |
|---|
compensateEventDefinition, compensateEventDefinition, condition, conditionalEventDefinition, conditionalEventDefinition, message, parallelMultiple, signal, timerWithCycle, timerWithDate, timerWithDuration |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractEventBuilder |
|---|
camundaInputParameter, camundaOutputParameter |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder |
|---|
name |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
done, getElement, subProcessDone, transactionDone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractStartEventBuilder(BpmnModelInstance modelInstance,
StartEvent element,
Class<?> selfType)
| Method Detail |
|---|
@Deprecated public B camundaAsync()
@Deprecated public B camundaAsync(boolean isCamundaAsync)
isCamundaAsync - the async state of the task
public B camundaFormHandlerClass(String camundaFormHandlerClass)
camundaFormHandlerClass - the class name of the form handler
public B camundaFormKey(String camundaFormKey)
camundaFormKey - the form key to set
public B camundaInitiator(String camundaInitiator)
camundaInitiator - the initiator to set
public CamundaStartEventFormFieldBuilder camundaFormField()
public B error()
public B error(String errorCode)
errorCode - the code of the error
public ErrorEventDefinitionBuilder errorEventDefinition(String id)
public ErrorEventDefinitionBuilder errorEventDefinition()
public B escalation()
public B escalation(String escalationCode)
escalationCode - the code of the escalation
public B compensation()
public B interrupting(boolean interrupting)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||