Uses of Class
org.flowable.bpmn.model.EventRegistryEventDefinition
Packages that use EventRegistryEventDefinition
Package
Description
-
Uses of EventRegistryEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return EventRegistryEventDefinitionMethods in org.flowable.bpmn.model with parameters of type EventRegistryEventDefinitionModifier and TypeMethodDescriptionvoidEventRegistryEventDefinition.setValues(EventRegistryEventDefinition otherDefinition) -
Uses of EventRegistryEventDefinition in org.flowable.engine.impl.bpmn.parser.handler
Subclasses with type arguments of type EventRegistryEventDefinition in org.flowable.engine.impl.bpmn.parser.handlerMethods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type EventRegistryEventDefinitionModifier and TypeMethodDescriptionprotected voidEventRegistryEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse, EventRegistryEventDefinition eventDefinition) -
Uses of EventRegistryEventDefinition in org.flowable.engine.impl.event
Methods in org.flowable.engine.impl.event that return EventRegistryEventDefinitionModifier and TypeMethodDescriptionstatic EventRegistryEventDefinitionReturns the firstEventRegistryEventDefinitionon the given event, ornullif none.