Klasse DsContainerNode
java.lang.Object
de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode
- Alle implementierten Schnittstellen:
de.uplanet.lucy.server.usermanager.orgstructure.IDsNode
@Scriptable
public final class DsContainerNode
extends Object
implements de.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDsContainerNode(int p_iId, String p_strId, int p_iClassId, String p_strName, String p_strDescr, int p_iPriority, boolean p_bDeleted) Create a container node. -
Methodenübersicht
-
Konstruktordetails
-
DsContainerNode
public DsContainerNode(int p_iId, String p_strId, int p_iClassId, String p_strName, String p_strDescr, int p_iPriority, boolean p_bDeleted) Create a container node.- Parameter:
p_iId- The integer ID of the container.p_strId- The ID of the container (normally a GUID).p_iClassId- The ID of the container's class.p_strName- The name.p_strDescr- The description.p_iPriority- The priority.p_bDeleted-trueif the container is deleted, orfalseotherwise.
-
-
Methodendetails
-
toString
-
getGuid
- Angegeben von:
getGuidin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
getId
public int getId()- Angegeben von:
getIdin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
getClassId
public int getClassId()- Angegeben von:
getClassIdin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
getName
-
getPath
-
getPathAsStringBuilder
-
getDescription
-
getPriority
public int getPriority()- Angegeben von:
getPriorityin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
isDeleted
public boolean isDeleted()- Angegeben von:
isDeletedin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
hasParent
public boolean hasParent()- Angegeben von:
hasParentin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
getParent
- Angegeben von:
getParentin Schnittstellede.uplanet.lucy.server.usermanager.orgstructure.IDsNode
-
hasContainer
public boolean hasContainer()- Gibt zurück:
trueif this container has child containers, orfalseotherwise.
-
getContainers
- Gibt zurück:
- An array that contains the child containers of this
container (not
null).
-
hasSet
public boolean hasSet()- Gibt zurück:
trueif this container has child sets, orfalseotherwise.
-
getSets
- Gibt zurück:
- An array that contains the child sets of this
container (not
null).
-