Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPParticipant
-
Packages that use BPParticipant Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of BPParticipant in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPParticipant Modifier and Type Method Description static BPParticipantBPParticipantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Participant with template and container.static BPParticipantBPParticipantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Participant with stereotype and container.BPParticipantBPParticipantEntity. getOwningParticipant()The owningBPParticipant.BPParticipantBPParticipantRole. getOwningParticipant()The owningBPParticipant.BPParticipantBPParticipantAtActivity. getParticipant()All participants taking part in this choreography activity.BPParticipantBPParticipantMapping. getReference()BPParticipantBPParticipantMapping. getReferenced()BPParticipantBPMessageFlow. getSourceParticipant()The source participant.BPParticipantBPMessageFlow. getTargetParticipant()The target participant.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPParticipant Modifier and Type Method Description java.util.List<BPParticipant>BPEndPoint. getParticipant()All participants with this end point.java.util.List<BPParticipant>BPInteractionSpecification. getParticipant(K_CONTROL_OPTION... behaviourFlags)All participants taking part in the interaction.java.util.List<BPParticipant>BPInterface. getParticipant()The participant referencing the interface.java.util.List<BPParticipant>BPProcess. getParticipant()The participant in charge.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPParticipant Modifier and Type Method Description booleanBPProcess. isProcessOfParticipant(BPParticipant refObj)Returns true if the process is used by the participant.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPParticipant Modifier and Type Method Description voidBPInterface. setParticipant(java.util.List<? extends BPParticipant> values)Set the value of Foreign Key Participant. -
Uses of BPParticipant in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type BPParticipant Modifier and Type Method Description java.util.List<BPParticipant>MERefAbleAsResource. getParticipantAsEntity(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this partner entity.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantAsEntity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getParticipantAsEntity and filters its return values according to the given stereotype value.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantInRole(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this partner role.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantInRole(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getParticipantInRole and filters its return values according to the given stereotype value.
-