Interface IntermediateCatchEvent
- All Superinterfaces:
- BaseElement,- BpmnModelElementInstance,- CatchEvent,- Event,- FlowElement,- FlowNode,- InteractionNode,- ModelElementInstance
- All Known Implementing Classes:
- IntermediateCatchEventImpl
The BPMN intermediateCatchEvent element
- Author:
- Sebastian Menski
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.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.CatchEventgetDataOutputAssociations, getDataOutputs, getEventDefinitionRefs, getEventDefinitions, getOutputSet, isParallelMultiple, setOutputSet, setParallelMultipleMethods 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.FlowNodegetCamundaJobPriority, 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- 
builderIntermediateCatchEventBuilder builder()Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
- builderin interface- BpmnModelElementInstance
- Specified by:
- builderin interface- FlowNode
- Returns:
- the builder object
 
 
-