org.camunda.bpm.model.bpmn.impl.instance
Class InputSetImpl
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.InputSetImpl
- All Implemented Interfaces:
- BaseElement, BpmnModelElementInstance, InputSet, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class InputSetImpl
- extends BaseElementImpl
- implements InputSet
The BPMN inputSet element
- Author:
- Sebastian Menski
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
InputSetImpl(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
dataInputDataInputRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataInput,DataInputRefs> dataInputDataInputRefsCollection
optionalInputRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataInput,OptionalInputRefs> optionalInputRefsCollection
whileExecutingInputRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<DataInput,WhileExecutingInputRefs> whileExecutingInputRefsCollection
outputSetOutputSetRefsCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OutputSet,OutputSetRefs> outputSetOutputSetRefsCollection
InputSetImpl
public InputSetImpl(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 InputSet
setName
public void setName(String name)
- Specified by:
setName in interface InputSet
getDataInputs
public Collection<DataInput> getDataInputs()
- Specified by:
getDataInputs in interface InputSet
getOptionalInputs
public Collection<DataInput> getOptionalInputs()
- Specified by:
getOptionalInputs in interface InputSet
getWhileExecutingInput
public Collection<DataInput> getWhileExecutingInput()
- Specified by:
getWhileExecutingInput in interface InputSet
getOutputSets
public Collection<OutputSet> getOutputSets()
- Specified by:
getOutputSets in interface InputSet
Copyright © 2014 camunda services GmbH. All rights reserved.