Uses of Interface
org.camunda.bpm.model.bpmn.instance.Interface
-
Packages that use Interface Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Interface in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Interface Modifier and Type Class Description class
InterfaceImpl
The BPMN interface elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Interface Modifier and Type Field Description protected static ElementReferenceCollection<Interface,InterfaceRef>
ParticipantImpl. interfaceRefCollection
protected static ElementReferenceCollection<Interface,SupportedInterfaceRef>
CallableElementImpl. supportedInterfaceRefCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Interface Modifier and Type Method Description Collection<Interface>
ParticipantImpl. getInterfaces()
Collection<Interface>
CallableElementImpl. getSupportedInterfaces()
-
Uses of Interface in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Interface Modifier and Type Method Description Collection<Interface>
Participant. getInterfaces()
Collection<Interface>
CallableElement. getSupportedInterfaces()
-