Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPItemDefinition
Packages that use BPItemDefinition
Package
Description
Package for Business Process Model and Notation (BPMN).
State machine for Business Object Modeling.
Diagrams and graphical representations for elements of the icw2bs package.
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 BPItemDefinitionModifier and TypeMethodDescriptionBPDataIOAssociation.assignObjectWithDataModelStructure(ADClientAble partOfStructure) For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.BPItemAwareElement.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.BPDataIOAssociation.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.BPDataIOAssociation.getItemDefinitionOfExternalElement()BPError.getItemRef()The business object of the error.BPEscalation.getItemRef()The business object of theBPEscalation.BPMessage.getItemRef()The business object of the message.BPSignal.getItemRef()The business object of theBPSignal.BPItemAwareElement.getItemSubjectRef()The business object that is represented by the item aware element.BPDataObject.getItemSubjectRefOfStore()The business object that is represented by the assignedBPDataStore.BPDataIOAssociation.getTargetItemDefinition()BPItemDefinitionRel.getTargetItemDefinition()The business object being target of thisBPItemDefinitionRel.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPItemDefinitionModifier and TypeMethodDescriptionBPElementAtPath.getItemDefinitionAtPath()All business objects used in the path up to this point.BPElementAtPath.getItemDefinitionAtPath(MMStereotype stereotype) The method calls getItemDefinitionAtPath and filters its return values according to the given stereotype value.BPProcess.getItemDefinitionUsed()All item definitions used throughout this process, either used directly of being nested in some sub process.BPProcess.getItemDefinitionUsed(MMStereotype stereotype) The method calls getItemDefinitionUsed and filters its return values according to the given stereotype value.BPDataIOAssociation.getSourceItemDefinition()BPDataIOAssociation.getSourceItemDefinition(MMStereotype stereotype) 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 BPItemDefinitionModifier and TypeMethodDescription<T extends BPItemAwareElement>
List<T> BPProcess.getItemAwareElementForDefinition(Class<T> returnType, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags) <T extends BPItemAwareElement>
List<T> BPProcess.getItemAwareElementForDefinition(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 BPItemDefinitionModifier and TypeMethodDescriptionBSTransition.getOwningDefinition()TheBPItemDefinitionowning this transition. -
Uses of BPItemDefinition in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia that return BPItemDefinitionModifier and TypeMethodDescriptionBSDiaStateMachineNode.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 BPItemDefinitionModifier and TypeMethodDescriptionELClassifier.getItemDefinition()All item definitions structured by this this view.