Uses of Class
de.uplanet.lucy.server.usermanager.groovy.GroovyDsContainerNode
Packages that use GroovyDsContainerNode
-
Uses of GroovyDsContainerNode in de.uplanet.lucy.server.usermanager.groovy
Methods in de.uplanet.lucy.server.usermanager.groovy that return GroovyDsContainerNodeModifier and TypeMethodDescriptionGroovyOrgBuilder.createContainer
(String p_strClassName, groovy.lang.Closure<?> p_closure) Create a new container.GroovyOrgStructureWrapper.findContainerNode
(String p_strContainer) Find a container by its GUID, its name or its path.GroovyUser.getContainer()
GroovyOrgStructureWrapper.getContainerNode
(String p_strGuid) Get a container by it's unique identifier.abstract GroovyDsContainerNode
AbstractGroovyDsNode.getParent()
Get the parent container of this org structure node.GroovyDsContainerNode.getParent()
GroovyDsSetNode.getParent()
GroovyOrgStructureWrapper.getRootNode()
Get the pseudo root node of the organizational structure.Methods in de.uplanet.lucy.server.usermanager.groovy that return types with arguments of type GroovyDsContainerNodeModifier and TypeMethodDescriptionGroovyOrgStructureWrapper.getContainerClassNodes()
Get a list of all containers in the org structure that have class CONTAINER.GroovyOrgStructureWrapper.getContainerNodes()
Get a list of all containers in the org structure.GroovyDsContainerNode.getContainers()
Get a list of the child containers of this container.GroovyOrgBuilder.getMembershipContainers
(IUser p_user) Get a collection of containers that directly or indirectly contain the given user.GroovyOrgBuilder.getMembershipContainers
(String p_strUserGuid) Get a collection of containers that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembershipContainers
(IUser p_user) GroovyOrgStructureWrapper.getMembershipContainers
(String p_strUserGuid) GroovyOrgStructureWrapper.getOrganizationClassNodes()
Get a list of all containers in the org structure that have class ORGANIZATION.GroovyOrgStructureWrapper.getOrgUnitClassNodes()
Get a list of all containers in the org structure that have class ORGUNIT.