|
||||||||||
| 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.AbstractRootElementBuilder<B,MessageEventDefinition>
org.camunda.bpm.model.bpmn.builder.AbstractMessageEventDefinitionBuilder<B>
public abstract class AbstractMessageEventDefinitionBuilder<B extends AbstractMessageEventDefinitionBuilder<B>>
| Field Summary |
|---|
| 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 | |
|---|---|
AbstractMessageEventDefinitionBuilder(BpmnModelInstance modelInstance,
MessageEventDefinition element,
Class<?> selfType)
|
|
| Method Summary | ||
|---|---|---|
B |
camundaTaskPriority(String taskPriority)
Sets the camunda task priority attribute. |
|
B |
camundaTopic(String camundaTopic)
Sets the camunda topic attribute. |
|
B |
camundaType(String camundaType)
Sets the camunda type attribute. |
|
B |
id(String identifier)
Sets the identifier of the element. |
|
B |
message(String message)
Sets the message attribute. |
|
|
messageEventDefinitionDone()
Finishes the building of a message event definition. |
|
| 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 |
|---|
public AbstractMessageEventDefinitionBuilder(BpmnModelInstance modelInstance,
MessageEventDefinition element,
Class<?> selfType)
| Method Detail |
|---|
public B id(String identifier)
AbstractBaseElementBuilder
id in class AbstractBaseElementBuilder<B extends AbstractMessageEventDefinitionBuilder<B>,MessageEventDefinition>identifier - the identifier to set
public B message(String message)
message - the message for the message event definition
public B camundaTopic(String camundaTopic)
camundaType(String) attribute has the value external.
camundaTopic - the topic to set
public B camundaType(String camundaType)
camundaType - the type of the service task
public B camundaTaskPriority(String taskPriority)
camundaType(String) attribute has the value external.
taskPriority - the priority for the external task
public <T extends AbstractFlowNodeBuilder> T messageEventDefinitionDone()
T -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||