org.camunda.bpm.model.bpmn.impl.instance
Class OutputSetImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
- All Implemented Interfaces:
- BaseElement, BpmnModelElementInstance, OutputSet, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class OutputSetImpl
- extends BaseElementImpl
- implements OutputSet
The BPMN outputSet element
- Author:
- Sebastian Menski
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
OutputSetImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| 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 |
nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
dataOutputRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataOutput,DataOutputRefs> dataOutputRefsCollection
optionalOutputRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataOutput,OptionalOutputRefs> optionalOutputRefsCollection
whileExecutingOutputRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataOutput,WhileExecutingOutputRefs> whileExecutingOutputRefsCollection
inputSetInputSetRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<InputSet,InputSetRefs> inputSetInputSetRefsCollection
OutputSetImpl
public OutputSetImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
getName
public String getName()
- Specified by:
getName in interface OutputSet
setName
public void setName(String name)
- Specified by:
setName in interface OutputSet
getDataOutputRefs
public Collection<DataOutput> getDataOutputRefs()
- Specified by:
getDataOutputRefs in interface OutputSet
getOptionalOutputRefs
public Collection<DataOutput> getOptionalOutputRefs()
- Specified by:
getOptionalOutputRefs in interface OutputSet
getWhileExecutingOutputRefs
public Collection<DataOutput> getWhileExecutingOutputRefs()
- Specified by:
getWhileExecutingOutputRefs in interface OutputSet
getInputSetRefs
public Collection<InputSet> getInputSetRefs()
- Specified by:
getInputSetRefs in interface OutputSet
Copyright © 2014 camunda services GmbH. All rights reserved.