Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPItemAwareElement
Packages that use BPItemAwareElement
Package
Description
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
State machine for Business Object Modeling.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of BPItemAwareElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPItemAwareElement in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceFields in de.mid.innovator.srv2api.icw2bp declared as BPItemAwareElementModifier and TypeFieldDescriptionARG_BPItemAwareElementAndStructure.ohItemAwareThe item aware element to be tied to the new item definitionMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPItemAwareElementModifier and TypeMethodDescription<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AssignedBPItemAwareElement.<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElementAtPath(Class<T> returnType, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags) <T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElementAtPath(Class<T> returnType, MMStereotype stereotype, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getItemAwareElementAtPath and filters its return values according to the given stereotype value.<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.<T extends BPItemAwareElement>
List<T> BPDataIOAssociation.getSourceItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The source element of the data association.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleIncomingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleIncomingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleIncomingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleIncomingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return BPItemAwareElementModifier and TypeMethodDescriptionBPDataIOAssociation.getExternalElement()The data object or data store reference which does not belong to the owner of theBPDataIOAssociation.BPDataIOAssociation.getIOElementAtOwner()BPDataIOAssociation.getSingleSourceItemAwareElement()Ensure a single source element for theBPDataIOAssociationalso the data model allows more than one source.BPDataIOAssociation.getSingleTargetItemAwareElement()The target item of the data association.BPItemDefinitionRel.getSourceItemAwareElement()The source item aware element of theBPItemDefinitionRel.BPDataIOAssociation.getTargetItemAwareElement()The target item of the data association.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPItemAwareElementModifier and TypeMethodDescriptionstatic 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.voidBPDataIOAssociation.setSingleSourceItemAwareElement(BPItemAwareElement value) Set the value of Foreign Key SingleSourceItemAwareElement.voidBPDataIOAssociation.setSingleTargetItemAwareElement(BPItemAwareElement value) Set the value of Foreign Key SingleTargetItemAwareElement.voidBPDataIOAssociation.setTargetItemAwareElement(BPItemAwareElement value) Set the value of Foreign Key TargetItemAwareElement.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPItemAwareElementModifier and TypeMethodDescriptionvoidBPDataIOAssociation.setSourceItemAwareElement(List<? extends BPItemAwareElement> values) Set the value of Foreign Key SourceItemAwareElement.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPItemAwareElementModifierConstructorDescriptionARG_BPItemAwareElementAndStructure(BPItemAwareElement ohItemAware, ELClassifier ohStructure) -
Uses of BPItemAwareElement in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPItemAwareElementModifier and TypeMethodDescriptionBPDiaProcessViewNode.getDiaItemNode(BPItemAwareElement refObj) Returns the presentation node of the item aware element. -
Uses of BPItemAwareElement in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs with type parameters of type BPItemAwareElementModifier and TypeMethodDescription<T extends BPItemAwareElement>
List<T> BSState.getUsedInItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All item aware elements using this state.<T extends BPItemAwareElement>
List<T> BSState.getUsedInItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUsedInItemAwareElement and filters its return values according to the given stereotype value. -
Uses of BPItemAwareElement in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm with type parameters of type BPItemAwareElementModifier and TypeMethodDescription<T extends BPItemAwareElement>
List<T> SMState.getItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPItemAwareElementthat have the given state.