Uses of Interface
org.camunda.bpm.model.bpmn.instance.Participant
-
Uses of Participant in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptionParticipantAssociationImpl.getInnerParticipant()
ParticipantAssociationImpl.getOuterParticipant()
Modifier and TypeMethodDescriptionCollaborationImpl.getParticipants()
ConversationNodeImpl.getParticipants()
Modifier and TypeMethodDescriptionvoid
ParticipantAssociationImpl.setInnerParticipant
(Participant innerParticipant) void
ParticipantAssociationImpl.setOuterParticipant
(Participant outerParticipant) -
Uses of Participant in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionParticipantAssociation.getInnerParticipant()
ParticipantAssociation.getOuterParticipant()
Modifier and TypeMethodDescriptionCollaboration.getParticipants()
ConversationNode.getParticipants()
Modifier and TypeMethodDescriptionvoid
ParticipantAssociation.setInnerParticipant
(Participant innerParticipant) void
ParticipantAssociation.setOuterParticipant
(Participant outerParticipant)