Class OrgStructure
- java.lang.Object
-
- de.uplanet.lucy.server.usermanager.orgstructure.OrgStructure
-
- All Implemented Interfaces:
de.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
@Scriptable public final class OrgStructure extends Object implements de.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
This class is an in-memory representation of the Intrexx organizational structure.
-
-
Constructor Summary
Constructors Constructor Description OrgStructure()
OrgStructure(de.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure p_org)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsContainerNode(String p_strId)
boolean
containsSetNode(String p_strId)
Iterator<DsContainerNode>
getContainerIterator()
DsContainerNode
getContainerNode(int p_iId)
DsContainerNode
getContainerNode(String p_strId)
DsContainerNode
getPseudoRootNode()
DsContainerNode[]
getRootChildren()
Iterator<DsSetNode>
getSetIterator()
DsSetNode
getSetNode(int p_iId)
DsSetNode
getSetNode(String p_strId)
-
-
-
Method Detail
-
getPseudoRootNode
public DsContainerNode getPseudoRootNode()
- Specified by:
getPseudoRootNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
containsContainerNode
public boolean containsContainerNode(String p_strId)
- Specified by:
containsContainerNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
getContainerNode
public DsContainerNode getContainerNode(String p_strId)
- Specified by:
getContainerNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
getContainerNode
public DsContainerNode getContainerNode(int p_iId)
- Specified by:
getContainerNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
getContainerIterator
public Iterator<DsContainerNode> getContainerIterator()
- Specified by:
getContainerIterator
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
getRootChildren
public DsContainerNode[] getRootChildren()
- Specified by:
getRootChildren
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
containsSetNode
public boolean containsSetNode(String p_strId)
- Specified by:
containsSetNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
getSetNode
public DsSetNode getSetNode(String p_strId)
- Specified by:
getSetNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
getSetNode
public DsSetNode getSetNode(int p_iId)
- Specified by:
getSetNode
in interfacede.uplanet.lucy.server.usermanager.orgstructure.IOrgStructure
-
-