| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ParticipantImpl
The BPMN participant element 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ElementReference<Participant,InnerParticipantRef> | 
ParticipantAssociationImpl.innerParticipantRefChild  | 
protected static ElementReference<Participant,OuterParticipantRef> | 
ParticipantAssociationImpl.outerParticipantRefChild  | 
protected static ChildElementCollection<Participant> | 
CollaborationImpl.participantCollection  | 
protected static ElementReferenceCollection<Participant,ParticipantRef> | 
ConversationNodeImpl.participantRefCollection  | 
| Modifier and Type | Method and Description | 
|---|---|
Participant | 
ParticipantAssociationImpl.getInnerParticipant()  | 
Participant | 
ParticipantAssociationImpl.getOuterParticipant()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Participant> | 
CollaborationImpl.getParticipants()  | 
Collection<Participant> | 
ConversationNodeImpl.getParticipants()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ParticipantAssociationImpl.setInnerParticipant(Participant innerParticipant)  | 
void | 
ParticipantAssociationImpl.setOuterParticipant(Participant outerParticipant)  | 
| Modifier and Type | Method and Description | 
|---|---|
Participant | 
ParticipantAssociation.getInnerParticipant()  | 
Participant | 
ParticipantAssociation.getOuterParticipant()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Participant> | 
ConversationNode.getParticipants()  | 
Collection<Participant> | 
Collaboration.getParticipants()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ParticipantAssociation.setInnerParticipant(Participant innerParticipant)  | 
void | 
ParticipantAssociation.setOuterParticipant(Participant outerParticipant)  | 
Copyright © 2018. All rights reserved.