Uses of Interface
org.camunda.bpm.model.bpmn.instance.Participant
-
Packages that use Participant Package Description 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 Modifier and Type Class Description class
ParticipantImpl
The BPMN participant elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Participant Modifier and Type Field 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
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Participant Modifier and Type Method Description Participant
ParticipantAssociationImpl. getInnerParticipant()
Participant
ParticipantAssociationImpl. getOuterParticipant()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Participant Modifier and Type Method Description Collection<Participant>
CollaborationImpl. getParticipants()
Collection<Participant>
ConversationNodeImpl. getParticipants()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Participant Modifier and Type Method Description 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 Modifier and Type Method Description Participant
ParticipantAssociation. getInnerParticipant()
Participant
ParticipantAssociation. getOuterParticipant()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Participant Modifier and Type Method Description Collection<Participant>
Collaboration. getParticipants()
Collection<Participant>
ConversationNode. getParticipants()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Participant Modifier and Type Method Description void
ParticipantAssociation. setInnerParticipant(Participant innerParticipant)
void
ParticipantAssociation. setOuterParticipant(Participant outerParticipant)
-