Uses of Class
org.activiti.bpmn.model.EventDefinition
-
Packages that use EventDefinition Package Description org.activiti.bpmn.model -
-
Uses of EventDefinition in org.activiti.bpmn.model
Subclasses of EventDefinition in org.activiti.bpmn.model Modifier and Type Class Description classCancelEventDefinitionclassCompensateEventDefinitionclassErrorEventDefinitionclassMessageEventDefinitionclassSignalEventDefinitionclassTerminateEventDefinitionclassTimerEventDefinitionFields in org.activiti.bpmn.model with type parameters of type EventDefinition Modifier and Type Field Description protected java.util.List<EventDefinition>Event. eventDefinitionsMethods in org.activiti.bpmn.model that return EventDefinition Modifier and Type Method Description abstract EventDefinitionEventDefinition. clone()Methods in org.activiti.bpmn.model that return types with arguments of type EventDefinition Modifier and Type Method Description java.util.List<EventDefinition>Event. getEventDefinitions()Methods in org.activiti.bpmn.model with parameters of type EventDefinition Modifier and Type Method Description voidEvent. addEventDefinition(EventDefinition eventDefinition)Method parameters in org.activiti.bpmn.model with type arguments of type EventDefinition Modifier and Type Method Description voidEvent. setEventDefinitions(java.util.List<EventDefinition> eventDefinitions)
-