|
||||||||||
| 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,ConditionalEventDefinition>
org.camunda.bpm.model.bpmn.builder.AbstractConditionalEventDefinitionBuilder<B>
B - public class AbstractConditionalEventDefinitionBuilder<B extends AbstractConditionalEventDefinitionBuilder<B>>
Represents the abstract conditional event definition builder.
| 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 | |
|---|---|
AbstractConditionalEventDefinitionBuilder(BpmnModelInstance modelInstance,
ConditionalEventDefinition element,
Class<?> selfType)
|
|
| Method Summary | ||
|---|---|---|
B |
camundaVariableEvents(List<String> variableEvents)
Set the camunda variable events attribute, that defines the variable event on which the condition should be evaluated. |
|
B |
camundaVariableEvents(String variableEvents)
Set the camunda variable events attribute, that defines the variable event on which the condition should be evaluated. |
|
B |
camundaVariableName(String variableName)
Sets the camunda variable name attribute, that defines on which variable the condition should be evaluated. |
|
B |
condition(String conditionText)
Sets the condition of the conditional event definition. |
|
|
conditionalEventDefinitionDone()
Finishes the building of a conditional 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 AbstractConditionalEventDefinitionBuilder(BpmnModelInstance modelInstance,
ConditionalEventDefinition element,
Class<?> selfType)
| Method Detail |
|---|
public B condition(String conditionText)
conditionText - the condition which should be evaluate to true or false
public B camundaVariableName(String variableName)
variableName - the variable on which the condition should be evaluated
public B camundaVariableEvents(String variableEvents)
variableEvents - the events on which the condition should be evaluated
public B camundaVariableEvents(List<String> variableEvents)
variableEvents - the events on which the condition should be evaluated
public <T extends AbstractFlowNodeBuilder> T conditionalEventDefinitionDone()
T -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||