|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Resource in javax.wvcm |
| Subinterfaces of Resource in javax.wvcm | |
interface |
Activity
Represents an activity resource. |
interface |
Baseline
Represents a baseline resource. |
interface |
Configuration
A configuration is a resource that is associated with a folder (called the "root folder") and that represents all members of the root folder that are not in another configuration. |
interface |
ControllableFolder
A ControllableFolder is a folder that can be placed under control. |
interface |
ControllableResource
A proxy for a persistent resource that can be placed under control of a Checkout/Checkin protocol. |
interface |
Folder
A folder is a resource that contains a set of named mappings to other resources, called the "bound members" of that folder. |
interface |
FolderVersion
This represents a resource that is a version of a folder. |
interface |
Version
A version is an immutable copy of a particular state of a version-controlled resource. |
interface |
VersionHistory
A version history resource contains all versions of a version-controlled resource as the bound members of the version history. |
interface |
Workspace
Represents workspace resource. |
| Methods in javax.wvcm that return Resource | |
Resource |
Resource.doReadProperties(PropertyNameList wantedPropertyList)
Return a Resource containing the wanted properties. |
Resource |
Resource.doReadContent(PropertyNameList wantedPropertyList,
OutputStream content)
Return a resource containing the wanted properties. |
Resource |
Location.resource()
Return a proxy for the resource at this Location. |
Resource |
Folder.Binding.getBoundMember()
Return the Resource of the binding. |
Resource |
ControllableResource.readProperties(PropertyNameList wantedPropertyList)
Return a Resource containing the wanted properties
that are available on the client host
without communicating with the server. |
Resource |
ControllableResource.readContent(PropertyNameList wantedPropertyList,
OutputStream content)
If the resource content is available on the client host, the resource content is written to content
and content is closed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||