Interface MultiInstanceLoopCharacteristics
- All Superinterfaces:
BaseElement
,BpmnModelElementInstance
,LoopCharacteristics
,ModelElementInstance
- All Known Implementing Classes:
MultiInstanceLoopCharacteristicsImpl
The BPMN 2.0 multiInstanceLoopCharacteristics element type
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns a new fluent builder for the element if implemented.boolean
boolean
boolean
boolean
void
setBehavior
(MultiInstanceFlowCondition behavior) void
setCamundaAsyncAfter
(boolean isCamundaAsyncAfter) void
setCamundaAsyncBefore
(boolean isCamundaAsyncBefore) void
setCamundaCollection
(String expression) void
setCamundaElementVariable
(String variableName) void
setCamundaExclusive
(boolean isCamundaExclusive) void
setCompletionCondition
(CompletionCondition completionCondition) void
setInputDataItem
(InputDataItem inputDataItem) void
setLoopCardinality
(LoopCardinality loopCardinality) void
setLoopDataInputRef
(DataInput loopDataInputRef) void
setLoopDataOutputRef
(DataOutput loopDataOutputRef) void
setNoneBehaviorEventRef
(EventDefinition noneBehaviorEventRef) void
setOneBehaviorEventRef
(EventDefinition oneBehaviorEventRef) void
setOutputDataItem
(OutputDataItem outputDataItem) void
setSequential
(boolean sequential) Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
getScope, isScope
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Method Details
-
getLoopCardinality
LoopCardinality getLoopCardinality() -
setLoopCardinality
-
getLoopDataInputRef
DataInput getLoopDataInputRef() -
setLoopDataInputRef
-
getLoopDataOutputRef
DataOutput getLoopDataOutputRef() -
setLoopDataOutputRef
-
getInputDataItem
InputDataItem getInputDataItem() -
setInputDataItem
-
getOutputDataItem
OutputDataItem getOutputDataItem() -
setOutputDataItem
-
getComplexBehaviorDefinitions
Collection<ComplexBehaviorDefinition> getComplexBehaviorDefinitions() -
getCompletionCondition
CompletionCondition getCompletionCondition() -
setCompletionCondition
-
isSequential
boolean isSequential() -
setSequential
void setSequential(boolean sequential) -
getBehavior
MultiInstanceFlowCondition getBehavior() -
setBehavior
-
getOneBehaviorEventRef
EventDefinition getOneBehaviorEventRef() -
setOneBehaviorEventRef
-
getNoneBehaviorEventRef
EventDefinition getNoneBehaviorEventRef() -
setNoneBehaviorEventRef
-
getCamundaCollection
String getCamundaCollection() -
setCamundaCollection
-
getCamundaElementVariable
String getCamundaElementVariable() -
setCamundaElementVariable
-
isCamundaAsyncBefore
boolean isCamundaAsyncBefore() -
setCamundaAsyncBefore
void setCamundaAsyncBefore(boolean isCamundaAsyncBefore) -
isCamundaAsyncAfter
boolean isCamundaAsyncAfter() -
setCamundaAsyncAfter
void setCamundaAsyncAfter(boolean isCamundaAsyncAfter) -
isCamundaExclusive
boolean isCamundaExclusive() -
setCamundaExclusive
void setCamundaExclusive(boolean isCamundaExclusive) -
builder
MultiInstanceLoopCharacteristicsBuilder builder()Description copied from interface:BpmnModelElementInstance
Returns a new fluent builder for the element if implemented.- Specified by:
builder
in interfaceBpmnModelElementInstance
- Returns:
- the builder object
-