Uses of Enum Class
org.flowable.bpmn.model.EventDefinitionLocation
Packages that use EventDefinitionLocation
-
Uses of EventDefinitionLocation in org.flowable.bpmn.model
Subclasses with type arguments of type EventDefinitionLocation in org.flowable.bpmn.modelModifier and TypeClassDescriptionenumWhere anEventDefinitionis allowed to appear in a process model.Methods in org.flowable.bpmn.model that return EventDefinitionLocationModifier and TypeMethodDescriptionstatic EventDefinitionLocationReturns the enum constant of this class with the specified name.static EventDefinitionLocation[]EventDefinitionLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.bpmn.model that return types with arguments of type EventDefinitionLocationModifier and TypeMethodDescriptionCancelEventDefinition.getSupportedLocations()CompensateEventDefinition.getSupportedLocations()ConditionalEventDefinition.getSupportedLocations()ErrorEventDefinition.getSupportedLocations()EscalationEventDefinition.getSupportedLocations()abstract Set<EventDefinitionLocation> EventDefinition.getSupportedLocations()Returns the set ofEventDefinitionLocations where thisEventDefinitionis allowed.EventRegistryEventDefinition.getSupportedLocations()MessageEventDefinition.getSupportedLocations()SignalEventDefinition.getSupportedLocations()TerminateEventDefinition.getSupportedLocations()TimerEventDefinition.getSupportedLocations()VariableListenerEventDefinition.getSupportedLocations()