Uses of Class
de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode
Packages that use DsContainerNode
-
Uses of DsContainerNode in de.uplanet.lucy.server.usermanager.orgstructure
Methods in de.uplanet.lucy.server.usermanager.orgstructure that return DsContainerNodeModifier and TypeMethodDescriptionIOrgStructure.getContainerNode
(int p_iId) Get a container node by it's integer identifier.IOrgStructure.getContainerNode
(String p_strId) Get a container node by it's unique identifier.OrgStructure.getContainerNode
(int p_iId) OrgStructure.getContainerNode
(String p_strId) DsContainerNode.getContainers()
DsContainerNode.getParent()
DsSetNode.getParent()
IDsNode.getParent()
IOrgStructure.getPseudoRootNode()
Get the pseudo root node of the organizational structure.OrgStructure.getPseudoRootNode()
IOrgStructure.getRootChildren()
OrgStructure.getRootChildren()
DsContainerDepthFirstIterator.next()
DsContainerParentIterator.next()
Methods in de.uplanet.lucy.server.usermanager.orgstructure that return types with arguments of type DsContainerNodeModifier and TypeMethodDescriptionIOrgStructure.getContainerIterator()
Get an iterator over all the containers that are referenced by the internal collection of containers.OrgStructure.getContainerIterator()
DsContainerDepthFirstIterator.iterator()
DsContainerParentIterator.iterator()
Constructors in de.uplanet.lucy.server.usermanager.orgstructure with parameters of type DsContainerNodeModifierConstructorDescriptionDsContainerDepthFirstIterator
(DsContainerNode p_dsnCont) DsContainerParentIterator
(DsContainerNode p_dsnCont)