org.camunda.bpm.model.bpmn.instance
Interface MultiInstanceLoopCharacteristics
- All Superinterfaces:
- BaseElement, BpmnModelElementInstance, LoopCharacteristics, org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Implementing Classes:
- MultiInstanceLoopCharacteristicsImpl
public interface MultiInstanceLoopCharacteristics
- extends LoopCharacteristics
The BPMN 2.0 multiInstanceLoopCharacteristics element type
- Author:
- Filip Hrisafov
| 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
getLoopCardinality
LoopCardinality getLoopCardinality()
setLoopCardinality
void setLoopCardinality(LoopCardinality loopCardinality)
getLoopDataInputRef
DataInput getLoopDataInputRef()
setLoopDataInputRef
void setLoopDataInputRef(DataInput loopDataInputRef)
getLoopDataOutputRef
DataOutput getLoopDataOutputRef()
setLoopDataOutputRef
void setLoopDataOutputRef(DataOutput loopDataOutputRef)
getInputDataItem
InputDataItem getInputDataItem()
setInputDataItem
void setInputDataItem(InputDataItem inputDataItem)
getOutputDataItem
OutputDataItem getOutputDataItem()
setOutputDataItem
void setOutputDataItem(OutputDataItem outputDataItem)
getComplexBehaviorDefinitions
Collection<ComplexBehaviorDefinition> getComplexBehaviorDefinitions()
getCompletionCondition
CompletionCondition getCompletionCondition()
setCompletionCondition
void setCompletionCondition(CompletionCondition completionCondition)
isSequential
boolean isSequential()
setSequential
void setSequential(boolean sequential)
getBehavior
MultiInstanceFlowCondition getBehavior()
setBehavior
void setBehavior(MultiInstanceFlowCondition behavior)
getOneBehaviorEventRef
EventDefinition getOneBehaviorEventRef()
setOneBehaviorEventRef
void setOneBehaviorEventRef(EventDefinition oneBehaviorEventRef)
getNoneBehaviorEventRef
EventDefinition getNoneBehaviorEventRef()
setNoneBehaviorEventRef
void setNoneBehaviorEventRef(EventDefinition noneBehaviorEventRef)
Copyright © 2014 camunda services GmbH. All rights reserved.