|
||||||||||
| 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.AbstractThrowEventBuilder<B,EndEvent>
org.camunda.bpm.model.bpmn.builder.AbstractEndEventBuilder<B>
public abstract class AbstractEndEventBuilder<B extends AbstractEndEventBuilder<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 |
AbstractEndEventBuilder(BpmnModelInstance modelInstance,
EndEvent element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
B |
error(String errorCode)
Sets an error definition for the given error code. |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractThrowEventBuilder |
|---|
compensateEventDefinition, compensateEventDefinition, escalation, message, messageEventDefinition, messageEventDefinition, signal, signalEventDefinition |
| 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, throwEventDefinitionDone, transactionDone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractEndEventBuilder(BpmnModelInstance modelInstance,
EndEvent element,
Class<?> selfType)
| Method Detail |
|---|
public B error(String errorCode)
errorCode - the code of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||