Uses of Interface
de.mid.innovator.srv2api.icw2br.BROrgUnit
-
Packages that use BROrgUnit Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BROrgUnit in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BROrgUnit Modifier and Type Method Description static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Organizational Unit with template and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Organizational Unit with stereotype and container.Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BROrgUnit Modifier and Type Method Description java.util.List<BROrgUnit>
BROrgUnit. getDirectParentsInHierarchy(K_CONTROL_OPTION... behaviourFlags)
The parent resources being superordinated by a hierarchical relationship.java.util.List<BROrgUnit>
BROrgUnit. getDirectParentsInHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDirectParentsInHierarchy and filters its return values according to the given stereotype value.java.util.List<BROrgUnit>
BROrgUnit. getDirectSonsInHierarchy(K_CONTROL_OPTION... behaviourFlags)
All resources being directly subordinated to thisBROrgUnit
via a hierarchical resource relationship.java.util.List<BROrgUnit>
BROrgUnit. getDirectSonsInHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDirectSonsInHierarchy and filters its return values according to the given stereotype value.java.util.List<BROrgUnit>
BROrgUnit. getDirectSonsInHierarchyExcludeRel(BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags)
All org units being directly subordinated to thisBROrgUnit
via 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.java.util.List<BROrgUnit>
BROrgUnit. getSelfAndSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags)
The org unit itself and all resources being subordinated (transitively) to thisBROrgUnit
via a hierarchical resource relationship.java.util.List<BROrgUnit>
BROrgUnit. getSelfAndSonsInHierarchyTransitiveDownDepthFirst(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndSonsInHierarchyTransitiveDownDepthFirst and filters its return values according to the given stereotype value.java.util.List<BROrgUnit>
BROrgUnit. getSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags)
All org units being subordinated (transitively) to thisBROrgUnit
via a hierarchical resource relationship.java.util.List<BROrgUnit>
BROrgUnit. getSonsInHierarchyTransitiveDownDepthFirst(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSonsInHierarchyTransitiveDownDepthFirst and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2br with parameters of type BROrgUnit 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.
-