|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The location of a resource. All methods in this interface are client-side only, i.e. no communication with the server is required.
| Method Summary | |
Activity |
activity()
Return a proxy for the activity at this Location. |
Location |
child(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. |
Location |
parent()
Return the Location of the parent folder of the resource at this Location. |
Resource |
resource()
Return a proxy for the resource at this Location. |
String |
string()
Return the string value for this Location. |
Workspace |
workspace()
Return a proxy for the workspace at this location. |
| Method Detail |
public String string()
public Location child(String bindingName)
throws WvcmException
WvcmExceptionpublic 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.
public Activity activity()
public Folder folder()
public Resource resource()
public ControllableResource controllableResource()
public Workspace workspace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||