Uses of Interface
de.mid.innovator.srv2api.icw2br.BRResourceHierRel
-
Packages that use BRResourceHierRel Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BRResourceHierRel in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRResourceHierRel Modifier and Type Method Description static BRResourceHierRelBRResourceHierRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Hierarchical Subordination with template from source to target element.static BRResourceHierRelBRResourceHierRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Hierarchical Subordination with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRResourceHierRel Modifier and Type Method Description java.util.List<BRResourceHierRel>BROrgUnit. getHierarchicalRelationshipTo(BROrgUnit refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)java.util.List<BRResourceHierRel>BROrgUnit. getHierarchicalRelationshipTo(MMStereotype stereotype, BROrgUnit refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)The method calls getHierarchicalRelationshipTo and filters its return values according to the given stereotype value.java.util.List<BRResourceHierRel>BROrgUnit. getIncomingHierRel(K_CONTROL_OPTION... behaviourFlags)java.util.List<BRResourceHierRel>BROrgUnit. getOutgoingHierarchicalRelationship(K_CONTROL_OPTION... behaviourFlags)All outgoing hierarchical resource relationships at thisBROrgUnit.java.util.List<BRResourceHierRel>BROrgUnit. getOutgoingHierarchicalRelationship(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOutgoingHierarchicalRelationship and filters its return values according to the given stereotype value.java.util.List<BRResourceHierRel>BROrgUnit. getOutgoingHierRel(K_CONTROL_OPTION... behaviourFlags)Methods in de.mid.innovator.srv2api.icw2br with parameters of type BRResourceHierRel Modifier and Type Method Description java.util.List<BROrgUnit>BROrgUnit. getDirectSonsInHierarchyExcludeRel(BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags)All org units being directly subordinated to thisBROrgUnitvia a hierarchical resource relationship.java.util.List<BROrgUnit>BROrgUnit. getDirectSonsInHierarchyExcludeRel(MMStereotype stereotype, BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectSonsInHierarchyExcludeRel and filters its return values according to the given stereotype value.
-