Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPItemDefinition
-
Packages that use BPItemDefinition 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.de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of BPItemDefinition in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPItemDefinition Modifier and Type Method Description BPItemDefinitionBPDataIOAssociation. assignObjectWithDataModelStructure(ADClientAble partOfStructure)For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.BPItemDefinitionBPItemAwareElement. assignStructureDefinition(ELClassifier structure)Assigns a structure to an item aware element by using an existing or by creating a new item definition which connects the two elements.BPItemDefinitionBPDataIOAssociation. assignViewWithObject(ADClientAble partOfStructure)For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.static BPItemDefinitionBPItemDefinitionHelper. assureDefinitionBetweenAwareElementAndStructure(SrvContext srvCtx, BPItemAwareElement ohItemAware, ELClassifier ohStructure)Given one item aware element and one structure definition this method checks of there is already one item definition between them.static BPItemDefinitionBPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Object with template and container.static BPItemDefinitionBPItemDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Object with stereotype and container.static BPItemDefinitionBPItemDefinitionHelper. determineItemDefinitionForStructureElement(SrvContext srvCtx, ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition)For the structure parts passed as the argument action is taken to derive a structure and to create or determine an item definition linked to the structure.BPItemDefinitionBPDataIOAssociation. getItemDefinitionOfExternalElement()BPItemDefinitionBPError. getItemRef()The business object of the error.BPItemDefinitionBPEscalation. getItemRef()The business object of theBPEscalation.BPItemDefinitionBPMessage. getItemRef()The business object of the message.BPItemDefinitionBPSignal. getItemRef()The business object of theBPSignal.BPItemDefinitionBPItemAwareElement. getItemSubjectRef()The business object that is represented by the item aware element.BPItemDefinitionBPDataObject. getItemSubjectRefOfStore()The business object that is represented by the assignedBPDataStore.BPItemDefinitionBPDataIOAssociation. getTargetItemDefinition()BPItemDefinitionBPItemDefinitionRel. getTargetItemDefinition()The business object being target of thisBPItemDefinitionRel.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPItemDefinition Modifier and Type Method Description java.util.List<BPItemDefinition>BPElementAtPath. getItemDefinitionAtPath(K_CONTROL_OPTION... behaviourFlags)All business objects used in the path up to this point.java.util.List<BPItemDefinition>BPElementAtPath. getItemDefinitionAtPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getItemDefinitionAtPath and filters its return values according to the given stereotype value.java.util.List<BPItemDefinition>BPProcess. getItemDefinitionUsed(K_CONTROL_OPTION... behaviourFlags)All item definitions used throughout this process, either used directly of being nested in some sub process.java.util.List<BPItemDefinition>BPProcess. getItemDefinitionUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getItemDefinitionUsed and filters its return values according to the given stereotype value.java.util.List<BPItemDefinition>BPDataIOAssociation. getSourceItemDefinition(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPItemDefinition>BPDataIOAssociation. getSourceItemDefinition(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSourceItemDefinition and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPItemDefinition Modifier and Type Method Description <T extends BPItemAwareElement>
java.util.List<T>BPProcess. getItemAwareElementForDefinition(java.lang.Class<T> returnType, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags)<T extends BPItemAwareElement>
java.util.List<T>BPProcess. getItemAwareElementForDefinition(java.lang.Class<T> returnType, MMStereotype stereotype, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getItemAwareElementForDefinition and filters its return values according to the given stereotype value.voidBPError. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPEscalation. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPMessage. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPSignal. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPItemAwareElement. setItemSubjectRef(BPItemDefinition value)Set the value of View ItemSubjectRef.voidBPDataObject. setItemSubjectRefOfStore(BPItemDefinition value)Set the value of View ItemSubjectRefOfStore. -
Uses of BPItemDefinition in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs that return BPItemDefinition Modifier and Type Method Description BPItemDefinitionBSTransition. getOwningDefinition()TheBPItemDefinitionowning this transition. -
Uses of BPItemDefinition in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia that return BPItemDefinition Modifier and Type Method Description BPItemDefinitionBSDiaStateMachineNode. getItemDefinition()The business object represented by theBSDiaStateMachineNode. -
Uses of BPItemDefinition in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type BPItemDefinition Modifier and Type Method Description java.util.List<BPItemDefinition>ELClassifier. getItemDefinition()All item definitions structured by this this view.
-