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 BPItemDefinition
BPDataIOAssociation. assignObjectWithDataModelStructure(ADClientAble partOfStructure)
For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.BPItemDefinition
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.BPItemDefinition
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 BPItemDefinition
BPItemDefinitionHelper. 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 BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object with template and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object with stereotype and container.static BPItemDefinition
BPItemDefinitionHelper. 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.BPItemDefinition
BPDataIOAssociation. getItemDefinitionOfExternalElement()
BPItemDefinition
BPError. getItemRef()
The business object of the error.BPItemDefinition
BPEscalation. getItemRef()
The business object of theBPEscalation
.BPItemDefinition
BPMessage. getItemRef()
The business object of the message.BPItemDefinition
BPSignal. getItemRef()
The business object of theBPSignal
.BPItemDefinition
BPItemAwareElement. getItemSubjectRef()
The business object that is represented by the item aware element.BPItemDefinition
BPDataObject. getItemSubjectRefOfStore()
The business object that is represented by the assignedBPDataStore
.BPItemDefinition
BPDataIOAssociation. getTargetItemDefinition()
BPItemDefinition
BPItemDefinitionRel. 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.void
BPError. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPEscalation. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPMessage. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPSignal. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPItemAwareElement. setItemSubjectRef(BPItemDefinition value)
Set the value of View ItemSubjectRef.void
BPDataObject. 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 BPItemDefinition
BSTransition. getOwningDefinition()
TheBPItemDefinition
owning 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 BPItemDefinition
BSDiaStateMachineNode. 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.
-