|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.Location.GenericLocationImpl
public static class Location.GenericLocationImpl
Implementation of a generic Location.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.wvcm.Location |
---|
Location.GenericLocationImpl |
Field Summary |
---|
Fields inherited from interface javax.wvcm.Location |
---|
ALL, AUTHENTICATED, OWNER, SELF, UNAUTHENTICATED |
Method Summary | |
---|---|
Activity |
activity()
Return a proxy for the activity at this Location. |
Location |
child(java.lang.String bindingName)
Return the Location of the child with the specified binding name in the folder at this Location. |
ControllableResource |
controllableResource()
Return a proxy for the controllable resource at this Location. |
Folder |
folder()
Return a proxy for the folder at this Location. |
Principal.Group |
group()
NOT YET STANDARD Return a proxy for the group principal at this location. |
java.lang.String |
lastSegment()
NOT YET STANDARD Return the last (or right-most) segment of the location path. |
Location |
parent()
Return the Location of the parent folder of the resource at this Location. |
Principal |
principal()
NOT YET STANDARD Return a proxy for the principal at this location. |
AccessControlElement.Privilege |
privilege()
NOT YET STANDARD Return a proxy for the privilege at this location. |
Resource |
resource()
Return a proxy for the resource at this Location. |
Principal.Role |
role()
NOT YET STANDARD Return a proxy for the role principal at this location. |
java.lang.String |
string()
Return the string value for this Location. |
java.lang.String |
toString()
|
Workspace |
workspace()
Return a proxy for the workspace at this location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Resource resource()
resource
in interface Location
public Location child(java.lang.String bindingName) throws WvcmException
child
in interface Location
WvcmException
public Activity activity()
activity
in interface Location
public ControllableResource controllableResource()
controllableResource
in interface Location
public Location parent()
null
is returned.
The string value of the Location of the parent folder
is commonly created by stripping off the last segment
beginning with a "/" character of this Location.
parent
in interface Location
public Folder folder()
folder
in interface Location
public Workspace workspace()
workspace
in interface Location
public java.lang.String lastSegment()
lastSegment
in interface Location
public Principal principal()
principal
in interface Location
public Principal.Group group()
group
in interface Location
public Principal.Role role()
role
in interface Location
public AccessControlElement.Privilege privilege()
privilege
in interface Location
public java.lang.String string()
string
in interface Location
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |