|
||||||||||
| 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,E>
public abstract class AbstractCatchEventBuilder<B extends AbstractCatchEventBuilder<B,E>,E extends CatchEvent>
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
element, modelInstance, myself |
| Constructor Summary | |
|---|---|
protected |
AbstractCatchEventBuilder(BpmnModelInstance modelInstance,
E element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
CompensateEventDefinitionBuilder |
compensateEventDefinition()
|
CompensateEventDefinitionBuilder |
compensateEventDefinition(String id)
|
B |
message(String messageName)
Sets an event definition for the given message name. |
B |
parallelMultiple()
Sets the event to be parallel multiple |
B |
signal(String signalName)
Sets an event definition for the given signal name. |
B |
timerWithCycle(String timerCycle)
Sets an event definition for the timer with a time cycle. |
B |
timerWithDate(String timerDate)
Sets an event definition for the timer with a time date. |
B |
timerWithDuration(String timerDuration)
Sets an event definition for the timer with a time duration. |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder |
|---|
name |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
done, subProcessDone, transactionDone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractCatchEventBuilder(BpmnModelInstance modelInstance,
E element,
Class<?> selfType)
| Method Detail |
|---|
public B parallelMultiple()
public B message(String messageName)
messageName - the name of the message
public B signal(String signalName)
signalName - the name of the signal
public B timerWithDate(String timerDate)
timerDate - the time date of the timer
public B timerWithDuration(String timerDuration)
timerDuration - the time duration of the timer
public B timerWithCycle(String timerCycle)
timerCycle - the time cycle of the timer
public CompensateEventDefinitionBuilder compensateEventDefinition()
public CompensateEventDefinitionBuilder compensateEventDefinition(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||