Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPChoreographyActivity
-
Packages that use BPChoreographyActivity Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPChoreographyActivity in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPChoreographyActivity in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPChoreographySubProcess
interface
BPChoreographyTask
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPChoreographyActivity Modifier and Type Method Description <T extends BPChoreographyActivity>
java.util.List<T>BPFlowChoreographyContainer. getChoreographyActivity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All activities of theBPFlowChoreographyContainer
.Methods in de.mid.innovator.srv2api.icw2bp that return BPChoreographyActivity Modifier and Type Method Description BPChoreographyActivity
BPParticipantAtActivity. getChoreographyActivity()
The activity the participant collaborates in.
-