|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerHierarchyNode
The server representation of a HierarchyNode. <p/> This is not normally referred to directly by consuming systems that would instead use the Client API's HierarchyNode interface.
HierarchyNode| Method Summary | |
|---|---|
ServerEntity |
getParentEntity()Gets this node's direct parent. |
java.lang.String |
getType()Gets the hierarchy type that this ServerHierarchyNode is part of. |
boolean |
isActiveMember()Determines whether this ServerHierarchyNode is in the "active" space of the hierarchy. |
boolean |
mayHaveChildren()Determines whether this ServerHierarchyNode could potentially have child nodes. |
| Method Detail |
|---|
ServerEntity getParentEntity()
ServerEntity representing this node's direct parent or null if it does not have one.boolean mayHaveChildren()
true if this HierarchyNode could have children, otherwise false.java.lang.String getType()
String representing hierarchy type of this node.boolean isActiveMember()
ServerHierarchyNode is in the "active" space of the hierarchy.true if the node is is in the "active" space of the hierarchy, otherwise false.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||