Uses of Interface
org.camunda.bpm.model.bpmn.instance.EndPoint
-
Packages that use EndPoint Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of EndPoint in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement EndPoint Modifier and Type Class Description class
EndPointImpl
The BPMN endPoint elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type EndPoint Modifier and Type Field Description protected static ElementReferenceCollection<EndPoint,EndPointRef>
ParticipantImpl. endPointRefCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type EndPoint Modifier and Type Method Description Collection<EndPoint>
ParticipantImpl. getEndPoints()
-
Uses of EndPoint in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type EndPoint Modifier and Type Method Description Collection<EndPoint>
Participant. getEndPoints()
-