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

Packages that use Participant
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of Participant in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Participant
 class ParticipantImpl
          The BPMN participant element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Participant
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Participant,InnerParticipantRef> ParticipantAssociationImpl.innerParticipantRefChild
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Participant,OuterParticipantRef> ParticipantAssociationImpl.outerParticipantRefChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Participant> CollaborationImpl.participantCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Participant,ParticipantRef> ConversationNodeImpl.participantRefCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return Participant
 Participant ParticipantAssociationImpl.getInnerParticipant()
           
 Participant ParticipantAssociationImpl.getOuterParticipant()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Participant
 Collection<Participant> ConversationNodeImpl.getParticipants()
           
 Collection<Participant> CollaborationImpl.getParticipants()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Participant
 void ParticipantAssociationImpl.setInnerParticipant(Participant innerParticipant)
           
 void ParticipantAssociationImpl.setOuterParticipant(Participant outerParticipant)
           
 

Uses of Participant in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return Participant
 Participant ParticipantAssociation.getInnerParticipant()
           
 Participant ParticipantAssociation.getOuterParticipant()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Participant
 Collection<Participant> Collaboration.getParticipants()
           
 Collection<Participant> ConversationNode.getParticipants()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Participant
 void ParticipantAssociation.setInnerParticipant(Participant innerParticipant)
           
 void ParticipantAssociation.setOuterParticipant(Participant outerParticipant)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.