org.camunda.bpm.model.bpmn.impl.instance
Class OutputSetImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
              extended by 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

Field Summary
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataOutput,DataOutputRefs> dataOutputRefsCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<InputSet,InputSetRefs> inputSetInputSetRefsCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataOutput,OptionalOutputRefs> optionalOutputRefsCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataOutput,WhileExecutingOutputRefs> whileExecutingOutputRefsCollection
           
 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttribute
 
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)
           
 
Method Summary
 Collection<DataOutput> getDataOutputRefs()
           
 Collection<InputSet> getInputSetRefs()
           
 String getName()
           
 Collection<DataOutput> getOptionalOutputRefs()
           
 Collection<DataOutput> getWhileExecutingOutputRefs()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setName(String name)
           
 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
builder, 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
 

Field Detail

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
Constructor Detail

OutputSetImpl

public OutputSetImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

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 © 2017 camunda services GmbH. All rights reserved.