Package javax.wvcm

The interfaces of the WVCM standard.

See:
          Description

Interface Summary
AccessControlElement.Privilege NOT YET STANDARD Privilege: A "privilege" controls access to a particular set of HTTP operations on a resource.
Activity Represents an activity resource.
Baseline Represents a baseline resource.
Baseline.AddedVersion A version that is referenced by the second baseline but no version from the version history of that version is referenced by the first baseline.
Baseline.ChangedVersion A pair of different versions referenced by two baseline from the same version history.
Baseline.CompareBaselineReport A description of how the selection of a version from a version history differs between two baselines.
Baseline.DeletedVersion A version that is referenced by the first baseline but no version from the version history of that version is referenced by the second baseline.
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.
ControllableFolder A ControllableFolder is a folder that can be placed under control.
ControllableResource A proxy for a persistent resource that can be placed under control of a Checkout/Checkin protocol.
ControllableResource.Conflict A version-controlled resource for which new content would have to be created to perform the merge.
ControllableResource.Ignore A version that would be ignored by the merge because its version history does not appear as a target of the merge.
ControllableResource.MergePreviewReport A description of how the merge would affect the merge target.
ControllableResource.Update A version-controlled resource whose CheckedIn property would be updated by the merge.
Folder A folder is a resource that contains a set of named mappings to other resources, called the "bound members" of that folder.
Folder.Binding A Binding in a Folder is a mapping from a name to a Resource that is a bound member of the Folder.
FolderVersion This represents a resource that is a version of a folder.
Location The location of a resource.
LockToken NOT YET STANDARD Describes a lock token.
Principal NOT YET STANDARD A "principal" is a distinct human or computational actor that initiates access to network resources.
Principal.Group NOT YET STANDARD A "group" is a principal that represents a set of other principals.
Principal.Role NOT YET STANDARD A "role" is a principal that represents a set of other principals.
Provider A WVCM provider.
ProviderFactory.Callback Provides callback functions that can be invoked by a provider.
ProviderFactory.Callback.Authentication Authentication information for the current user.
ProviderFactory.TokenCallback NOT YET STANDARD Token based callback for provider.
ProviderFactory.TokenCallback.TokenAuthentication Token authentication information.
Resource A proxy for a persistent resource, used to retrieve information from the resource and to perform operations on the resource.
ResourceList A list containing Resource objects, used to perform operations on all elements of the list.
ResourceList.ResponseIterator An iterator of the results of applying a method to each element of a ResourceList.
Version A version is an immutable copy of a particular state of a version-controlled resource.
VersionHistory A version history resource contains all versions of a version-controlled resource as the bound members of the version history.
Workspace Represents workspace resource.
 

Class Summary
AccessControlElement NOT YET STANDARD Access Control List (ACL): An "ACL" is a list of access control elements that define access control to a particular resource.
AccessControlElement.Privilege.GenericPrivilegeImpl NOT YET STANDARD Implementation of a generic Privilege.
Location.GenericLocationImpl Implementation of a generic Location.
LockToken.Depth Discrete values for parameter "depth".
LockToken.Scope Discrete values for parameter "lockscope".
LockToken.Timeout Describes the parameter "timeout".
LockToken.Type Discrete values for parameter "locktype".
Principal.GenericPrincipalImpl NOT YET STANDARD Implementation of a generic Principal.
PropertyNameList A list of resource property names.
PropertyNameList.AttributeName A name of an attribute.
PropertyNameList.NestedPropertyName A property name that has a nested property name list.
PropertyNameList.PropertyName The name of a property of a persistent resource.
ProviderFactory This factory class is used to create instances of WVCM providers.
Resource.GenericResourceImpl NOT YET STANDARD Implementation of a generic Resource.
SearchToken NOT YET STANDARD Describes a search request.
SearchToken.ContentExpression Represents a content-based expression
SearchToken.ContOperator Discrete values for content operators.
SearchToken.Depth Discrete values for parameter "depth".
SearchToken.Expression Represents an expression
SearchToken.LocationFilter Represents a filter on the last location segment
SearchToken.LogOperator Discrete values for logical operators.
SearchToken.NestedExpression Represents a nested AND or OR expression.
SearchToken.OrderDirection Discrete values for parameter "direction" (ascending, descending).
SearchToken.PropertyExpression Represents a property expression
SearchToken.PropOperator Discrete values for property operators.
SearchToken.SearchCondition Represents a search condition.
SearchToken.SortCriterion Represents a sorting criterion
SearchToken.XPathAttributeName XPath-based pseudo-attribute
Version.Fork Valid values for the CheckinFork and CheckoutFork properties.
WvcmException.ReasonCode  
 

Exception Summary
WvcmException Signals that an failure of some sort has occurred in the WVCM provider.
 

Package javax.wvcm Description

The interfaces of the WVCM standard.



Copyright (c) 2003 - Apache Software Foundation