Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPItemDefinitionRel
-
Packages that use BPItemDefinitionRel Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling. -
-
Uses of BPItemDefinitionRel in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPItemDefinitionRel Modifier and Type Method Description static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with stereotype from source to target element.BPItemDefinitionRel
BPError. getOutgoingItemDefinitionRel()
AllBPItemDefinitionRel
of the error.BPItemDefinitionRel
BPItemAwareElement. getOutgoingItemDefinitionRel()
AllBPItemDefinitionRel
of the item aware element.BPItemDefinitionRel
BPMessage. getOutgoingItemDefinitionRel()
AllBPItemDefinitionRel
of the message.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPItemDefinitionRel Modifier and Type Method Description java.util.List<BPItemDefinitionRel>
BPItemDefinition. getIncomingDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
All incoming business object relationships connecting this business object.java.util.List<BPItemDefinitionRel>
BPEscalation. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
AllBPItemDefinitionRel
of theBPEscalation
.java.util.List<BPItemDefinitionRel>
BPSignal. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
AllBPItemDefinitionRel
of theBPSignal
. -
Uses of BPItemDefinitionRel in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs that return types with arguments of type BPItemDefinitionRel Modifier and Type Method Description java.util.List<BPItemDefinitionRel>
BSState. getItemDefinitionRel()
AllBPItemDefinitionRel
using this state.
-