Uses of Class
org.activiti.bpmn.model.BoundaryEvent
-
Packages that use BoundaryEvent Package Description org.activiti.bpmn.model -
-
Uses of BoundaryEvent in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type BoundaryEvent Modifier and Type Field Description protected java.util.List<BoundaryEvent>Activity. boundaryEventsMethods in org.activiti.bpmn.model that return BoundaryEvent Modifier and Type Method Description BoundaryEventBoundaryEvent. clone()Methods in org.activiti.bpmn.model that return types with arguments of type BoundaryEvent Modifier and Type Method Description java.util.List<BoundaryEvent>Activity. getBoundaryEvents()Methods in org.activiti.bpmn.model with parameters of type BoundaryEvent Modifier and Type Method Description voidBoundaryEvent. setValues(BoundaryEvent otherEvent)Method parameters in org.activiti.bpmn.model with type arguments of type BoundaryEvent Modifier and Type Method Description voidActivity. setBoundaryEvents(java.util.List<BoundaryEvent> boundaryEvents)
-