Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPItemAwareElement
-
Packages that use BPItemAwareElement Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling. -
-
Uses of BPItemAwareElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPItemAwareElement in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interfaceBPDataObjectinterfaceBPDataStoreinterfaceBPPropertyFields in de.mid.innovator.srv2api.icw2bp declared as BPItemAwareElement Modifier and Type Field Description BPItemAwareElementARG_BPItemAwareElementAndStructure. ohItemAwareThe item aware element to be tied to the new item definitionMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPItemAwareElement Modifier and Type Method Description <T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AssignedBPItemAwareElement.<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElement(java.lang.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>
java.util.List<T>BPItemDefinition. getItemAwareElementAtPath(java.lang.Class<T> returnType, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags)<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElementAtPath(java.lang.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>
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.<T extends BPItemAwareElement>
java.util.List<T>BPDataIOAssociation. getSourceItemAwareElement(java.lang.Class<T> returnType)The source element of the data association.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleIncomingItemAwareElement(java.lang.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>
java.util.List<T>BPEventNode. getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
java.util.List<T>BPEventNode. getVisibleIncomingItemAwareElement(java.lang.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>
java.util.List<T>BPActivityNode. getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleOutgoingItemAwareElement(java.lang.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>
java.util.List<T>BPEventNode. getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
java.util.List<T>BPEventNode. getVisibleOutgoingItemAwareElement(java.lang.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 BPItemAwareElement Modifier and Type Method Description BPItemAwareElementBPDataIOAssociation. getExternalElement()The data object or data store reference which does not belong to the owner of theBPDataIOAssociation.BPItemAwareElementBPDataIOAssociation. getIOElementAtOwner()BPItemAwareElementBPDataIOAssociation. getSingleSourceItemAwareElement()Ensure a single source element for theBPDataIOAssociationalso the data model allows more than one source.BPItemAwareElementBPDataIOAssociation. getSingleTargetItemAwareElement()The target item of the data association.BPItemAwareElementBPItemDefinitionRel. getSourceItemAwareElement()The source item aware element of theBPItemDefinitionRel.BPItemAwareElementBPDataIOAssociation. getTargetItemAwareElement()The target item of the data association.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPItemAwareElement Modifier and Type Method Description 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.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 BPItemAwareElement Modifier and Type Method Description voidBPDataIOAssociation. setSourceItemAwareElement(java.util.List<? extends BPItemAwareElement> values)Set the value of Foreign Key SourceItemAwareElement.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPItemAwareElement Constructor Description ARG_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 BPItemAwareElement Modifier and Type Method Description BPDiaItemNodeBPDiaProcessViewNode. 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 BPItemAwareElement Modifier and Type Method Description <T extends BPItemAwareElement>
java.util.List<T>BSState. getUsedInItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All item aware elements using this state.<T extends BPItemAwareElement>
java.util.List<T>BSState. getUsedInItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUsedInItemAwareElement and filters its return values according to the given stereotype value.
-