Class VelocityDsContainerNode
java.lang.Object
de.uplanet.lucy.server.usermanager.velocity.AbstractVelocityDsNode
de.uplanet.lucy.server.usermanager.velocity.VelocityDsContainerNode
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the class ID of this org structure node.de.uplanet.lucy.server.usermanager.velocity.VelocityDsContainerNodes
Get the child containers of this container.Get the description of this org structure node.getName()
Get the name of this org structure node.Get the parent container of this org structure node.getPath()
Get the path of this org structure node as a list of path elements.Get the path of this org structure node.de.uplanet.lucy.server.usermanager.velocity.VelocityDsSetNodes
getSets()
boolean
Chech if this container has child containers.boolean
hasSets()
Check if this container has child sets.boolean
boolean
isSet()
toString()
Methods inherited from class de.uplanet.lucy.server.usermanager.velocity.AbstractVelocityDsNode
equals, get, getGuid, getPriority, hasAttribute, hashCode, hasNotNullAttribute, hasParent, isContainerClass, isDeleted, isDistListClass, isGroupClass, isObjectClass, isOrganizationClass, isOrgUnitClass, isRoleClass, isSetClass
-
Method Details
-
isContainer
public boolean isContainer()- Specified by:
isContainer
in classAbstractVelocityDsNode
- Returns:
true
since this class represents a container node.
-
isSet
public boolean isSet()- Specified by:
isSet
in classAbstractVelocityDsNode
- Returns:
false
since this class represents a container node.
-
getClassId
public int getClassId()Description copied from class:AbstractVelocityDsNode
Get the class ID of this org structure node.- Specified by:
getClassId
in classAbstractVelocityDsNode
- Returns:
- The class ID of this org structure node.
-
getName
Description copied from class:AbstractVelocityDsNode
Get the name of this org structure node.- Specified by:
getName
in classAbstractVelocityDsNode
- Returns:
- The name of this org structure node.
-
getPathAsString
Description copied from class:AbstractVelocityDsNode
Get the path of this org structure node.- Specified by:
getPathAsString
in classAbstractVelocityDsNode
- Returns:
- The path of this org structure node.
-
getPath
Description copied from class:AbstractVelocityDsNode
Get the path of this org structure node as a list of path elements.- Specified by:
getPath
in classAbstractVelocityDsNode
- Returns:
- The path of this org structure node.
-
getDescription
Description copied from class:AbstractVelocityDsNode
Get the description of this org structure node.- Specified by:
getDescription
in classAbstractVelocityDsNode
- Returns:
- The description of this org structure node.
-
getParent
Description copied from class:AbstractVelocityDsNode
Get the parent container of this org structure node.- Specified by:
getParent
in classAbstractVelocityDsNode
- Returns:
- The parent container of this org structure node.
-
hasContainers
public boolean hasContainers()Chech if this container has child containers.- Returns:
true
if this container has child containers, orfalse
otherwise.
-
getContainers
public de.uplanet.lucy.server.usermanager.velocity.VelocityDsContainerNodes getContainers()Get the child containers of this container.- Returns:
- The child containers of this container.
-
hasSets
public boolean hasSets()Check if this container has child sets.- Returns:
true
if this container has child sets, orfalse
otherwise.
-
getSets
public de.uplanet.lucy.server.usermanager.velocity.VelocityDsSetNodes getSets()- Returns:
- The child sets of this container.
-
toString
-