Interface CatchEvent
- All Superinterfaces:
- BaseElement,- BpmnModelElementInstance,- Event,- FlowElement,- FlowNode,- InteractionNode,- ModelElementInstance
- All Known Subinterfaces:
- BoundaryEvent,- IntermediateCatchEvent,- StartEvent
- All Known Implementing Classes:
- BoundaryEventImpl,- CatchEventImpl,- IntermediateCatchEventImpl,- StartEventImpl
The BPMN catchEvent element
- Author:
- Sebastian Menski
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetOutputSet(OutputSet outputSet) voidsetParallelMultiple(boolean parallelMultiple) Methods 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
- 
Method Details- 
isParallelMultipleboolean isParallelMultiple()
- 
setParallelMultiplevoid setParallelMultiple(boolean parallelMultiple) 
- 
getDataOutputsCollection<DataOutput> getDataOutputs()
- 
getDataOutputAssociationsCollection<DataOutputAssociation> getDataOutputAssociations()
- 
getOutputSetOutputSet getOutputSet()
- 
setOutputSet
- 
getEventDefinitionsCollection<EventDefinition> getEventDefinitions()
- 
getEventDefinitionRefsCollection<EventDefinition> getEventDefinitionRefs()
 
-