Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPFlowElementContainer
-
Packages that use BPFlowElementContainer Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPFlowElementContainer in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPFlowElementContainer in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPChoreography
interface
BPChoreographySubProcess
interface
BPFlowChoreographyContainer
This is a utility class for BPFlowChoreographyContainer that provides static methods for creation or other purposes.interface
BPFlowProcessContainer
This is a utility class for BPFlowProcessContainer that provides static methods for creation or other purposes.interface
BPProcess
interface
BPSubProcess
Methods in de.mid.innovator.srv2api.icw2bp that return BPFlowElementContainer Modifier and Type Method Description BPFlowElementContainer
BPFlowElement. getFlowElementContainer()
The container of theBPFlowElement
.BPFlowElementContainer
BPFlowElement. getTopFlowElementContainer()
BPFlowElementContainer
BPItemAwareElement. getTopItemAwareElementContainer()
Returns the top flow element container of this item aware element, which is either a process or a choreography.
-