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 BPItemDefinitionRelBPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRelBPItemDefinitionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Object Assignment with stereotype from source to target element.BPItemDefinitionRelBPError. getOutgoingItemDefinitionRel()AllBPItemDefinitionRelof the error.BPItemDefinitionRelBPItemAwareElement. getOutgoingItemDefinitionRel()AllBPItemDefinitionRelof the item aware element.BPItemDefinitionRelBPMessage. getOutgoingItemDefinitionRel()AllBPItemDefinitionRelof 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)AllBPItemDefinitionRelof theBPEscalation.java.util.List<BPItemDefinitionRel>BPSignal. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)AllBPItemDefinitionRelof 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()AllBPItemDefinitionRelusing this state.
-