Class ThrowEventImpl
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.FlowElementImpl
org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
org.camunda.bpm.model.bpmn.impl.instance.EventImpl
org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
- All Implemented Interfaces:
- BaseElement,- BpmnModelElementInstance,- Event,- FlowElement,- FlowNode,- InteractionNode,- ThrowEvent,- ModelElementInstance
- Direct Known Subclasses:
- EndEventImpl,- IntermediateThrowEventImpl
The BPMN throwEvent element
- Author:
- Sebastian Menski
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static ChildElementCollection<DataInputAssociation>protected static ChildElementCollection<DataInput>protected static ChildElementCollection<EventDefinition>protected static ElementReferenceCollection<EventDefinition,EventDefinitionRef> protected static ChildElement<InputSet>Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.EventImplpropertyCollectionFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImplcamundaAsyncAfter, camundaAsyncBefore, camundaExclusive, camundaJobPriority, incomingCollection, outgoingCollectionFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImplauditingChild, categoryValueRefCollection, monitoringChild, nameAttributeFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpldocumentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregisterType(ModelBuilder modelBuilder) voidsetInputSet(InputSet inputSet) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.EventImplgetDiagramElement, getPropertiesMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImplbuilder, getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority, updateAfterReplacementMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImplgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImplgetDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplgetScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, 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, setUniqueChildElementByNameNsMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScopeMethods inherited from interface org.camunda.bpm.model.bpmn.instance.EventgetDiagramElement, getPropertiesMethods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNodebuilder, getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriorityMethods inherited from interface org.camunda.bpm.model.bpmn.instance.InteractionNodegetId, setIdMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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 Details- 
dataInputCollection
- 
dataInputAssociationCollection
- 
inputSetChild
- 
eventDefinitionCollection
- 
eventDefinitionRefCollectionprotected static ElementReferenceCollection<EventDefinition,EventDefinitionRef> eventDefinitionRefCollection
 
- 
- 
Constructor Details- 
ThrowEventImpl
 
- 
- 
Method Details- 
registerType
- 
getDataInputs- Specified by:
- getDataInputsin interface- ThrowEvent
 
- 
getDataInputAssociations- Specified by:
- getDataInputAssociationsin interface- ThrowEvent
 
- 
getInputSet- Specified by:
- getInputSetin interface- ThrowEvent
 
- 
setInputSet- Specified by:
- setInputSetin interface- ThrowEvent
 
- 
getEventDefinitions- Specified by:
- getEventDefinitionsin interface- ThrowEvent
 
- 
getEventDefinitionRefs- Specified by:
- getEventDefinitionRefsin interface- ThrowEvent
 
 
-