|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Provider
A WVCM provider.
Method Summary | |
---|---|
java.util.List |
clientWorkspaceFolderList(PropertyNameList wantedPropertyList)
Return a list of Folder objects that identify folders
on the client that contain workspaces for this Provider. |
Location |
contextLocation(java.lang.String location)
NOT YET STANDARD Return a Location whose string value is the specified location. |
Location |
contextLocation(java.lang.String location,
boolean escaped)
NOT YET STANDARD Return a Location whose string value is the specified location. |
java.util.List |
getGenericPrincipalList()
NOT YET STANDARD Get the list of generic Principal instances |
java.util.List |
getGenericPrivilegeList()
NOT YET STANDARD Get the list of generic Privilege instances |
Location |
location(java.lang.String location)
Return a Location whose string value is the specified location. |
Location |
location(java.lang.String location,
boolean escaped)
NOT YET STANDARD Return a Location whose string value is the specified location. |
ResourceList |
resourceList()
Return an empty ResourceList . |
java.util.List |
serverSharedWorkspaceList(PropertyNameList wantedPropertyList)
Return a list of Workspace objects which
can be used as the argument of the
Workspace.setServerState(javax.wvcm.Workspace) routine
for more than one Workspace . |
java.util.List |
serverWorkspaceFolderList(PropertyNameList wantedPropertyList)
Return a list of Folder objects that identify folders
on the server that contain workspaces for this Provider. |
Method Detail |
---|
java.util.List serverWorkspaceFolderList(PropertyNameList wantedPropertyList) throws WvcmException
Folder
objects that identify folders
on the server that contain workspaces for this Provider.
If this Provider does not allow the client to create new
workspaces on the server, an empty List is returned.
wantedPropertyList
- The properties available in the returned proxies.
WvcmException
java.util.List clientWorkspaceFolderList(PropertyNameList wantedPropertyList) throws WvcmException
Folder
objects that identify folders
on the client that contain workspaces for this Provider.
If this Provider does not support workspaces on the
client, an empty List is returned.
wantedPropertyList
- The properties available in the returned proxies.
WvcmException
java.util.List serverSharedWorkspaceList(PropertyNameList wantedPropertyList) throws WvcmException
Workspace
objects which
can be used as the argument of the
Workspace.setServerState(javax.wvcm.Workspace)
routine
for more than one Workspace
.
If this Provider does not allow multiple workspaces to
share the same ServerState, an empty List is returned.
wantedPropertyList
- The properties available in the returned proxies.
WvcmException
Location location(java.lang.String location) throws WvcmException
Location
whose string value is the specified location.
The location string is checked for the character '%' to see if it is escaped or not.
WvcmException
- with ILLEGAL_LOCATION_SYNTAX if the location is not a valid location.Location location(java.lang.String location, boolean escaped) throws WvcmException
Location
whose string value is the specified location.
escaped
- is the location escaped?
WvcmException
- with ILLEGAL_LOCATION_SYNTAX if the location is not a valid location.Location contextLocation(java.lang.String location) throws WvcmException
Location
whose string value is the specified location.
The location string is assumed to be unescaped.
The context is prepended if one has been specified and the location does not already
start with the context.
WvcmException
- with ILLEGAL_LOCATION_SYNTAX if the location is not a valid location.Location contextLocation(java.lang.String location, boolean escaped) throws WvcmException
Location
whose string value is the specified location.
The context is prepended if one has been specified and the location does not already
start with the context.
escaped
- is the location escaped?
WvcmException
- with ILLEGAL_LOCATION_SYNTAX if the location is not a valid location.ResourceList resourceList()
ResourceList
.
java.util.List getGenericPrincipalList()
java.util.List getGenericPrivilegeList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |