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 classParticipantImplThe 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. innerParticipantRefChildprotected static ElementReference<Participant,OuterParticipantRef>ParticipantAssociationImpl. outerParticipantRefChildprotected static ChildElementCollection<Participant>CollaborationImpl. participantCollectionprotected static ElementReferenceCollection<Participant,ParticipantRef>ConversationNodeImpl. participantRefCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return Participant Modifier and Type Method Description ParticipantParticipantAssociationImpl. getInnerParticipant()ParticipantParticipantAssociationImpl. getOuterParticipant()Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Participant Modifier and Type Method Description java.util.Collection<Participant>CollaborationImpl. getParticipants()java.util.Collection<Participant>ConversationNodeImpl. getParticipants()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Participant Modifier and Type Method Description voidParticipantAssociationImpl. setInnerParticipant(Participant innerParticipant)voidParticipantAssociationImpl. 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 ParticipantParticipantAssociation. getInnerParticipant()ParticipantParticipantAssociation. getOuterParticipant()Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Participant Modifier and Type Method Description java.util.Collection<Participant>Collaboration. getParticipants()java.util.Collection<Participant>ConversationNode. getParticipants()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Participant Modifier and Type Method Description voidParticipantAssociation. setInnerParticipant(Participant innerParticipant)voidParticipantAssociation. setOuterParticipant(Participant outerParticipant)
-