Class EventDefinition
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.EventDefinition
- All Implemented Interfaces:
HasExtensionAttributes
- Direct Known Subclasses:
CancelEventDefinition, CompensateEventDefinition, ConditionalEventDefinition, ErrorEventDefinition, EscalationEventDefinition, EventRegistryEventDefinition, MessageEventDefinition, SignalEventDefinition, TerminateEventDefinition, TimerEventDefinition, VariableListenerEventDefinition
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract EventDefinitionclone()abstract Set<EventDefinitionLocation> Returns the set ofEventDefinitionLocations where thisEventDefinitionis allowed.Methods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Constructor Details
-
EventDefinition
public EventDefinition()
-
-
Method Details
-
clone
- Specified by:
clonein classBaseElement
-
getSupportedLocations
Returns the set ofEventDefinitionLocations where thisEventDefinitionis allowed. Consulted by the BPMN process validators (start / event-subprocess / intermediate-catch / boundary) to decide whether this event definition is valid in a given event host.
-