Uses of Interface
org.camunda.bpm.model.bpmn.instance.Interface

Packages that use Interface
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
 class InterfaceImpl
          The BPMN interface element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Interface
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Interface,InterfaceRef> ParticipantImpl.interfaceRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Interface,SupportedInterfaceRef> CallableElementImpl.supportedInterfaceRefCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Interface
 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
 Collection<Interface> Participant.getInterfaces()
           
 Collection<Interface> CallableElement.getSupportedInterfaces()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.