|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.servebox.toolbox.acl.ACLTreeNode
public class ACLTreeNode
Represents an entry in a tree structure
20070321 - This class now becomes a set of helper functions rather than an object in its own right
20070322 - Assorted finder functions added.
| Constructor Summary | |
|---|---|
ACLTreeNode()
|
|
| Method Summary | |
|---|---|
static BasicACLObject |
findByName(Vector v,
String name)
Find an object in the ACL tree by name |
static BasicACLObject |
findByUID(Vector v,
String uid)
Find an object in the ACL tree by its UID |
static Vector |
getChildren(Object o)
Try calling the method getChildContainer on a supplied object. |
static boolean |
isContainer(Object o)
Is the specified ACL object a container for other objects? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACLTreeNode()
| Method Detail |
|---|
public static BasicACLObject findByUID(Vector v,
String uid)
v - The starting point in the ACL tree (not necessarily the root)uid - The UID of the object being sought
public static BasicACLObject findByName(Vector v,
String name)
v - The starting point in the ACL tree (not necessarily the root)name - The name of the object being sought
public static Vector getChildren(Object o)
o -
public static boolean isContainer(Object o)
o -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||