Interface SEventDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SFlowNodeDefinition,SNamedElement
- All Known Subinterfaces:
SBoundaryEventDefinition,SCatchEventDefinition,SEndEventDefinition,SImplicitThrowEventDefinition,SIntermediateCatchEventDefinition,SIntermediateThrowEventDefinition,SStartEventDefinition,SThrowEventDefinition
- All Known Implementing Classes:
SBoundaryEventDefinitionImpl,SCatchEventDefinitionImpl,SEndEventDefinitionImpl,SEventDefinitionImpl,SIntermediateCatchEventDefinitionImpl,SIntermediateThrowEventDefinitionImpl,SStartEventDefinitionImpl,SThrowEventDefinitionImpl
public interface SEventDefinition extends SFlowNodeDefinition
- Author:
- Elias Ricken de Medeiros
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SEventTriggerDefinition>getEventTriggers()Retrieve an unmodifiable list of event triggers associate to this event.-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SFlowNodeDefinition
getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, getType, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getEventTriggers
java.util.List<SEventTriggerDefinition> getEventTriggers()
Retrieve an unmodifiable list of event triggers associate to this event. If none, an empty list is returned.- Returns:
- an unmodifiable list of event triggers associate to this event
-
-