|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A query interface on a hierarchical set of getWindows. This interface is provided by the portlet.
Method Summary | |
java.util.Iterator |
getChildren(java.lang.String[] path)
Return the children getWindows for the given path or null if the item does not exist. |
Scheme |
getDefaultScheme()
Return the default scheme. |
Item |
getItem(java.lang.String[] path)
Return the specified item or null if it does not exist. |
java.util.Map |
getPermissionDescriptions()
Returns a map of permission descriptions. |
boolean |
implies(java.lang.String sourcePermission,
java.lang.String targetPermission)
Return true if the source permission implies the target permission. |
Method Detail |
public Item getItem(java.lang.String[] path)
path
- the item path
public java.util.Iterator getChildren(java.lang.String[] path)
path
- the item path
public java.util.Map getPermissionDescriptions()
public boolean implies(java.lang.String sourcePermission, java.lang.String targetPermission) throws java.lang.IllegalArgumentException
sourcePermission
- targetPermission
-
java.lang.IllegalArgumentException
- if sourcePermission or targetPermission is nullpublic Scheme getDefaultScheme()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |