A B C D E F G H I J L M N O P R S T U V W X Z

A

AbstractMethod - Class in org.apache.webdav.methods
Implements an abstract HttpMethod.
AbstractMethod() - Constructor for class org.apache.webdav.methods.AbstractMethod
Constructor
AbstractMethod(String) - Constructor for class org.apache.webdav.methods.AbstractMethod
Constructor
AbstractRequest - Class in org.apache.wvcm.store.webdav.request
Base class for all handlers for request bodies.
AbstractRequest() - Constructor for class org.apache.wvcm.store.webdav.request.AbstractRequest
Constructor
AbstractResponse - Class in org.apache.wvcm.store.webdav.response
Abstract handler for response bodies.
AbstractResponse(Resource, InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.AbstractResponse
Create handler from given input stream.
AccessControlElement - Class in javax.wvcm
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(Principal, List, boolean) - Constructor for class javax.wvcm.AccessControlElement
 
AccessControlElement.Privilege - Interface in javax.wvcm
NOT YET STANDARD Privilege: A "privilege" controls access to a particular set of HTTP operations on a resource.
AccessControlElement.Privilege.GenericPrivilegeImpl - Class in javax.wvcm
NOT YET STANDARD Implementation of a generic Privilege.
AccessControlElement.Privilege.GenericPrivilegeImpl(Location) - Constructor for class javax.wvcm.AccessControlElement.Privilege.GenericPrivilegeImpl
Constructor
AccessControlElementFactory - Class in org.apache.wvcm.store.webdav.response
Creates LockToken instances out of XML DAV:lockdiscovery response elements.
AccessControlElementFactory(Provider, Location) - Constructor for class org.apache.wvcm.store.webdav.response.AccessControlElementFactory
 
accessor() - Method in class org.apache.wvcm.ResourceImpl
Get the accessor.
Accessor - Interface in org.apache.wvcm.store
Global accessor.
AccessorFactory - Class in org.apache.wvcm.store
Accessor factory.
AccessorFactory() - Constructor for class org.apache.wvcm.store.AccessorFactory
 
ACE_CONFLICT - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
AclMethod - Class in org.apache.webdav.methods
Implements the WebDAV ACL specification.
AclMethod() - Constructor for class org.apache.webdav.methods.AclMethod
Constructor
AclMethod(String) - Constructor for class org.apache.webdav.methods.AclMethod
Constructor
AclRequest - Class in org.apache.wvcm.store.webdav.request
Handler for ACL request bodies.
AclRequest(List) - Constructor for class org.apache.wvcm.store.webdav.request.AclRequest
Constructor
Activity - Interface in javax.wvcm
Represents an activity resource.
activity() - Method in interface javax.wvcm.Location
Return a proxy for the activity at this Location.
activity() - Method in class javax.wvcm.Location.GenericLocationImpl
Return a proxy for the activity at this Location.
activity() - Method in class org.apache.wvcm.LocationImpl
Return a proxy for the activity at this Location.
ACTIVITY_CHECKOUT_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ACTIVITY_FOLDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ACTIVITY_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ACTIVITY_VERSION_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ActivityAccessor - Interface in org.apache.wvcm.store
Persistent activity state accessor.
ActivityImpl - Class in org.apache.wvcm
Implementation of Activity.
ActivityImpl(Location) - Constructor for class org.apache.wvcm.ActivityImpl
Constructor
ActivityWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of ActivityResourceAccessor.
ActivityWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.ActivityWebdavAccessor
Constructor.
ADD - Static variable in class org.apache.wvcm.store.webdav.request.LabelRequest
 
ADD_MUST_BE_NEW_LABEL - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The label is already in use by this resource.
addAllMissingAttributes(Map) - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Update the properties container.
addLockToken(LockToken) - Method in class org.apache.wvcm.ResourceImpl
Method addLockToken
addLockTokens(HttpMethod) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
addLockTokens(IClientMethod) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
addRequestHeader(String, String) - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
addRequestHeader(String, String) - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
addRequestHeader(String, String) - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
addRequestHeader(String, String) - Method in interface org.apache.webdav.client.methods.IClientMethod
 
ALL - Static variable in interface javax.wvcm.AccessControlElement.Privilege
 
ALL - Static variable in interface javax.wvcm.Location
 
ALL - Static variable in interface javax.wvcm.Principal
 
ALL_ATTRIBUTES - Static variable in class javax.wvcm.PropertyNameList.PropertyName
This is a generic property that matches all attributes.
ALL_ATTRIBUTES_LIST - Static variable in class org.apache.wvcm.util.PropertyNameLists
 
allProperties() - Static method in class org.apache.wvcm.sample.util.WvcmProperties
 
allProperties(Class, boolean) - Static method in class org.apache.wvcm.sample.util.WvcmProperties
 
AND - Static variable in class javax.wvcm.SearchToken.LogOperator
 
APPLY_REQUEST_TO_LABELED_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Operation could not be carried out on the version identified by the specified label.
ASCENDING - Static variable in class javax.wvcm.SearchToken.OrderDirection
 
AUTHENTICATED - Static variable in interface javax.wvcm.Location
 
AUTHENTICATED - Static variable in interface javax.wvcm.Principal
 
AuthSSLInitializationError - Error in org.apache.wvcm.store.webdav.tls
Signals fatal error in initialization of AuthSSLProtocolSocketFactory.
AuthSSLInitializationError() - Constructor for error org.apache.wvcm.store.webdav.tls.AuthSSLInitializationError
Creates a new AuthSSLInitializationError.
AuthSSLInitializationError(String) - Constructor for error org.apache.wvcm.store.webdav.tls.AuthSSLInitializationError
Creates a new AuthSSLInitializationError with the specified message.
AuthSSLProtocolSocketFactory - Class in org.apache.wvcm.store.webdav.tls
 
AuthSSLProtocolSocketFactory(TLSProperties) - Constructor for class org.apache.wvcm.store.webdav.tls.AuthSSLProtocolSocketFactory
Constructor for AuthSSLProtocolSocketFactory.
AuthSSLX509TrustManager - Class in org.apache.wvcm.store.webdav.tls
AuthSSLX509TrustManager can be used to extend the default X509TrustManager with additional trust decisions.
AuthSSLX509TrustManager(X509TrustManager) - Constructor for class org.apache.wvcm.store.webdav.tls.AuthSSLX509TrustManager
Constructor for AuthSSLX509TrustManager.
AUTO_CHECKIN_FAILED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Unlock failed to automatically checkin the resource.
AUTO_MERGE_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 

B

BAD_REPORT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Report failed since the resource does not support the specified report.
BAD_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: resource specified must be a version.
BAD_VERSION_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Report failed because a resource specified was not a version history.
Baseline - Interface in javax.wvcm
Represents a baseline resource.
Baseline.AddedVersion - Interface in javax.wvcm
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 - Interface in javax.wvcm
A pair of different versions referenced by two baseline from the same version history.
Baseline.CompareBaselineReport - Interface in javax.wvcm
A description of how the selection of a version from a version history differs between two baselines.
Baseline.DeletedVersion - Interface in javax.wvcm
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.
BASELINE_CONTROLLABLE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
BASELINE_CONTROLLED_FOLDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
BASELINE_FOLDER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
BaselineAccessor - Interface in org.apache.wvcm.store
Persistent baseline state accessor.
BaselineImpl - Class in org.apache.wvcm
Implementation of Baseline.
BaselineImpl(Location) - Constructor for class org.apache.wvcm.BaselineImpl
Constructor
BASELINES_FROM_SAME_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The operation failed because the server does not allow compare/merge of baselines from different baseline histories.
BaselineWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of BaselineResourceAccessor.
BaselineWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.BaselineWebdavAccessor
Constructor.
basetype() - Method in class org.apache.wvcm.model.PropertyDescriptor
Get the basetype
basetypeInstance(Location) - Method in class org.apache.wvcm.model.PropertyDescriptor
Create instance for the base type.
BasicCmdClient - Class in org.apache.wvcm.sample
Sample WVCM Application: Basic Command-line Client.
BasicCmdClient() - Constructor for class org.apache.wvcm.sample.BasicCmdClient
 
BINDING_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
BindMethod - Class in org.apache.webdav.methods
Implements the WebDAV BIND specification.
BindMethod() - Constructor for class org.apache.webdav.methods.BindMethod
Constructor
BindMethod(String) - Constructor for class org.apache.webdav.methods.BindMethod
Constructor
BindRequest - Class in org.apache.wvcm.store.webdav.request
Handler for BIND request bodies.
BindRequest(String, Resource) - Constructor for class org.apache.wvcm.store.webdav.request.BindRequest
Constructor
byName(String) - Static method in class org.apache.wvcm.sample.util.WvcmProperties
 

C

callback() - Method in class org.apache.wvcm.ProviderImpl
Get the callback of this provider.
CANNOT_ADD_OR_SET_LABEL - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Adding or setting the specified label failed.
CANNOT_ADD_TO_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The new version could not be added to the version history.
CANNOT_APPLY_TO_CHECKED_IN_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to create a working resource based on checked-in resource.
CANNOT_AUTO_CHECKOUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The operation failed to modify the resource because auto checkout failed.
CANNOT_AUTO_CHECKOUT_CHECKIN - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The request to modify the resource failed to auto checkout and checkin the resource.
CANNOT_AUTO_UPDATE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Checkin failed to update a controlled resource specified in the auto update property.
CANNOT_CANCEL_CHECKED_OUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Uncheckout failed to reset the state of the controlled resource.
CANNOT_CHANGE_EXISTING_CHECKED_IN_OUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The operation changed an existing controlled resource.
CANNOT_CHECK_IN - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The resource could not be checked-in.
CANNOT_CHECK_OUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Checkout operation failed to checkout the controlled resource.
CANNOT_CHECKIN_ACTIVITY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to checkin all checked-out resources in the activity checkout set.
CANNOT_CHECKIN_ACTIVITY_RESOURCES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to checkin all checked-out resources in the activity checkout set.
CANNOT_CHECKIN_ALL_RESOURCES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Activity cannot be checked-in because checkin of all referenced resources failed.
CANNOT_CHECKIN_FORK_DISCOURAGED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot checkin since it would cause a fork and forking is discouraged
CANNOT_CHECKIN_MERGE_NOT_COMPLETE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The resource being checked-in is in the process of being merged.
CANNOT_CHECKOUT_FOR_MERGE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Target needed to be checked-out for merge but it failed.
CANNOT_CHECKOUT_FORKING_IS_FORBIDDEN - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to checkout the resource because a descendent exists and forking is forbidden.
CANNOT_CHECKOUT_MULTI_CHECKOUT_IS_DISCOURAGED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to checkout resource because multiple checkout is discouraged and the caller did not specify fork-ok.
CANNOT_CHECKOUT_MULTI_CHECKOUT_IS_FORBIDDEN - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Checkout of an already checked-out resource is forbidden.
CANNOT_CONTROL_FOLDER_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to checkin the folder version.
CANNOT_COPY_FOLDER_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed because the resource specified is a folder version.
CANNOT_COPY_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Copy failed because you cannot copy a history resource.
CANNOT_CREATE_AT_THIS_LOCATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot create this resource at the specified location.
CANNOT_CREATE_BASELINE_FOLDER - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Checkin of a controlled configuration failed to create a new baseline folder.
CANNOT_CREATE_BINDING - Static variable in class javax.wvcm.WvcmException.ReasonCode
Cannot create specified binding
CANNOT_CREATE_BRANCH_IN_ACTIVITY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Each version in an activity for a given version history must be on the same line of descent.
CANNOT_CREATE_CONTROLLED_CONFIGURATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to create a new controlled configuration.
CANNOT_CREATE_NEW_BASELINE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Baseline control failed to create a new baseline.
CANNOT_CREATE_NEW_CONTROLLED_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to create a new controlled resource.
CANNOT_CREATE_NEW_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Copy failed to create new resource when copying a controlled resource.
CANNOT_CREATE_NEW_VERSION_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
CANNOT_CREATE_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Checkin failed to create a new version.
CANNOT_CREATE_WORKING_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to create working resource.
CANNOT_DELETE_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Delete failed because you cannot delete a version.
CANNOT_DELETE_VERSION_LIST - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The operation failed to delete all versions in the version set.
CANNOT_DELETE_VERSION_REFERENCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Unbind failed to remove all outstanding merge references to the resource.
CANNOT_DELETE_WORKSPACE_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: he workspace could not be deleted because members still reference it.
CANNOT_DEPTH_UPDATE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Could not update all resources matching the depth header.
CANNOT_FORK - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: A fork in the version tree is not allowed.
CANNOT_HAVE_CONTROLLED_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: baseline control failed because the folder already has controlled resources.
CANNOT_HAVE_LABEL_AND_APPLY_TO_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Request failed because both a label and apply to version were specified.
CANNOT_HAVE_MULTIPLE_BASELINE_CONTROLLED_FOLDERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: A baseline controlled folder already exists in this workspace for this baseline history.
CANNOT_INITIALIZE_ACTIVITY_LIST - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The activity set of the checked-out resource could not be initialized.
CANNOT_INITIALIZE_BINDINGS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to initialize the bindings in the folder.
CANNOT_INITIALIZE_PREDECESSOR_LIST - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Checkout failed to initialize the predecessor set of the checked-out resource.
CANNOT_INITIALIZE_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
The new resource could not be properly initialized
CANNOT_INITIALIZE_UNRESERVED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Could not set the unreserved property of the resource.
CANNOT_KEEP_CHECKED_OUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
CANNOT_LOCK - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
CANNOT_MERGE_ANCESTOR_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Merge modified an ancestor of the merge source.
CANNOT_MERGE_BASELINE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to merge baseline.
CANNOT_MERGE_CHECKED_OUT_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Merge failed because source identified or contains a checked-out resource.
CANNOT_MERGE_CHECKOUT_NOT_ALLOWED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to perform the merge because the target could not be checked-out.
CANNOT_MERGE_SUB_BASELINES - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
CANNOT_MODIFY_CHECKED_IN_PARENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Operation failed to modify a resource because it's parent folder is a checked-in controlled folder.
CANNOT_MODIFY_CONFIGURATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Update request failed because member of baseline controlled folder could not be updated.
CANNOT_MODIFY_CONTROLLED_CONFIGURATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The operation failed because the resource is a member of a checked-in controlled configuration and auto versioning is not enabled.
CANNOT_MODIFY_CONTROLLED_CONTENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot modify the content of a checked-in resource.
CANNOT_MODIFY_CONTROLLED_PROPERTY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot modify the properties of a checked-in resource.
CANNOT_MODIFY_DESTINATION_CHECKED_IN_PARENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Rebind failed because the destination is a checked-in controlled folder.
CANNOT_MODIFY_PROPERTIES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The report failed because it modified resources properties.
CANNOT_MODIFY_PROTECTED_PROPERTY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Operation failed because it attempted to set a protected property.
CANNOT_MODIFY_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to modify content/properties because the resource specified was a version.
CANNOT_MOVE_INTO_WORKSPACE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to move a resource into a new workspace.
CANNOT_MOVE_WORKSPACE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Workspace was moved but failed to update all references to the workspace.
CANNOT_OVERWRITE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Cannot overwrite existing binding
CANNOT_OVERWRITE_BY_AUTO_UPDATE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to checkin this resource because auto update does not reference a controlled resource whose checked-in version is not the same as, or a predecessor of this resource.
CANNOT_PRESERVE_VERSIONING_PROPERTIES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to preserve the properties when moving a resource.
CANNOT_PUT_UNDER_CONTROL - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to put the resource under control.
CANNOT_READ_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Cannot read members of folder
CANNOT_REFERENCE_CONTROLLED_CONFIGURATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to create reference to a new controlled configuration.
CANNOT_REFRESH_DIRTY_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Cannot refresh dirty resource without ignoreDirty flag set
CANNOT_REMOVE_LABEL - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to remove label from the specified resource.
CANNOT_REMOVE_LABEL_DOES_NOT_EXIST - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot remove the specified label because it does not used by this resource.
CANNOT_RENAME_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: A version history cannot be renamed.
CANNOT_RENAME_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: A version resource cannot be renamed.
CANNOT_RENAME_WORKING_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to move because the resource to be moved is a working resource.
CANNOT_REPORT_PROPERTIES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The specified properties cannot be reported.
CANNOT_RESTORE_CONTENT_AND_DEAD_PROPERTIES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The uncheckout operation could not restore content and properties.
CANNOT_RETRIEVE_SUPPORTED_PROPERTY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to retrieve a property that should be supported.
CANNOT_SELECT_EXISTING_BASELINE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Baseline control failed to create members or set properties.
CANNOT_SET_BASELINE_CONTROLLED_FOLDER_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Cannot correctly set the members of the baseline controlled folder.
CANNOT_SET_CONTROLLED_CONFIGURATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: The folders controlled configuration property could not be set.
CANNOT_SYNCHRONIZE_CONTENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Attempt to synchronize content failed
CANNOT_UNBIND_ACTIVITY_REFERENCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Cannot unbind activity because references to the activity could not be deleted.
CANNOT_UNBIND_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Failed to unbind the resource.
CANNOT_UNCHECKOUT_NOT_CHECKED_OUT_RESOURCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Uncheckout failed, resource was not a checked-out controlled resource.
CANNOT_UNLOCK - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
CANNOT_UPDATE_ACTIVITY_REFERENCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
CANNOT_UPDATE_AUTO_UPDATE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Rebind failed to update references to the resource in auto update properties.
CANNOT_UPDATE_BASELINE_FOLDER - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The members of a baseline folder cannot be modified.
CANNOT_UPDATE_CHECKED_OUT_REFERENCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Operation failed because references to the resource could not be updated.
CANNOT_UPDATE_CONTENT_AND_PROPERTIES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Update failed to set content and properties correctly.
CANNOT_UPDATE_CONTROLLED_FOLDER_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Controlled folder was updated but members failed to be updated.
CANNOT_UPDATE_DESCENDANT_VERSION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Target version is an ancestor of the source but update failed.
CANNOT_UPDATE_MEMBERS_ARE_CHECKED_OUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Update failed because members of the controlled configuration are checked-out.
CANNOT_UPDATE_MERGE_LIST - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Update of the merge set or auto merge set properties failed.
CANNOT_UPDATE_PREDECESSOR_LIST - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Unbind failed to update the predecessor set of the version history.
CANNOT_UPDATE_SERVER_CONTENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Checkin cannot update the server content
CANNOT_UPDATE_SUB_BASELINES - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Update failed to correctly set the checked-in property of controlled configurations.
CANNOT_UPDATE_VERSION_HISTORY_ROOT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Deleting a version failed to update the root of the version history.
CANNOT_UPDATE_WORKSPACE_REFERENCE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: Workspace was moved but references to it failed to be updated.
caseless() - Method in class javax.wvcm.SearchToken.PropertyExpression
Get caseles
caseless() - Method in class javax.wvcm.SearchToken.SortCriterion
Get caseless
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLX509TrustManager
 
CHECKED_IN - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CHECKED_OUT - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CHECKIN_FORK - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CheckinMethod - Class in org.apache.webdav.methods
Implements the WebDAV CHECKIN specification.
CheckinMethod() - Constructor for class org.apache.webdav.methods.CheckinMethod
Constructor
CheckinMethod(String) - Constructor for class org.apache.webdav.methods.CheckinMethod
Constructor
CheckinRequest - Class in org.apache.wvcm.store.webdav.request
Handler for CHECKIN request bodies.
CheckinRequest(boolean, boolean) - Constructor for class org.apache.wvcm.store.webdav.request.CheckinRequest
Constructor
CHECKOUT_FORK - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CHECKOUT_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CHECKOUT_OF_VERSION_WITH_DESCENDANT_IS_DISCOURAGED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to checkout because descendent already exists and forking is discouraged.
CheckoutMethod - Class in org.apache.webdav.methods
Implements the WebDAV CHECKOUT specification.
CheckoutMethod() - Constructor for class org.apache.webdav.methods.CheckoutMethod
Constructor
CheckoutMethod(String) - Constructor for class org.apache.webdav.methods.CheckoutMethod
Constructor
CheckoutRequest - Class in org.apache.wvcm.store.webdav.request
Handler for CHECKOUT request bodies.
CheckoutRequest(boolean) - Constructor for class org.apache.wvcm.store.webdav.request.CheckoutRequest
Constructor
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLX509TrustManager
 
child(String) - Method in interface javax.wvcm.Location
Return the Location of the child with the specified binding name in the folder at this Location.
child(String) - Method in class javax.wvcm.Location.GenericLocationImpl
Return the Location of the child with the specified binding name in the folder at this Location.
child(String) - Method in class org.apache.wvcm.LocationImpl
Return the Location of the child with the specified binding name in the folder at this Location.
client() - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Get the HttpClient of this accessor.
client() - Method in class org.apache.wvcm.store.webdav.WebdavAccessor
Get the HttpClient of this accessor.
CLIENT_VERSION - Static variable in class org.apache.webdav.client.ClientFactory
 
ClientCredentials - Class in org.apache.webdav.client
 
ClientCredentials(String, String) - Constructor for class org.apache.webdav.client.ClientCredentials
 
ClientFactory - Class in org.apache.webdav.client
Delivers the IClient implementation of apache http 3 or 4.
ClientFactory() - Constructor for class org.apache.webdav.client.ClientFactory
 
clientWorkspaceFolderList(PropertyNameList) - Method in interface javax.wvcm.Provider
Return a list of Folder objects that identify folders on the client that contain workspaces for this Provider.
clientWorkspaceFolderList(PropertyNameList) - Method in class org.apache.wvcm.ProviderImpl
Return a list of Folder objects that identify folders on the client that contain workspaces for this Provider.
collectiontype() - Method in class org.apache.wvcm.model.PropertyDescriptor
Get the collectiontype
collectiontypeInstance() - Method in class org.apache.wvcm.model.PropertyDescriptor
Create collection instance for multi-valued properties.
combinePaths(String, String) - Static method in class org.apache.wvcm.util.FileUtil
Combine 2 specified paths (URL/Unix filename format).
COMMENT - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
commit() - Method in class org.apache.wvcm.ResourceImpl
Called after successful doWriteProperties to reset the caches.
commit() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Called after successful doWriteProperties to reset the caches.
commit(PropertyNameList.PropertyName) - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Called after successful doWriteContent to reset CONTENT_TYPE and CONTENT_CHARACTER_SET.
Configuration - Interface in javax.wvcm
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.
ConfigurationAccessor - Interface in org.apache.wvcm.store
Persistent configuration state accessor.
ConfigurationImpl - Class in org.apache.wvcm
Implementation of Configuration.
ConfigurationImpl(Location) - Constructor for class org.apache.wvcm.ConfigurationImpl
Constructor
ConfigurationWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of ConfigurationResourceAccessor.
ConfigurationWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.ConfigurationWebdavAccessor
Constructor.
CONFLICT - Static variable in class javax.wvcm.WvcmException.ReasonCode
The operation cannot be performed due to a conflict with resource state.
CONTAINS - Static variable in class javax.wvcm.SearchToken.ContOperator
 
CONTAINS - Static variable in class javax.wvcm.SearchToken.PropOperator
 
contains(PropertyNameList, String) - Static method in class org.apache.wvcm.util.PropertyNameLists
 
contains(PropertyNameList, String, String) - Static method in class org.apache.wvcm.util.PropertyNameLists
 
containsAllAttributes(PropertyNameList) - Static method in class org.apache.wvcm.util.PropertyNameLists
 
containsNestedProperties(PropertyNameList) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
CONTENT_CHARACTER_SET - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CONTENT_IDENTIFIER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CONTENT_LANGUAGE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CONTENT_LENGTH - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CONTENT_TYPE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
contextLocation(String) - Method in interface javax.wvcm.Provider
NOT YET STANDARD Return a Location whose string value is the specified location.
contextLocation(String, boolean) - Method in interface javax.wvcm.Provider
NOT YET STANDARD Return a Location whose string value is the specified location.
contextLocation(String) - Method in class org.apache.wvcm.ProviderImpl
Return a Location whose string value is the specified location.
contextLocation(String, boolean) - Method in class org.apache.wvcm.ProviderImpl
Return a Location whose string value is the specified location.
ControllableFolder - Interface in javax.wvcm
A ControllableFolder is a folder that can be placed under control.
ControllableFolderAccessor - Interface in org.apache.wvcm.store
Persistent controllable folder state accessor.
ControllableFolderImpl - Class in org.apache.wvcm
Implementation of Folder.
ControllableFolderImpl(Location) - Constructor for class org.apache.wvcm.ControllableFolderImpl
Constructor
ControllableFolderWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of FolderResourceAccessor.
ControllableFolderWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.ControllableFolderWebdavAccessor
Constructor.
ControllableResource - Interface in javax.wvcm
A proxy for a persistent resource that can be placed under control of a Checkout/Checkin protocol.
controllableResource() - Method in interface javax.wvcm.Location
Return a proxy for the controllable resource at this Location.
controllableResource() - Method in class javax.wvcm.Location.GenericLocationImpl
Return a proxy for the controllable resource at this Location.
controllableResource() - Method in class org.apache.wvcm.LocationImpl
Return a proxy for the controllable resource at this Location.
ControllableResource.Conflict - Interface in javax.wvcm
A version-controlled resource for which new content would have to be created to perform the merge.
ControllableResource.Ignore - Interface in javax.wvcm
A version that would be ignored by the merge because its version history does not appear as a target of the merge.
ControllableResource.MergePreviewReport - Interface in javax.wvcm
A description of how the merge would affect the merge target.
ControllableResource.Update - Interface in javax.wvcm
A version-controlled resource whose CheckedIn property would be updated by the merge.
ControllableResourceAccessor - Interface in org.apache.wvcm.store
Persistent controllable resource state accessor.
ControllableResourceImpl - Class in org.apache.wvcm
Implementation of ControllableResource.
ControllableResourceImpl(Location) - Constructor for class org.apache.wvcm.ControllableResourceImpl
Constructor
ControllableResourceWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of ControllableResourceAccessor.
ControllableResourceWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Constructor.
CONTROLLED_CONFIGURATION_ALREADY_EXISTS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: This folder already has a controlled configuration.
CopyMethod - Class in org.apache.webdav.methods
Implements the WebDAV COPY specification.
CopyMethod() - Constructor for class org.apache.webdav.methods.CopyMethod
Constructor
CopyMethod(String) - Constructor for class org.apache.webdav.methods.CopyMethod
Constructor
create(Element, boolean) - Method in class org.apache.wvcm.store.webdav.response.AccessControlElementFactory
Create List of AccessControlElement instances from DAV:acl property included in this multistatus response.
create(Element) - Method in class org.apache.wvcm.store.webdav.response.LockTokenFactory
 
create(Element) - Method in class org.apache.wvcm.store.webdav.response.PropertiesFactory
 
create(Element, Class) - Method in class org.apache.wvcm.store.webdav.response.ResourceProxyFactory
Recursive method.
create(Location, Class, Map) - Method in class org.apache.wvcm.store.webdav.response.ResourceProxyFactory
Method create
createAccessControlList(boolean) - Method in class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create List of AccessControlElement instances from DAV:acl property included in this multistatus response.
createAccessor(Resource) - Static method in class org.apache.wvcm.store.AccessorFactory
 
createAllAttributes(Element) - Method in class org.apache.wvcm.store.webdav.response.ResourceProxyFactory
 
createAllAttributesProxy() - Method in class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create the resource proxy resulting from the 1st response of this multistatus response.
createDefaultPropertyElement(Element, String) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
 
createDefaultPropertyElement(Element, String) - Method in class org.apache.wvcm.store.webdav.request.ReportRequest.ExpandPropertyReportRequest
 
createDefaultPropertyElements(Element, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Add default property elements, needed for resource type determination, to the specified context element.
createFolderAccessor(Resource) - Static method in class org.apache.wvcm.store.AccessorFactory
 
createHrefElement(Element, Resource) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Create a href element for the specified resource in the specified context
createHrefElement(Element, String) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Create a href element for the specified resource path in the specified context
createHrefElements(Element, List) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Create a href elements for all the specified resources in the specified context
createHttpClient(ProviderImpl, String, String, int) - Static method in class org.apache.webdav.client.ClientFactory
 
createHttpClient3(ProviderImpl, String, String, int) - Static method in class org.apache.webdav.client.HttpClient3
 
createHttpClient4(ProviderImpl, String, String, int) - Static method in class org.apache.webdav.client.HttpClient4
 
createLockToken() - Method in class org.apache.wvcm.store.webdav.response.LockResponse
 
createPrivilegeElement(Element, AccessControlElement.Privilege) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Create a privilege element for the specified Privilege in the specified context
createPropElement(Element, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Add a DAV:prop element containing the specified properties to the specified context element.
createPropElement(Element, PropertyNameList, boolean) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Add a DAV:prop element containing the specified properties to the specified context element.
createPropertyElement(PropertyNameList.PropertyName) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Create property element for specified PropertyName
createPropertyElements(Element, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Create property elements in the specified context.
createPropertyElements(Element, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.request.ReportRequest.ExpandPropertyReportRequest
Create elements in the specified context.
createProvider(String, ProviderFactory.Callback) - Static method in class javax.wvcm.ProviderFactory
Return an instance of the Provider whose class name is providerName
createProvider(String, ProviderFactory.Callback, Hashtable) - Static method in class javax.wvcm.ProviderFactory
Return an instance of the Provider whose class name is providerName
createResourceProxies() - Method in class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create the resource proxies resulting from this multistatus response.
createResourceProxies(boolean) - Method in class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create the resource proxies resulting from this multistatus response.
createResourceProxy() - Method in class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create the resource proxy resulting from the 1st response of this multistatus response.
createServerAccessor(Provider) - Static method in class org.apache.wvcm.store.AccessorFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int, InetAddress, int) - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLProtocolSocketFactory
 
createSocket(String, int) - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLProtocolSocketFactory
 
createURI(String, boolean, String) - Static method in class org.apache.webdav.client.ClientFactory
 
createURI(String, boolean) - Static method in class org.apache.webdav.client.ClientFactory
 
CREATION_DATE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CREATION_USER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CREATOR_DISPLAY_NAME - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CURRENT_ACTIVITY_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
CURRENT_WORKSPACE_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
currentStackTrace() - Static method in class org.apache.wvcm.util.Log4jUtil
Current stack trace for current method - VERY EXPENSIVE.
CUSTOM_KEYSTORE - Static variable in class org.apache.wvcm.store.webdav.tls.TLSProperties
 
CUSTOM_KEYSTORE_PASSWORD - Static variable in class org.apache.wvcm.store.webdav.tls.TLSProperties
 
CUSTOM_KEYSTORE_TYPE - Static variable in class org.apache.wvcm.store.webdav.tls.TLSProperties
 
CUSTOM_TRUSTSTORE - Static variable in class org.apache.wvcm.store.webdav.tls.TLSProperties
 
CUSTOM_TRUSTSTORE_PASSWORD - Static variable in class org.apache.wvcm.store.webdav.tls.TLSProperties
 
CUSTOM_TRUSTSTORE_TYPE - Static variable in class org.apache.wvcm.store.webdav.tls.TLSProperties
 
CYCLE_NOT_ALLOWED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Cannot create location cycle

D

DateRepresentations - Class in org.apache.wvcm.store.webdav
Parses date representations as specified in RFC2068 and RFC2518.
DateRepresentations() - Constructor for class org.apache.wvcm.store.webdav.DateRepresentations
 
defaultContextPath() - Method in class org.apache.wvcm.store.webdav.WebdavAccessor
Get context path
defaultProperties - Static variable in class org.apache.wvcm.store.webdav.request.AbstractRequest
 
DeleteMethod - Class in org.apache.webdav.methods
Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
DeleteMethod() - Constructor for class org.apache.webdav.methods.DeleteMethod
No-arg constructor.
DeleteMethod(String) - Constructor for class org.apache.webdav.methods.DeleteMethod
Constructor specifying a URI.
DENY_BEFORE_GRANT - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
depth() - Method in class javax.wvcm.SearchToken
Get the search depth
DESCENDING - Static variable in class javax.wvcm.SearchToken.OrderDirection
 
direction() - Method in class javax.wvcm.SearchToken.SortCriterion
Get the direction
DIRTY_PROPERTY_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
DISCOURAGED - Static variable in class javax.wvcm.Version.Fork
 
DISPLAY_NAME - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
dnsp - Static variable in class org.apache.wvcm.ResourceImpl
 
dnsp - Static variable in class org.apache.wvcm.store.webdav.request.AbstractRequest
 
dnsp - Static variable in class org.apache.wvcm.store.webdav.response.AbstractResponse
 
doAddLabel(String) - Method in interface javax.wvcm.ControllableResource
Apply doBind(locVersionByLabel+label, false) to the CheckedIn version of this ControllableResource, where locVersionByLabel is the location of the VersionByLabelFolder of the version history of this version.
doAddLabel(String) - Method in class org.apache.wvcm.ControllableResourceImpl
Apply ControllableResource.doAddLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doAddLabel(String) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Apply ControllableResource.doAddLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doAddLabel(String) - Method in interface org.apache.wvcm.store.VersionAccessor
Add the specified label to this Version.
doAddLabel(String) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Apply ControllableResource.doAddLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doAddLabel(String) - Method in class org.apache.wvcm.store.webdav.VersionWebdavAccessor
Add the specified label to this Version.
doAddLabel(String) - Method in class org.apache.wvcm.VersionImpl
Add the specified label to this Version.
doBaselineControl() - Method in interface javax.wvcm.ControllableFolder
Put this ControllableFolder under baseline control.
doBaselineControl(Baseline) - Method in interface javax.wvcm.ControllableFolder
Put this ControllableFolder under baseline control and initialize it with the contents of the specified baseline.
doBaselineControl(Baseline) - Method in class org.apache.wvcm.ControllableFolderImpl
Put this Folder under baseline control and initialize it with the contents of the specified baseline.
doBaselineControl() - Method in class org.apache.wvcm.ControllableFolderImpl
Put this Folder under baseline control.
doBind(Location, boolean) - Method in interface javax.wvcm.Resource
Binds the resource identified by this Resource to the location identified by the destination.
doBind(Location, boolean) - Method in class javax.wvcm.Resource.GenericResourceImpl
Binds the resource identified by this Resource to the location identified by the destination.
doBind(Location, boolean) - Method in class org.apache.wvcm.ResourceImpl
Binds the resource identified by this Resource to the location identified by the destination.
doBind(String, Resource, boolean) - Method in interface org.apache.wvcm.store.FolderAccessor
Add a binding.
doBind(String, Resource, boolean) - Method in class org.apache.wvcm.store.webdav.FolderWebdavAccessor
Add a binding.
doCheckExists() - Method in interface org.apache.wvcm.store.ResourceAccessor
Checks whether the resource exists at the storage where this accessor is in charge of.
doCheckExists() - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Checks whether the associated resource exists at the storage where this accessor is in charge of.
doCheckin(boolean, boolean) - Method in interface javax.wvcm.Activity
Apply doCheckin to each member of the ActivityCheckoutList of this Activity.
doCheckin() - Method in interface javax.wvcm.ControllableResource
Apply doCheckin(false, true)
doCheckin(boolean, boolean) - Method in interface javax.wvcm.ControllableResource
Changes the state of the resource identified by this ControllableResource to be checked-in, and synchronizes the persistent state of the resource to be that of the persistent state on the client.
doCheckin(boolean, boolean) - Method in interface javax.wvcm.ResourceList
Apply doCheckin to each element of this ResourceList.
doCheckin(boolean, boolean) - Method in class org.apache.wvcm.ActivityImpl
Apply doCheckin to each member of the ActivityCheckoutList of this Activity.
doCheckin(boolean, boolean) - Method in class org.apache.wvcm.ControllableResourceImpl
Changes the state of the resource identified by this ControllableResource to be checked-in, and synchronizes the persistent state of the resource to be that of the persistent state on the client.
doCheckin() - Method in class org.apache.wvcm.ControllableResourceImpl
Apply doCheckin(false, true)
doCheckin(boolean, boolean) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Changes the state of the resource identified by the associated ControllableResource to be checked-in.
doCheckin(boolean, boolean) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Changes the state of the resource identified by the associated ControllableResource to be checked-in.
doCheckout() - Method in interface javax.wvcm.ControllableResource
Apply doCheckout(true, null, false, false)
doCheckout(boolean, List, boolean, boolean) - Method in interface javax.wvcm.ControllableResource
Checkout this ControllableResource so that its content can be modified.
doCheckout(boolean, List, boolean, boolean) - Method in interface javax.wvcm.ResourceList
Apply doCheckout to each element of this ResourceList.
doCheckout(boolean, List, boolean, boolean) - Method in class org.apache.wvcm.ControllableResourceImpl
Checkout this ControllableResource so that its content can be modified.
doCheckout() - Method in class org.apache.wvcm.ControllableResourceImpl
Apply doCheckout(true, null, false, false)
doCheckout(boolean, List, boolean, boolean) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Checkout the associated resource so that its content can be modified.
doCheckout(boolean, List, boolean, boolean) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Checkout the associated resource so that its content can be modified.
doCompareBaselineReport(Baseline) - Method in interface javax.wvcm.Baseline
Return an iterator of AddedVersion, DeletedVersion, and ChangedVersion objects, that enumerate the differences between the versions selected by this Baseline and the baseline argument.
doCompareBaselineReport(Baseline) - Method in class org.apache.wvcm.BaselineImpl
Return an iterator of AddedVersion, DeletedVersion, and ChangedVersion objects, that enumerate the differences between the versions selected by this Baseline and the baseline argument.
doControl() - Method in interface javax.wvcm.ControllableResource
Require that the resource be checked out to be modified and checked in to commit the modifications.
doControl() - Method in interface javax.wvcm.ResourceList
Apply doControl to each element of this ResourceList.
doControl() - Method in class org.apache.wvcm.ControllableResourceImpl
Require that the resource be checked out to be modified and checked in to commit the modifications.
doControl() - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Put the associated resource under (version) control.
doControl() - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Put the associated resource under (version) control.
doCopy(String, boolean) - Method in interface javax.wvcm.Resource
Create a copy of the resource identified by this Resource at the location identified by the destination.
doCopy(String, boolean) - Method in class javax.wvcm.Resource.GenericResourceImpl
Create a copy of the resource identified by this Resource at the location identified by the destination.
doCopy(String, boolean) - Method in class org.apache.wvcm.ResourceImpl
Create a copy of the resource identified by this Resource at the location identified by the destination.
doCopy(String, boolean) - Method in interface org.apache.wvcm.store.ResourceAccessor
Create a copy of the resource identified by the associated proxy at the location identified by the destination.
doCopy(String, boolean) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Create a copy of the resource identified by the associated proxy at the location identified by the destination.
doCreateResource() - Method in interface javax.wvcm.AccessControlElement.Privilege
Create a Privilege on the server.
doCreateResource() - Method in class javax.wvcm.AccessControlElement.Privilege.GenericPrivilegeImpl
Create a Privilege on the server.
doCreateResource() - Method in interface javax.wvcm.Activity
Create an activity on the server.
doCreateResource() - Method in interface javax.wvcm.ControllableResource
Create a new persistent resource at the location identified by this ControllableResource.
doCreateResource() - Method in interface javax.wvcm.Principal
Create a Principal on the server.
doCreateResource() - Method in class javax.wvcm.Principal.GenericPrincipalImpl
Create a Principal on the server.
doCreateResource() - Method in class org.apache.wvcm.ActivityImpl
Create an activity on the server.
doCreateResource() - Method in class org.apache.wvcm.ControllableFolderImpl
 
doCreateResource() - Method in class org.apache.wvcm.ControllableResourceImpl
Create a new persistent resource at the location identified by this ControllableResource.
doCreateResource() - Method in class org.apache.wvcm.PrincipalImpl
Create an Principal on the server.
doCreateResource() - Method in class org.apache.wvcm.PrivilegeImpl
Create a Privilege on the server.
doCreateResource() - Method in interface org.apache.wvcm.store.ActivityAccessor
Create a new persistent activity at the location of the associated resource.
doCreateResource() - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Create a new persistent controllable resource at the location of the associated resource.
doCreateResource() - Method in interface org.apache.wvcm.store.PrincipalAccessor
Create a new persistent Principal at the location of the associated resource.
doCreateResource() - Method in interface org.apache.wvcm.store.PrivilegeAccessor
Create a new persistent Privilege at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.store.webdav.ActivityWebdavAccessor
Create a new persistent activity at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.store.webdav.ControllableFolderWebdavAccessor
Create a new persistent folder at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Create a new persistent controllable resource at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.store.webdav.PrincipalWebdavAccessor
Create a new persistent Principal at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.store.webdav.PrivilegeWebdavAccessor
Create a new persistent Privilege at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.store.webdav.WorkspaceWebdavAccessor
Create a new persistent workspace at the location of the associated resource.
doCreateResource() - Method in class org.apache.wvcm.WorkspaceImpl
 
doCreateVersionControlledResource(Version) - Method in interface javax.wvcm.ControllableResource
Create a new controlled resource at the location identified by the proxy.
doCreateVersionControlledResource(Version) - Method in class org.apache.wvcm.ControllableResourceImpl
Create a new controlled resource at the location identified by the proxy.
doCreateVersionControlledResource(Version) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Create a new controlled resource at the location identified by the proxy.
doCreateVersionControlledResource(Version) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Create a new controlled resource at the location identified by the proxy.
doDelete() - Method in interface org.apache.wvcm.store.ResourceAccessor
Deletes the resource at the location of the associated resource.
doDelete() - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
doLabel(String, int) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
doLatestActivityVersionReport(Activity, PropertyNameList) - Method in interface javax.wvcm.VersionHistory
Return latest version in this VersionHistory that is a product of the specified activity.
doLatestActivityVersionReport(Activity, PropertyNameList) - Method in class org.apache.wvcm.VersionHistoryImpl
Return latest version in this VersionHistory that is a product of the specified activity.
doLocateByHistoryReport(List, PropertyNameList) - Method in interface javax.wvcm.ControllableFolder
NOT YET STANDARD *** This method is normally retricted to Workspace *** Return a list of ControllableResource objects that identify the controllable resources that are members of this ControllableFolder and whose versionHistory property identifies a member of the versionHistoryList parameter.
doLocateByHistoryReport(List, PropertyNameList) - Method in interface javax.wvcm.Workspace
Return a list of ControllableResource objects that identify the controllable resources that are members of this Workspace and whose versionHistory property identifies a member of the versionHistoryList parameter.
doLocateByHistoryReport(List, PropertyNameList) - Method in class org.apache.wvcm.ControllableFolderImpl
Return a list of ControllableResource objects that identify the controllable resources that are members of this Workspace and whose versionHistory property identifies a member of the versionHistoryList parameter.
doLocateByHistoryReport(List, PropertyNameList) - Method in interface org.apache.wvcm.store.FolderAccessor
Return a list of ControllableResource objects that identify the controllable resources that are members of this ControllableFolder and whose versionHistory property identifies a member of the versionHistoryList parameter.
doLocateByHistoryReport(List, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.FolderWebdavAccessor
Return a list of ControllableResource objects that identify the controllable resources that are members of this ControllableFolder and whose versionHistory property identifies a member of the versionHistoryList parameter.
doLock(LockToken.Timeout, boolean) - Method in interface javax.wvcm.Resource
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean, boolean, String) - Method in interface javax.wvcm.Resource
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean, boolean, String) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean) - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean, boolean, String) - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean, boolean, String) - Method in interface org.apache.wvcm.store.ResourceAccessor
NOT YET STANDARD Locks this resource.
doLock(LockToken.Timeout, boolean, boolean, String) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
NOT YET STANDARD Locks this resource.
doMerge(Version, boolean, boolean, boolean, boolean, List, boolean, PropertyNameList) - Method in interface javax.wvcm.ControllableResource
Merge the version specified in source into the resource identified by this ControllableResource (the "target").
doMerge(List, boolean, boolean, boolean, boolean, boolean, List, boolean, PropertyNameList) - Method in interface javax.wvcm.Workspace
Merge the versions specified in the sourceList into this ControllableResource.
doMerge(Version, boolean, boolean, boolean, boolean, List, boolean, PropertyNameList) - Method in class org.apache.wvcm.ControllableResourceImpl
Merge the version specified in source into the resource identified by this ControllableResource (the "target").
doMerge(List, boolean, boolean, boolean, boolean, boolean, List, boolean, PropertyNameList) - Method in class org.apache.wvcm.WorkspaceImpl
Merge the versions specified in the sourceList into this ControllableResource.
doMergePreviewReport(Version) - Method in interface javax.wvcm.ControllableResource
Return a MergePreviewReport indicating how the resource identified by this ControllableResource would be modified by a doMerge.
doMergePreviewReport(List) - Method in interface javax.wvcm.Workspace
Return an iterator of MergePreviewReport objects, indicating what resources would be modified by a doMerge.
doMergePreviewReport(Version) - Method in class org.apache.wvcm.ControllableResourceImpl
Return a MergePreviewReport indicating how the resource identified by this ControllableResource would be modified by a doMerge.
doMergePreviewReport(List) - Method in class org.apache.wvcm.WorkspaceImpl
Return an iterator of MergePreviewReport objects, indicating what resources would be modified by a doMerge.
doMove(String, boolean) - Method in interface org.apache.wvcm.store.ResourceAccessor
Moves the resource identified by associated proxy to the location identified by the destination.
doMove(String, boolean) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Moves the resource identified by associated proxy to the location identified by the destination.
doReadAccessControlList(boolean) - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return the list of AccessControlElement instances (ACL) defined on this resource.
doReadAccessControlList(boolean) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return the list of AccessControlElement instances (ACL) defined on this resource.
doReadAccessControlList(boolean) - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return the ACL of this resource.
doReadAccessControlList(boolean) - Method in interface org.apache.wvcm.store.ResourceAccessor
Return the list of AccessControlElement instances (ACL) defined on the associated resource.
doReadAccessControlList(boolean) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Return the list of AccessControlElement instances (ACL) defined on the associated resource.
doReadAllAttributes(PropertyNameList) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
doReadContent(PropertyNameList, OutputStream) - Method in interface javax.wvcm.Resource
Return a resource containing the wanted properties.
doReadContent(PropertyNameList, OutputStream) - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a resource containing the wanted properties.
doReadContent(PropertyNameList, OutputStream) - Method in class org.apache.wvcm.ResourceImpl
Return a resource containing the wanted properties.
doReadContent(PropertyNameList, OutputStream) - Method in interface org.apache.wvcm.store.ResourceAccessor
Return a new resource proxy at the location of the associated resource containing the wanted properties.
doReadContent(PropertyNameList, OutputStream) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Return a new resource proxy at the location of the associated resource containing the wanted properties.
doReadLabelledVersionProperties(String, PropertyNameList) - Method in interface javax.wvcm.ControllableResource
Apply doReadProperties to the version selected by label from the version history of this ControllableResource.
doReadLabelledVersionProperties(String, PropertyNameList) - Method in class org.apache.wvcm.ControllableResourceImpl
Apply ControllableResource.doReadLabelledVersionProperties(java.lang.String, javax.wvcm.PropertyNameList) to the version history of this ControllableResource.
doReadLabelledVersionProperties(String, PropertyNameList) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Apply ControllableResource.doReadLabelledVersionProperties(java.lang.String, javax.wvcm.PropertyNameList) to the version history of this ControllableResource.
doReadLabelledVersionProperties(String, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Apply ControllableResource.doReadLabelledVersionProperties(java.lang.String, javax.wvcm.PropertyNameList) to the version history of this ControllableResource.
doReadMemberList(PropertyNameList, boolean) - Method in interface javax.wvcm.Folder
Return an iterator of Resource objects that contain properties of the resources that are bound members of this Folder.
doReadMemberList(PropertyNameList, boolean) - Method in class org.apache.wvcm.ControllableFolderImpl
Return an iterator of Resource objects that contain properties of the resources that are bound members of this Folder.
doReadMemberList(PropertyNameList, boolean) - Method in class org.apache.wvcm.FolderImpl
Return an iterator of Resource objects that contain properties of the resources that are bound members of this Folder.
doReadMemberList(PropertyNameList, boolean) - Method in class org.apache.wvcm.FolderVersionImpl
Return an iterator of Resource objects that contain properties of the resources that are bound members of this Folder.
doReadMemberList(PropertyNameList, boolean) - Method in interface org.apache.wvcm.store.FolderAccessor
Return a list of proxies containing the requested set of properties, where the list contains the folder itself and other members of that folder.
doReadMemberList(PropertyNameList, boolean) - Method in class org.apache.wvcm.store.webdav.FolderWebdavAccessor
Return a list of proxies containing the requested set of properties, where the list contains the folder itself and other members of that folder.
doReadMemberList(PropertyNameList, boolean) - Method in class org.apache.wvcm.VersionHistoryImpl
Return an iterator of Resource objects that contain properties of the resources that are bound members of this Folder.
doReadProperties(PropertyNameList) - Method in interface javax.wvcm.Resource
Return a Resource containing the wanted properties.
doReadProperties(PropertyNameList) - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a Resource containing the wanted properties.
doReadProperties(PropertyNameList) - Method in class org.apache.wvcm.ResourceImpl
Return a Resource containing the wanted properties.
doReadProperties(PropertyNameList) - Method in interface org.apache.wvcm.store.ResourceAccessor
Return a new resource proxy at the location of the associated resource containing the wanted properties.
doReadProperties(PropertyNameList) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Return a new resource proxy at the location of the associated resource containing the wanted properties.
doRebind(Location, boolean) - Method in interface javax.wvcm.Resource
Unbinds the resource identified by this Resource from its current location and binds it to the location identified by the destination.
doRebind(Location, boolean) - Method in class javax.wvcm.Resource.GenericResourceImpl
Unbinds the resource identified by this Resource from its current location and binds it to the location identified by the destination.
doRebind(Location, boolean) - Method in class org.apache.wvcm.ResourceImpl
Unbinds the resource identified by this Resource from its current location and binds it to the location identified by the destination.
doRebind(String, Resource, boolean) - Method in interface org.apache.wvcm.store.FolderAccessor
Remove a binding and add a binding.
doRebind(String, Resource, boolean) - Method in class org.apache.wvcm.store.webdav.FolderWebdavAccessor
Remove a binding and add a binding.
doRefresh(PropertyNameList, boolean) - Method in interface javax.wvcm.ControllableResource
If both the client and the server are maintaining the persistent state of the resource identified by this ControllableResource, synchronizes the state on the client to be that of the server.
doRefresh(PropertyNameList, boolean) - Method in interface javax.wvcm.ResourceList
Apply doRefresh to each element of this ResourceList.
doRefresh(PropertyNameList, boolean) - Method in class org.apache.wvcm.ControllableResourceImpl
If both the client and the server are maintaining the persistent state of the resource identified by this ControllableResource, synchronizes the state on the client to be that of the server.
doRemoveLabel(String) - Method in interface javax.wvcm.ControllableResource
Apply doUnbind(locVersionByLabel+label) to the CheckedIn version of this ControllableResource, where locVersionByLabel is the location of the VersionByLabelFolder of the version history of this version.
doRemoveLabel(String) - Method in class org.apache.wvcm.ControllableResourceImpl
Apply ControllableResource.doRemoveLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doRemoveLabel(String) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Apply ControllableResource.doRemoveLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doRemoveLabel(String) - Method in interface org.apache.wvcm.store.VersionAccessor
Removes the specified label from this Version.
doRemoveLabel(String) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Apply ControllableResource.doRemoveLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doRemoveLabel(String) - Method in class org.apache.wvcm.store.webdav.VersionWebdavAccessor
Removes the specified label from this Version.
doRemoveLabel(String) - Method in class org.apache.wvcm.VersionImpl
Removes the specified label from this Version.
doSearch(PropertyNameList, SearchToken) - Method in interface javax.wvcm.Resource
NOT YET STANDARD !!!
doSearch(PropertyNameList, SearchToken) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD !!!
doSearch(PropertyNameList, SearchToken) - Method in class org.apache.wvcm.ResourceImpl
Return a list of Resource objects containing the wanted properties according to the conditions of the specified searct token from the scope defined by this Resource.
doSearch(PropertyNameList, SearchToken) - Method in interface org.apache.wvcm.store.ResourceAccessor
Return a list of Resource objects containing the wanted properties according to the conditions of the specified search token from the scope defined by the associated resource.
doSearch(PropertyNameList, SearchToken) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Return a list of Resource objects containing the wanted properties according to the conditions of the specified search token from the scope defined by the associated resource.
doSetLabel(String) - Method in interface javax.wvcm.ControllableResource
Apply doBind(locVersionByLabel+label, true) to the CheckedIn version of this ControllableResource, where locVersionByLabel is the location of the VersionByLabelFolder of the version history of this version.
doSetLabel(String) - Method in class org.apache.wvcm.ControllableResourceImpl
Apply ControllableResource.doSetLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doSetLabel(String) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Apply ControllableResource.doSetLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doSetLabel(String) - Method in interface org.apache.wvcm.store.VersionAccessor
Set the specified label on this Version.
doSetLabel(String) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Apply ControllableResource.doSetLabel(java.lang.String) to the CheckedIn version of this ControllableResource.
doSetLabel(String) - Method in class org.apache.wvcm.store.webdav.VersionWebdavAccessor
Set the specified label on this Version.
doSetLabel(String) - Method in class org.apache.wvcm.VersionImpl
Set the specified label on this Version.
doUnbind() - Method in interface javax.wvcm.Resource
Unbinds the resource identified by the locator of this Resource.
doUnbind() - Method in class javax.wvcm.Resource.GenericResourceImpl
Unbinds the resource identified by the locator of this Resource.
doUnbind() - Method in class org.apache.wvcm.ResourceImpl
Unbinds the resource identified by the locator of this Resource.
doUnbind(String) - Method in interface org.apache.wvcm.store.FolderAccessor
Remove a binding.
doUnbind(String) - Method in class org.apache.wvcm.store.webdav.FolderWebdavAccessor
Remove a binding.
doUncheckout() - Method in interface javax.wvcm.ControllableResource
Cancels the checkout of a version-controlled resource, and restores its content to the state of its CheckedOut version.
doUncheckout() - Method in interface javax.wvcm.ResourceList
Apply doUncheckout to each element of this ResourceList.
doUncheckout() - Method in class org.apache.wvcm.ControllableResourceImpl
Cancels the checkout of a version-controlled resource, and restores its content to the state of its CheckedOut version.
doUncheckout() - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Cancels the checkout of a version-controlled resource, and restores its content to the state of its CheckedOut version.
doUncheckout() - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Cancels the checkout of a version-controlled resource, and restores its content to the state of its CheckedOut version.
doUnlock() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Releases the active lock of this resource.
doUnlock(LockToken) - Method in interface javax.wvcm.Resource
NOT YET STANDARD Releases the specified lock of this resource.
doUnlock() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Releases the active lock of this resource.
doUnlock(LockToken) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Releases the specified lock of this resource.
doUnlock() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Releases the active lock of this resource.
doUnlock(LockToken) - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Releases the specified lock of this resource.
doUnlock(LockToken) - Method in interface org.apache.wvcm.store.ResourceAccessor
NOT YET STANDARD Releases the specified lock of this resource.
doUnlock(LockToken) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
NOT YET STANDARD Releases the specified lock of this resource.
doUpdate(Version, PropertyNameList) - Method in interface javax.wvcm.ControllableResource
Update the state of this checked-in version-controlled ControllableResource to be the same as the specified version from the version history of this ControllableResource.
doUpdate(Version, PropertyNameList) - Method in class org.apache.wvcm.ControllableResourceImpl
Update the state of this checked-in version-controlled ControllableResource to be the same as the specified version from the version history of this ControllableResource.
doUpdate(Version, PropertyNameList) - Method in interface org.apache.wvcm.store.ControllableResourceAccessor
Update the state of the associated checked-in version-controlled ControllableResource to be the same as the specified version from the version history of the associated ControllableResource.
doUpdate(Version, PropertyNameList) - Method in class org.apache.wvcm.store.webdav.ControllableResourceWebdavAccessor
Update the state of the associated checked-in version-controlled ControllableResource to be the same as the specified version from the version history of the associated ControllableResource.
doWriteAccessControlList(List) - Method in interface javax.wvcm.Resource
NOT YET STANDARD Modifies the access control list (ACL) of this resource.
doWriteAccessControlList(List) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Modifies the access control list (ACL) of this resource.
doWriteAccessControlList(List) - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Modifies the access control list (ACL) of this resource.
doWriteAccessControlList(List) - Method in interface org.apache.wvcm.store.ResourceAccessor
Modifies the access control list (ACL) of the associated resource.
doWriteAccessControlList(List) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Modifies the access control list (ACL) of the associated resource.
doWriteContent(InputStream, String) - Method in interface javax.wvcm.Resource
Persists content changes to a resource.
doWriteContent(InputStream, String) - Method in class javax.wvcm.Resource.GenericResourceImpl
Persists content changes to a resource.
doWriteContent(InputStream, String) - Method in class org.apache.wvcm.ResourceImpl
Persists content changes to a resource.
doWriteContent(InputStream, String) - Method in interface org.apache.wvcm.store.ResourceAccessor
Persists content changes to a resource.
doWriteContent(InputStream, String) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Persists content changes to a resource.
doWriteProperties() - Method in interface javax.wvcm.Resource
Persists property changes to this Resource.
doWriteProperties() - Method in class javax.wvcm.Resource.GenericResourceImpl
Persists property changes to this Resource.
doWriteProperties() - Method in class org.apache.wvcm.ResourceImpl
Persists property changes to this Resource.
doWriteProperties() - Method in interface org.apache.wvcm.store.ResourceAccessor
Persists property changes to associated resource.
doWriteProperties() - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Deletes the resource at the location of the associated resource.

E

ECLIPSED_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
EMPTY_DO_NOT_DETERMINE_RESOURCETYPE - Static variable in class javax.wvcm.PropertyNameList
 
encode() - Method in class org.apache.webdav.client.URIEncoder
Return string representation.
encode(String) - Static method in class org.apache.webdav.client.URIEncoder
Encode an URI to UTF-8.
EQ - Static variable in class javax.wvcm.SearchToken.PropOperator
 
equals(Object) - Method in class javax.wvcm.AccessControlElement
 
equals(Object) - Method in class javax.wvcm.PropertyNameList.AttributeName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javax.wvcm.PropertyNameList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javax.wvcm.PropertyNameList.NestedPropertyName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javax.wvcm.PropertyNameList.PropertyName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.wvcm.LocationImpl
 
equals(Object) - Method in class org.apache.wvcm.LockTokenImpl
 
equals(Object) - Method in class org.apache.wvcm.ResourceImpl
 
ErrorResponse - Class in org.apache.wvcm.store.webdav.response
Handler for error response bodies.
ErrorResponse(InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.ErrorResponse
Create handler from given input stream.
escapedLastSegment() - Method in class org.apache.wvcm.LocationImpl
 
escapedPath() - Method in class org.apache.wvcm.LocationImpl
Get the escaped path of this location
EXCLUSIVE - Static variable in class javax.wvcm.LockToken.Scope
 
executeMethod(IClientMethod) - Method in class org.apache.webdav.client.HttpClient3
 
executeMethod(IClientMethod) - Method in class org.apache.webdav.client.HttpClient4
 
executeMethod(IClientMethod) - Method in interface org.apache.webdav.client.IClient
 
executeMethod(HttpMethod) - Method in class org.apache.wvcm.store.webdav.WebdavAccessor.HttpClientWrapper
Deprecated. use executeMethod(IClientMethod method)
executeMethod(IClientMethod) - Method in class org.apache.wvcm.store.webdav.WebdavAccessor.HttpClientWrapper
 
expression() - Method in class javax.wvcm.SearchToken.SearchCondition
Get the expression

F

FileUtil - Class in org.apache.wvcm.util
File based utility methods.
FileUtil() - Constructor for class org.apache.wvcm.util.FileUtil
 
filters() - Method in class javax.wvcm.SearchToken.SearchCondition
 
Folder - Interface in javax.wvcm
A folder is a resource that contains a set of named mappings to other resources, called the "bound members" of that folder.
folder() - Method in interface javax.wvcm.Location
Return a proxy for the folder at this Location.
folder() - Method in class javax.wvcm.Location.GenericLocationImpl
Return a proxy for the folder at this Location.
folder() - Method in class org.apache.wvcm.LocationImpl
Return a proxy for the folder at this Location.
Folder.Binding - Interface in javax.wvcm
A Binding in a Folder is a mapping from a name to a Resource that is a bound member of the Folder.
folderAccessor() - Method in class org.apache.wvcm.ResourceImpl
Get the folder accessor for this resource.
folderAccessor(Resource) - Method in class org.apache.wvcm.ResourceImpl
Get a folder accessor for the specified resource.
FolderAccessor - Interface in org.apache.wvcm.store
Persistent folder state accessor.
FolderImpl - Class in org.apache.wvcm
Implementation of Folder.
FolderImpl(Location) - Constructor for class org.apache.wvcm.FolderImpl
Constructor
FolderImpl.BindingImpl - Class in org.apache.wvcm
Implementation of a Binding
FolderImpl.BindingImpl(Provider, String, Folder) - Constructor for class org.apache.wvcm.FolderImpl.BindingImpl
Constructor
FolderVersion - Interface in javax.wvcm
This represents a resource that is a version of a folder.
FolderVersionAccessor - Interface in org.apache.wvcm.store
Persistent folder-version state accessor.
FolderVersionImpl - Class in org.apache.wvcm
Implementation of FolderVersion.
FolderVersionImpl(Location) - Constructor for class org.apache.wvcm.FolderVersionImpl
Constructor
FolderVersionWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of FolderVersionResourceAccessor.
FolderVersionWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.FolderVersionWebdavAccessor
Constructor.
FolderWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of FolderResourceAccessor.
FolderWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.FolderWebdavAccessor
Constructor.
FORBIDDEN - Static variable in class javax.wvcm.Version.Fork
 
FORBIDDEN - Static variable in class javax.wvcm.WvcmException.ReasonCode
The provider was unable to complete the operation for an unspecified reason.
format(String[]) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String, String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String, String, String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
format(String, String, String, String, String, String, String, String, String, String) - Method in class org.apache.wvcm.sample.util.ReportFormat
 

G

get(PropertyNameList.PropertyName) - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Get a property value
getAcceptedIssuers() - Method in class org.apache.wvcm.store.webdav.tls.AuthSSLX509TrustManager
 
getAccessControlList() - Method in class org.apache.wvcm.store.webdav.response.AccessControlElementFactory
 
getAclMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getActiveLockTokens() - Method in class org.apache.wvcm.ResourceImpl
 
getActivityCheckoutList() - Method in interface javax.wvcm.Activity
Return a list of ControllableResource objects that identify all version-controlled resources that are checked out to this Activity.
getActivityCheckoutList() - Method in class org.apache.wvcm.ActivityImpl
Return a list of ControllableResource objects that identify all version-controlled resources that are checked out to this Activity.
getActivityFolderList() - Method in interface javax.wvcm.Workspace
Return a list of Folder objects that identify folders that can contain activities for this Workspace.
getActivityFolderList() - Method in class org.apache.wvcm.WorkspaceImpl
Return a list of Folder objects that identify folders that can contain activities for this Workspace.
getActivityList() - Method in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-out, return a list of Activity objects that identify the activities that will become the activityList of the version created when this ControllableResource is checked in; otherwise, return null/
getActivityList() - Method in interface javax.wvcm.Version
Return a list of Activity objects that identify the activities to which this Version contributes, and on which lines of descent this version appears.
getActivityList() - Method in class org.apache.wvcm.ControllableResourceImpl
If this ControllableResource is checked-out, return a list of Activity objects that identify the activities that will become the activityList of the version created when this ControllableResource is checked in; otherwise, return null/
getActivityList() - Method in class org.apache.wvcm.VersionImpl
Return a list of Activity objects that identify the activities to which this Version contributes, and on which lines of descent this version appears.
getActivityVersionList() - Method in interface javax.wvcm.Activity
Return a list of Version objects that identify versions that were created for this Activity.
getActivityVersionList() - Method in class org.apache.wvcm.ActivityImpl
Return a list of Version objects that identify versions that were created for this Activity.
getAttribute(PropertyNameList.AttributeName) - Method in class javax.wvcm.Resource.GenericResourceImpl
Return an attribute of this Resource.
getAttribute(PropertyNameList.AttributeName) - Method in interface javax.wvcm.Resource
Return an attribute of this Resource.
getAttribute(PropertyNameList.AttributeName) - Method in class org.apache.wvcm.ResourceImpl
Return an attribute of this Resource.
getAttributeNameList() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Get list of available AttributeName's
getAuthentication(String, Integer) - Method in interface javax.wvcm.ProviderFactory.Callback
Return authentication information for the current user.
getAutoMergeList() - Method in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-out, return a list of Version objects that identify the versions whose content has been merged by the server into the content of this ControllableResource; otherwise, return null.
getAutoMergeList() - Method in class org.apache.wvcm.ControllableResourceImpl
If this ControllableResource is checked-out, return a list of Version objects that identify the versions whose content has been merged by the server into the content of this ControllableResource; otherwise, return null.
getBaselineControllable() - Method in interface javax.wvcm.ControllableFolder
Return whether the folder can be put under baseline control.
getBaselineControllable() - Method in class org.apache.wvcm.ControllableFolderImpl
Return whether the folder can be put under baseline control.
getBaselineControlledFolderList() - Method in interface javax.wvcm.Workspace
Return a list of ControllableFolder objects that identify the folders that are the roots of the baseline-controlled configurations in that workspace.
getBaselineControlledFolderList() - Method in class org.apache.wvcm.WorkspaceImpl
Return a list of Folder objects that identify the folders that are the roots of the baseline-controlled configurations in that workspace.
getBaselineFolder() - Method in interface javax.wvcm.Baseline
Return a folder containing a read-only copy of the version-controlled state of the baseline-controlled folder at the time the baseline identified by this Baseline was created.
getBaselineFolder() - Method in class org.apache.wvcm.BaselineImpl
Return a folder containing a read-only copy of the version-controlled state of the baseline-controlled folder at the time the baseline identified by this Baseline was created.
getBindingFolder() - Method in interface javax.wvcm.Folder.Binding
Return the folder containing the binding.
getBindingFolder() - Method in class org.apache.wvcm.FolderImpl.BindingImpl
Return the folder containing the binding
getBindingList() - Method in interface javax.wvcm.Folder
Return a list of Binding objects that identify the bound members of this Folder.
getBindingList() - Method in class org.apache.wvcm.ControllableFolderImpl
Return a list of Binding objects that identify the bound members of this Folder.
getBindingList() - Method in class org.apache.wvcm.FolderImpl
Return a list of Binding objects that identify the bound members of this Folder.
getBindingList() - Method in class org.apache.wvcm.FolderVersionImpl
Return a list of Binding objects that identify the bound members of this Folder.
getBindingList() - Method in class org.apache.wvcm.VersionHistoryImpl
Return a list of Binding objects that identify the bound members of this Folder.
getBindingName() - Method in interface javax.wvcm.Folder.Binding
Return the name of the binding.
getBindingName() - Method in class org.apache.wvcm.FolderImpl.BindingImpl
Return the binding name.
getBindMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getBoundMember() - Method in interface javax.wvcm.Folder.Binding
Return the Resource of the binding.
getBoundMember() - Method in class org.apache.wvcm.FolderImpl.BindingImpl
Return the bound member
getCheckedIn() - Method in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-in, return whether the version whose content is identical to that of this ControllableResource; otherwise, return null.
getCheckedIn() - Method in class org.apache.wvcm.ControllableResourceImpl
If this ControllableResource is checked-in, return whether the version whose content is identical to that of this ControllableResource; otherwise, return null.
getCheckedOut() - Method in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-out, return the value of getCheckedIn when the checkout was performed; otherwise, return null.
getCheckedOut() - Method in class org.apache.wvcm.ControllableResourceImpl
If this ControllableResource is checked-out, return the value of getCheckedIn when the checkout was performed; otherwise, return null.
getCheckinFork() - Method in interface javax.wvcm.Version
Return the CheckinFork property, which determines whether this Version can be given more than one successor.
getCheckinFork() - Method in class org.apache.wvcm.VersionImpl
Return the CheckinFork property, which determines whether this Version can be given more than one successor.
getCheckinMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getCheckoutFork() - Method in interface javax.wvcm.Version
Return the CheckoutFork property, which determines whether a version-controlled resource selecting this Version can be checked out when it already has a successor version.
getCheckoutFork() - Method in class org.apache.wvcm.VersionImpl
Return the CheckoutFork property, which determines whether a version-controlled resource selecting this Version can be checked out when it already has a successor version.
getCheckoutList() - Method in interface javax.wvcm.Version
Return a list of ControllableResource objects that identify the checked-out version-controlled resources that refer to this Version in their CheckedOut property.
getCheckoutList() - Method in class org.apache.wvcm.VersionImpl
Return a list of ControllableResource objects that identify the checked-out version-controlled resources that refer to this Version in their CheckedOut property.
getCheckoutMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getClient() - Method in class org.apache.wvcm.store.webdav.WebdavAccessor.HttpClientWrapper
 
getClientCredentials(String, String) - Method in class org.apache.webdav.client.HttpClient3
 
getClientCredentials(String, String) - Method in class org.apache.webdav.client.HttpClient4
 
getClientCredentials(String, String) - Method in interface org.apache.webdav.client.IClient
 
getClientHttpMethod() - Method in class org.apache.wvcm.ResourceImpl
 
getComment() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a comment describing this Resource that is suitable for display to a user.
getComment() - Method in interface javax.wvcm.Resource
Return a comment describing this Resource that is suitable for display to a user.
getComment() - Method in class org.apache.wvcm.ResourceImpl
Return a comment describing this Resource that is suitable for display to a user.
getCommonAncestor() - Method in interface javax.wvcm.ControllableResource.Conflict
Return a version that is the nearest common ancestor of all the versions to be merged.
getContainer() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Get the properties container.
getContentCharacterSet() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a description of the character set of the resource content (see RFC2278).
getContentCharacterSet() - Method in interface javax.wvcm.Resource
Return a description of the character set of the resource content (see RFC2278).
getContentCharacterSet() - Method in class org.apache.wvcm.ResourceImpl
Return a description of the character set of the resource content (see RFC2278).
getContentIdentifier() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return an implementation-defined String that identifies the persistent state of the resource.
getContentIdentifier() - Method in interface javax.wvcm.Resource
Return an implementation-defined String that identifies the persistent state of the resource.
getContentIdentifier() - Method in class org.apache.wvcm.ResourceImpl
Return an implementation-defined String that identifies the persistent state of the resource.
getContentLanguage() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a description of the natural language used in the resource content.
getContentLanguage() - Method in interface javax.wvcm.Resource
Return a description of the natural language used in the resource content.
getContentLanguage() - Method in class org.apache.wvcm.ResourceImpl
Return a description of the natural language used in the resource content.
getContentLength() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the content length as an integer number of bytes.
getContentLength() - Method in interface javax.wvcm.Resource
Return the content length as an integer number of bytes.
getContentLength() - Method in class org.apache.wvcm.ResourceImpl
Return the content length as an integer number of bytes.
getContentType() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a description of the media-type of the resource content.
getContentType() - Method in interface javax.wvcm.Resource
Return a description of the media-type of the resource content.
getContentType() - Method in class org.apache.wvcm.ResourceImpl
Return a description of the media-type of the resource content.
getControlledConfiguration() - Method in interface javax.wvcm.ControllableResource
Return the version-controlled configuration of the baseline-controlled folder of which this ControllableResource is a member.
getControlledConfiguration() - Method in class org.apache.wvcm.ControllableResourceImpl
Return the version-controlled configuration of the baseline-controlled folder of which this ControllableResource is a member.
getCopyMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getCreationDate() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the date that the resource was originally created.
getCreationDate() - Method in interface javax.wvcm.Resource
Return the date that the resource was originally created.
getCreationDate() - Method in class org.apache.wvcm.ResourceImpl
Return the date that the resource was originally created.
getCreationUser() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return the principal that originally created the resource.
getCreationUser() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return the principal that originally created the resource.
getCreationUser() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return the principal that originally created the resource.
getCreatorDisplayName() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a description of the user that created the resource, in a format that is suitable for display to an end user.
getCreatorDisplayName() - Method in interface javax.wvcm.Resource
Return a description of the user that created the resource, in a format that is suitable for display to an end user.
getCreatorDisplayName() - Method in class org.apache.wvcm.ResourceImpl
Return a description of the user that created the resource, in a format that is suitable for display to an end user.
getCurrentActivityList() - Method in interface javax.wvcm.Workspace
Return a list of Activity objects that identify the activities that will initialize the ActivityList property of a version-controlled member of this Workspace when that member is checked out and no explicit ActivityList is specified in the checkout request.
getCurrentActivityList() - Method in class org.apache.wvcm.WorkspaceImpl
Return a list of Activity objects that identify the activities that will initialize the ActivityList property of a version-controlled member of this Workspace when that member is checked out and no explicit ActivityList is specified in the checkout request.
getCurrentWorkspaceList() - Method in interface javax.wvcm.Activity
Return a list of Workspace objects that identify workspaces that refer to this Activity in their CurrentActivityList.
getCurrentWorkspaceList() - Method in class org.apache.wvcm.ActivityImpl
Return a list of Workspace objects that identify workspaces that refer to this Activity in their CurrentActivityList.
getDeleteMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getDepth() - Method in interface javax.wvcm.LockToken
Get the lock depth
getDepth() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock depth
getDirtyPropertyList() - Method in interface javax.wvcm.ControllableResource
Return the list of property values whose persistent state is being maintained on both the client and server, and whose client-side state has changed since the client and server state was last synchronized.
getDirtyPropertyList() - Method in class org.apache.wvcm.ControllableResourceImpl
Return the list of property values whose persistent state is being maintained on both the client and server, and whose client-side state has changed since the client and server state was last synchronized.
getDisplayName() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a short description of the resource, in a format that is suitable for display to an end user in a tree display.
getDisplayName() - Method in interface javax.wvcm.Resource
Return a short description of the resource, in a format that is suitable for display to an end user in a tree display.
getDisplayName() - Method in class org.apache.wvcm.ResourceImpl
Return a short description of the resource, in a format that is suitable for display to an end user in a tree display.
getEclipsedList() - Method in interface javax.wvcm.ControllableFolder
Return a list of String objects that identify the names of version-controlled resources in this ControllableFolder that are eclipsed by non-version-controlled resources.
getEclipsedList() - Method in class org.apache.wvcm.ControllableFolderImpl
Return a list of String objects that identify the names of version-controlled resources in this Folder that are eclipsed by non-version-controlled resources.
getEscapedFragment() - Method in interface org.apache.webdav.client.IURI
 
getEscapedFragment() - Method in class org.apache.webdav.client.URI3
 
getEscapedFragment() - Method in class org.apache.webdav.client.URI4
 
getEscapedPath() - Method in interface org.apache.webdav.client.IURI
 
getEscapedPath() - Method in class org.apache.webdav.client.URI3
 
getEscapedPath() - Method in class org.apache.webdav.client.URI4
 
getEscapedPathFromURI(String) - Static method in class org.apache.webdav.client.ClientFactory
 
getEscapedPathFromURI(String) - Static method in class org.apache.webdav.client.HttpClient3
 
getEscapedPathFromURI(String) - Static method in class org.apache.webdav.client.HttpClient4
 
getFolderList(PropertyNameList.PropertyName) - Method in class org.apache.wvcm.store.webdav.response.OptionsResponse
Return list of Folder instances for the specified *FolderList property.
getFragment() - Method in interface org.apache.webdav.client.IURI
 
getFragment() - Method in class org.apache.webdav.client.URI3
 
getFragment() - Method in class org.apache.webdav.client.URI4
 
getGenericPrincipalList() - Method in interface javax.wvcm.Provider
NOT YET STANDARD Get the list of generic Principal instances
getGenericPrincipalList() - Method in class org.apache.wvcm.ProviderImpl
NOT YET STANDARD Get the list of generic Principal instances
getGenericPrivilegeList() - Method in interface javax.wvcm.Provider
NOT YET STANDARD Get the list of generic Privilege instances
getGenericPrivilegeList() - Method in class org.apache.wvcm.ProviderImpl
NOT YET STANDARD Get the list of generic Privilege instances
getGetMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getGroupMemberList() - Method in interface javax.wvcm.Principal.Group
Get the list of Principal objects which are direct members of this group.
getGroupMemberList() - Method in class org.apache.wvcm.PrincipalImpl.GroupImpl
Get the list of Principal objects which are direct members of this group.
getGroupMembership() - Method in class javax.wvcm.Principal.GenericPrincipalImpl
Get the list of groups (Principal.Group) in which the principal is directly a member.
getGroupMembership() - Method in interface javax.wvcm.Principal
Get the list of groups (Principal.Group) in which the principal is directly a member.
getGroupMembership() - Method in class org.apache.wvcm.PrincipalImpl
Get the list of groups (Principal.Group) in which the principal is directly a member.
getHeadMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getHost() - Method in interface org.apache.webdav.client.IURI
 
getHost() - Method in class org.apache.webdav.client.URI3
 
getHost() - Method in class org.apache.webdav.client.URI4
 
getHostname() - Method in class org.apache.webdav.client.HttpClient4
 
getHttpClient() - Method in class org.apache.webdav.client.HttpClient3
 
getHttpClient() - Method in class org.apache.webdav.client.HttpClient4
 
getHttpClient(Provider, String, String, int) - Method in class org.apache.wvcm.store.webdav.WebdavAccessor
Deprecated. use getHttpClientWrapper()
getHttpClient() - Method in class org.apache.wvcm.store.webdav.WebdavAccessor.HttpClientWrapper
 
getHttpClientWrapper(Provider, String, String, int) - Method in class org.apache.wvcm.store.webdav.WebdavAccessor
 
getHttpMethod() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Get the HTTP method used for the last resource operation.
getInheritedFrom() - Method in class javax.wvcm.AccessControlElement
Get the resource from which this ACE is inherited from.
getInstance(PropertyNameList.PropertyName) - Static method in class org.apache.wvcm.model.PropertyDescriptor
Get an instance of this class.
getInstance(PropertyNameList.AttributeName, Element) - Static method in class org.apache.wvcm.model.PropertyDescriptor
Create an instance of this class for the specified attribute value.
getIsCheckedOut() - Method in interface javax.wvcm.ControllableResource
Return whether the resource identified by this ControllableResource is checked-out.
getIsCheckedOut() - Method in class org.apache.wvcm.ControllableResourceImpl
Return whether the resource identified by this ControllableResource is checked-out.
getIsDirtyContent() - Method in interface javax.wvcm.ControllableResource
Return whether both the client and server are maintaining persistent state for the content of this ControllableResource, and whether the client content has changed since the client and server content was last synchronized.
getIsDirtyContent() - Method in class org.apache.wvcm.ControllableResourceImpl
Return whether both the client and server are maintaining persistent state for the content of this ControllableResource, and whether the client content has changed since the client and server content was last synchronized.
getIsStaleContent() - Method in interface javax.wvcm.ControllableResource
Return whether both the client and server are maintaining persistent state for the content of this ControllableResource, and whether the server content has changed since the client and server content was last synchronized.
getIsStaleContent() - Method in class org.apache.wvcm.ControllableResourceImpl
Return whether both the client and server are maintaining persistent state for the content of this ControllableResource, and whether the server content has changed since the client and server content was last synchronized.
getKeyStore() - Method in class org.apache.wvcm.store.webdav.tls.TLSProperties
Return the keystore.
getKeyStorePassword() - Method in class org.apache.wvcm.store.webdav.tls.TLSProperties
Return keystore password.
getLabelMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getLabelNameList() - Method in interface javax.wvcm.Version
Return a list of String objects that identify labels that currently select this Version.
getLabelNameList() - Method in class org.apache.wvcm.VersionImpl
Return a list of String objects that identify labels that currently select this Version.
getLastModified() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the date the content of the resource was last modified.
getLastModified() - Method in interface javax.wvcm.Resource
Return the date the content of the resource was last modified.
getLastModified() - Method in class org.apache.wvcm.ResourceImpl
Return the date the content of the resource was last modified.
getLocation() - Method in exception javax.wvcm.WvcmException
Returns the location of the resource causing the exception.
getLocation(Element) - Method in class org.apache.wvcm.store.webdav.response.ResourceProxyFactory
Get the Location associated to the specified response element (retrieves href element).
getLockId() - Method in interface javax.wvcm.LockToken
Get the lock ID (an URI in the opaquelocktoken scheme)
getLockId() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock ID (an URI in the opaquelocktoken scheme)
getLockMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getLockScope() - Method in interface javax.wvcm.LockToken
Get the lock scope
getLockScope() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock scope
getLockTokens() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Returns the list of lock tokens available at this resource.
getLockTokens() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Returns the list of lock tokens available at this resource.
getLockTokens() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Returns the list of lock tokens available at this resource.
getLockType() - Method in interface javax.wvcm.LockToken
Get the lock type
getLockType() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock type
getMergeList() - Method in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-out, return a list of Version objects that identify the versions whose content must be merged by the client into the content of this ControllableResource; otherwise, return null.
getMergeList() - Method in class org.apache.wvcm.ControllableResourceImpl
If this ControllableResource is checked-out, return a list of Version objects that identify the versions whose content must be merged by the client into the content of this ControllableResource; otherwise, return null.
getMessage() - Method in class org.apache.wvcm.store.webdav.response.NoProptatMultistatusResponse.ResourceStatus
 
getMessage() - Method in class org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse.Propstat
 
getMethod() - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
getMethod() - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
getMethod() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
getMethod() - Method in interface org.apache.webdav.client.methods.IClientMethod
 
getMethod() - Method in class org.apache.webdav.client.methods.WrapperMethod4
 
GetMethod - Class in org.apache.webdav.methods
Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
GetMethod() - Constructor for class org.apache.webdav.methods.GetMethod
No-arg constructor.
GetMethod(String) - Constructor for class org.apache.webdav.methods.GetMethod
Constructor specifying a URI.
getMkactivityMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getMkcolMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getMkworkspaceMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getModificationDate() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return the date that the resource was modified.
getModificationDate() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return the date that the resource was modified.
getModificationDate() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return the date that the resource was modified.
getModificationUser() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return the principal that modified the resource.
getModificationUser() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return the principal that modified the resource.
getModificationUser() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return the principal that modified the resource.
getMoveMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getName() - Method in class javax.wvcm.PropertyNameList.NestedPropertyName
Return the property name.
getName() - Method in class org.apache.webdav.methods.AclMethod
Returns "ACL".
getName() - Method in class org.apache.webdav.methods.BindMethod
Returns "BIND"
getName() - Method in class org.apache.webdav.methods.CheckinMethod
Returns "CHECKIN"
getName() - Method in class org.apache.webdav.methods.CheckoutMethod
Returns "CHECKOUT"
getName() - Method in class org.apache.webdav.methods.CopyMethod
Returns "COPY"
getName() - Method in class org.apache.webdav.methods.LabelMethod
Returns "LABEL"
getName() - Method in class org.apache.webdav.methods.LockMethod
Returns "LOCK"
getName() - Method in class org.apache.webdav.methods.MkactivityMethod
Returns "MKACTIVITY"
getName() - Method in class org.apache.webdav.methods.MkcolMethod
Returns "MKCOL"
getName() - Method in class org.apache.webdav.methods.MkworkspaceMethod
Returns "MKWORKSPACE"
getName() - Method in class org.apache.webdav.methods.MoveMethod
Returns "MOVE"
getName() - Method in class org.apache.webdav.methods.OptionsMethod
Returns "OPTIONS".
getName() - Method in class org.apache.webdav.methods.PropfindMethod
Returns "PROPFIND".
getName() - Method in class org.apache.webdav.methods.ProppatchMethod
Returns "PROPPATCH".
getName() - Method in class org.apache.webdav.methods.RebindMethod
Returns "REBIND"
getName() - Method in class org.apache.webdav.methods.ReportMethod
Returns "REPORT"
getName() - Method in class org.apache.webdav.methods.SearchMethod
Returns "SEARCH"
getName() - Method in class org.apache.webdav.methods.UnbindMethod
Returns "UNBIND"
getName() - Method in class org.apache.webdav.methods.UncheckoutMethod
Returns "UNCHECKOUT"
getName() - Method in class org.apache.webdav.methods.UnlockMethod
Returns "UNLOCK"
getName() - Method in class org.apache.webdav.methods.UpdateMethod
Returns "UPDATE"
getName() - Method in class org.apache.webdav.methods.VersionControlMethod
Returns "VERSION-CONTROL"
getNamespace() - Method in class javax.wvcm.PropertyNameList.AttributeName
Return the namespace of the attribute
getNested() - Method in class javax.wvcm.PropertyNameList.NestedPropertyName
Return the nested property names.
getNestedExceptions() - Method in exception javax.wvcm.WvcmException
Returns any nested exception that further explains the cause of the error.
getNestedExceptions(List) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
 
getOptionsMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getOwner() - Method in interface javax.wvcm.LockToken
Get the lock owner
getOwner() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Get the owner of this resource
getOwner() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Get the owner of this resource
getOwner() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock owner
getOwner() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Get the owner of this resource
getOwnerInfo() - Method in interface javax.wvcm.LockToken
Get the lock owner info
getOwnerInfo() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock owner
getParentBindingList() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the list of bindings to this resource.
getParentBindingList() - Method in interface javax.wvcm.Resource
Return the list of bindings to this resource.
getParentBindingList() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD !!!
getPassword() - Method in class org.apache.webdav.client.ClientCredentials
 
getPath() - Method in interface org.apache.webdav.client.IURI
 
getPath() - Method in class org.apache.webdav.client.URI3
 
getPath() - Method in class org.apache.webdav.client.URI4
 
getPort() - Method in class org.apache.webdav.client.HttpClient4
 
getPort() - Method in interface org.apache.webdav.client.IURI
 
getPort() - Method in class org.apache.webdav.client.URI3
 
getPort() - Method in class org.apache.webdav.client.URI4
 
getPredecessorList() - Method in interface javax.wvcm.ControllableResource
If this ControllableResource is checked-out, return a list of Version objects that identify the versions that will become the predecessors of the version created when this ControllableResource is checked in; otherwise, return null.
getPredecessorList() - Method in interface javax.wvcm.Version
Return a list of Version objects that identify the predecessors of this Version.
getPredecessorList() - Method in class org.apache.wvcm.ControllableResourceImpl
If this ControllableResource is checked-out, return a list of Version objects that identify the versions that will become the predecessors of the version created when this ControllableResource is checked in; otherwise, return null.
getPredecessorList() - Method in class org.apache.wvcm.VersionImpl
Return a list of Version objects that identify the predecessors of this Version.
getPrincipal() - Method in class javax.wvcm.AccessControlElement
Get the principal of this ACE
getPrincipalFolderList() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return a list of Folder objects that identify folders that contain principals.
getPrincipalFolderList() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return a list of Folder objects that identify folders that contain principals.
getPrincipalFolderList() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return a list of Folder objects that identify folders that contain principals.
getPrivilegeFolderList() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return a list of Folder objects that identify folders that contain privileges.
getPrivilegeFolderList() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return a list of Folder objects that identify folders that contain privileges.
getPrivilegeFolderList() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return a list of Folder objects that identify folders that contain privileges.
getPrivileges() - Method in class javax.wvcm.AccessControlElement
Set the List of Privilege objects which are granted or denied by this ACE
getProperty(PropertyNameList.PropertyName) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD !!!
getProperty(PropertyNameList.PropertyName) - Method in interface javax.wvcm.Resource
NOT YET STANDARD !!!
getProperty(PropertyNameList.PropertyName) - Method in class org.apache.wvcm.ResourceImpl
Get the specified property value.
getPropertyContainer() - Method in class org.apache.wvcm.ResourceImpl
Get the container of loaded properties
getPropertyName() - Method in class org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse.Propstat
 
getPropertyNameList(boolean) - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the list of names of properties available on this Resource.
getPropertyNameList(boolean) - Method in interface javax.wvcm.Resource
Return the list of names of properties available on this Resource.
getPropertyNameList(boolean) - Method in class org.apache.wvcm.ResourceImpl
Return the list of names of properties available on this Resource.
getPropertyNameList() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Get list of available PropertyName's
getPropertyNames() - Method in class javax.wvcm.PropertyNameList
Return the array of property names maintained by this PropertyNameList.
getPropfindMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getProppatchMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getPropstatList(boolean) - Method in class org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse
 
getProviderList() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a list of String objects that identify the names of providers for this resource, with the preferred providers specified earlier in the list.
getProviderList() - Method in interface javax.wvcm.Resource
Return a list of String objects that identify the names of providers for this resource, with the preferred providers specified earlier in the list.
getProviderList() - Method in class org.apache.wvcm.ResourceImpl
Return a list of String objects that identify the names of providers for this resource, with the preferred providers specified earlier in the list.
getPutMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getReasonCode() - Method in exception javax.wvcm.WvcmException
Returns the reason code that describes the nature of the error.
getReasonCodeForRFC3253Condition(String) - Static method in class javax.wvcm.WvcmException.ReasonCode
The ReasonCode for an RFC-3253 pre- or post-condition.
getRebindMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getReportMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getReqBodyAsBytes() - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Get the request body as byte array.
getResourceIdentifier() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a unique identifier for this Resource.
getResourceIdentifier() - Method in interface javax.wvcm.Resource
Return a unique identifier for this Resource.
getResourceIdentifier() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD !!!
getResourcePath() - Method in class org.apache.wvcm.store.webdav.response.NoProptatMultistatusResponse.ResourceStatus
 
getResourceStatusList(boolean) - Method in class org.apache.wvcm.store.webdav.response.NoProptatMultistatusResponse
 
getResponseBodyAsStream() - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
getResponseBodyAsStream() - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
getResponseBodyAsStream() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
getResponseBodyAsStream() - Method in interface org.apache.webdav.client.methods.IClientMethod
 
getResponseCharSet() - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
getResponseCharSet() - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
getResponseCharSet() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
getResponseCharSet() - Method in interface org.apache.webdav.client.methods.IClientMethod
 
getRootElement() - Method in class org.apache.wvcm.ResourceImpl.XmlPropertyValue
Method getRootElm
getRootFolder() - Method in interface javax.wvcm.Configuration
Return the root folder of the configuration.
getRootFolder() - Method in class org.apache.wvcm.ConfigurationImpl
Return the root folder of the configuration.
getRootVersion() - Method in interface javax.wvcm.VersionHistory
Return the root version of this VersionHistory.
getRootVersion() - Method in class org.apache.wvcm.VersionHistoryImpl
Return the root version of this VersionHistory.
getSAXBuilder() - Static method in class org.apache.wvcm.ProviderImpl
 
getScheme() - Method in class org.apache.webdav.client.HttpClient4
 
getScheme() - Method in interface org.apache.webdav.client.IURI
 
getScheme() - Method in class org.apache.webdav.client.URI3
 
getScheme() - Method in class org.apache.webdav.client.URI4
 
getSearchMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getServerState() - Method in interface javax.wvcm.ControllableResource
Return the ControllableResource that identifies the resource on the server that maintains the state for the client resource identified by this ControllableResource.
getServerState() - Method in class org.apache.wvcm.ControllableResourceImpl
Return the ControllableResource that identifies the resource on the server that maintains the state for the client resource identified by this ControllableResource.
getStalePropertyList() - Method in interface javax.wvcm.ControllableResource
Return the list of property values whose persistent state is being maintained on both the client and server, and whose server-side state has changed since the client and server state was last synchronized.
getStalePropertyList() - Method in class org.apache.wvcm.ControllableResourceImpl
Return the list of property values whose persistent state is being maintained on both the client and server, and whose server-side state has changed since the client and server state was last synchronized.
getStatus() - Method in class org.apache.wvcm.store.webdav.response.NoProptatMultistatusResponse.ResourceStatus
 
getStatus() - Method in class org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse.Propstat
 
getStatusCode() - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
getStatusCode() - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
getStatusCode() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
getStatusCode() - Method in interface org.apache.webdav.client.methods.IClientMethod
 
getStatusText() - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
getStatusText() - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
getStatusText() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
getStatusText() - Method in interface org.apache.webdav.client.methods.IClientMethod
 
getString() - Method in class javax.wvcm.PropertyNameList.PropertyName
Return the The string value of the property name
getSubactivityList() - Method in interface javax.wvcm.Activity
Return a list of Activity objects.
getSubactivityList() - Method in class org.apache.wvcm.ActivityImpl
Return a list of Activity objects that identify activities whose versions are treated as if they were members of the ActivityVersionList of this Activity.
getSubbaselineList() - Method in interface javax.wvcm.Baseline
Return a list of Baseline objects that identify the subbaselines of the baseline identified by this Baseline.
getSubbaselineList() - Method in interface javax.wvcm.Configuration
If this Configuration is checked-out, return a list of Baseline objects that identify the baselines that will be the subbaselines of the baseline created when this Configuration is checked in; otherwise return null.
getSubbaselineList() - Method in class org.apache.wvcm.BaselineImpl
Return a list of Baseline objects that identify the subbaselines of the baseline identified by this Baseline.
getSubbaselineList() - Method in class org.apache.wvcm.ConfigurationImpl
If this Configuration is checked-out, return a list of Baseline objects that identify the baselines that will be the subbaselines of the baseline created when this Configuration is checked in; otherwise return null.
getSuccessorList() - Method in interface javax.wvcm.Version
Return a list of Version objects that identify the versions that are the successors of this Version.
getSuccessorList() - Method in class org.apache.wvcm.VersionImpl
Return a list of Version objects that identify the versions that are the successors of this Version.
getSupportedPrivilegeList() - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD Return a list of AccessControlElement.Privilege objects defined for the resource.
getSupportedPrivilegeList() - Method in interface javax.wvcm.Resource
NOT YET STANDARD Return a list of AccessControlElement.Privilege objects defined for the resource.
getSupportedPrivilegeList() - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Return a list of AccessControlElement.Privilege objects defined for the resource.
getTarget() - Method in interface javax.wvcm.ControllableResource.Conflict
Return a version-controlled resource that would be updated by the merge request.
getTarget() - Method in interface javax.wvcm.ControllableResource.Update
Return the version-controlled resource that would be updated by the merge request.
getTimeout() - Method in interface javax.wvcm.LockToken
Get the lock timeout
getTimeout() - Method in class org.apache.wvcm.LockTokenImpl
Get the lock timeout
getTokenAuthentication() - Method in interface javax.wvcm.ProviderFactory.TokenCallback
 
getTrustStore() - Method in class org.apache.wvcm.store.webdav.tls.TLSProperties
Return truststore.
getUnbindMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getUncheckoutMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getUnlockMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getUnreserved() - Method in interface javax.wvcm.ControllableResource
Return whether this ControllableResource is checked-out, and whether another checkout of the same version can be made in the same activity as the one in the ActivitySet of this ControllableResource.
getUnreserved() - Method in class org.apache.wvcm.ControllableResourceImpl
Return whether this ControllableResource is checked-out, and whether another checkout of the same version can be made in the same activity as the one in the ActivitySet of this ControllableResource.
getUpdatedPropertyList() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the names of properties that have been updated in the proxy, but the updates have not yet been successfully applied to the resource.
getUpdatedPropertyList() - Method in interface javax.wvcm.Resource
Return the names of properties that have been updated in the proxy, but the updates have not yet been successfully applied to the resource.
getUpdatedPropertyList() - Method in class org.apache.wvcm.ResourceImpl
Return the names of properties that have been updated in the proxy, but the updates have not yet been successfully applied to the resource.
getUpdateMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getURI() - Method in class org.apache.webdav.client.methods.WrapperMethod4
 
getUsername() - Method in class org.apache.webdav.client.ClientCredentials
 
getVersion() - Method in interface javax.wvcm.Baseline.AddedVersion
Return the added version.
getVersion() - Method in interface javax.wvcm.Baseline.DeletedVersion
Return the deleted version.
getVersion() - Method in interface javax.wvcm.ControllableResource.Ignore
Return the version that would be ignored by the merge request.
getVersion() - Method in interface javax.wvcm.ControllableResource.Update
Return the version that would be selected as a result of the merge request.
getVersionByLabelFolder() - Method in interface javax.wvcm.VersionHistory
Return the Folder that contains a bound member for each label that selects a version of this VersionHistory, where the label is the binding name of the member, and the labelled version is the bound resource.
getVersionByLabelFolder() - Method in class org.apache.wvcm.VersionHistoryImpl
Return the Folder that contains a bound member for each label that selects a version of this VersionHistory, where the label is the binding name of the member, and the labelled version is the bound resource.
getVersionControllable() - Method in interface javax.wvcm.ControllableResource
Return whether version history will be tracked when the resource is controlled.
getVersionControllable() - Method in class org.apache.wvcm.ControllableResourceImpl
Return whether version history will be tracked when the resource is controlled.
getVersionControlMethod(String) - Static method in class org.apache.webdav.client.methods.MethodFactory
 
getVersionHistory() - Method in interface javax.wvcm.ControllableResource
Return the version history of the CheckedIn or CheckedOut version.
getVersionHistory() - Method in interface javax.wvcm.Version
Return the version history resource that contains this Version.
getVersionHistory() - Method in class org.apache.wvcm.ControllableResourceImpl
Return the version history of the CheckedIn or CheckedOut version.
getVersionHistory() - Method in class org.apache.wvcm.VersionImpl
Return the version history resource that contains this Version.
getVersionHistoryFolderList() - Method in interface javax.wvcm.Workspace
Return a list of Folder objects that identify folders that can contain version histories for this Workspace.
getVersionHistoryFolderList() - Method in class org.apache.wvcm.WorkspaceImpl
Return a list of Folder objects that identify folders that can contain version histories for this Workspace.
getVersionList() - Method in interface javax.wvcm.ControllableResource.Conflict
Return a list of Version objects, that identifies the versions to be merged to the specified target.
getVersionName() - Method in interface javax.wvcm.Version
Return the version name of this Version.
getVersionName() - Method in class org.apache.wvcm.VersionImpl
Return the version name of this Version.
getWorkspace() - Method in interface javax.wvcm.ControllableResource
Return the workspace of which this ControllableResource is a member.
getWorkspace() - Method in class org.apache.wvcm.ControllableResourceImpl
Return the workspace of which this ControllableResource is a member.
getWorkspaceCheckoutList() - Method in interface javax.wvcm.Workspace
Return a list of ControllableResource objects that identify the members of this Workspace that are checked-out version-controlled resources.
getWorkspaceCheckoutList() - Method in class org.apache.wvcm.WorkspaceImpl
Return a list of ControllableResource objects that identify the members of this Workspace that are checked-out version-controlled resources.
getWorkspaceFolderList() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return a list of Folder objects that identify folders that contain workspaces.
getWorkspaceFolderList() - Method in interface javax.wvcm.Resource
Return a list of Folder objects that identify folders that contain workspaces.
getWorkspaceFolderList() - Method in class org.apache.wvcm.ResourceImpl
Method getWorkspaceFolderList
getWvcmReasonCode() - Method in class org.apache.wvcm.store.webdav.response.ErrorResponse
 
getXpath() - Method in class javax.wvcm.SearchToken.XPathAttributeName
Get the xpath expression of this pseudo-attribute
GRANT_ONLY - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
group() - Method in class javax.wvcm.Location.GenericLocationImpl
NOT YET STANDARD Return a proxy for the group principal at this location.
group() - Method in interface javax.wvcm.Location
NOT YET STANDARD Return a proxy for the group principal at this location.
group() - Method in class org.apache.wvcm.LocationImpl
NOT YET STANDARD Return a proxy for the group principal at this location.
GROUP_MEMBER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
GROUP_MEMBERSHIP - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
GT - Static variable in class javax.wvcm.SearchToken.PropOperator
 
GTE - Static variable in class javax.wvcm.SearchToken.PropOperator
 

H

hashCode() - Method in class javax.wvcm.AccessControlElement
 
hashCode() - Method in class javax.wvcm.PropertyNameList.AttributeName
 
hashCode() - Method in class javax.wvcm.PropertyNameList
Returns a hash code value for the object.
hashCode() - Method in class javax.wvcm.PropertyNameList.PropertyName
Returns a hash code value for the object.
hashCode() - Method in class org.apache.wvcm.LocationImpl
 
hashCode() - Method in class org.apache.wvcm.LockTokenImpl
 
hashCode() - Method in class org.apache.wvcm.ResourceImpl
 
hasNext() - Method in interface javax.wvcm.ResourceList.ResponseIterator
Return whether the iteration has more elements.
HeadMethod - Class in org.apache.webdav.methods
Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
HeadMethod() - Constructor for class org.apache.webdav.methods.HeadMethod
No-arg constructor.
HeadMethod(String) - Constructor for class org.apache.webdav.methods.HeadMethod
Constructor specifying a URI.
hostname() - Method in class org.apache.wvcm.LocationImpl
Get the host
HttpClient3 - Class in org.apache.webdav.client
Wrapper class for Apache http client version 3
HttpClient4 - Class in org.apache.webdav.client
Wrapper class for Apache http client version 4
HttpClient4(AbstractHttpClient, String, String, int) - Constructor for class org.apache.webdav.client.HttpClient4
 
HttpClientBaseMethod3 - Class in org.apache.webdav.client.methods
 
HttpClientBaseMethod3(HttpMethodBase) - Constructor for class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
HttpClientMethod3 - Class in org.apache.webdav.client.methods
 
HttpClientMethod3(EntityEnclosingMethod) - Constructor for class org.apache.webdav.client.methods.HttpClientMethod3
 
HttpClientMethod4 - Class in org.apache.webdav.client.methods
Apache http client 4 specific method operations.
HttpClientMethod4(HttpEntityEnclosingRequestBase) - Constructor for class org.apache.webdav.client.methods.HttpClientMethod4
 
HttpStatus - Class in org.apache.webdav.client
For wrapping the status values of http clients
HttpStatus() - Constructor for class org.apache.webdav.client.HttpStatus
 

I

IClient - Interface in org.apache.webdav.client
Interface for wrapping apache http clients.
IClientMethod - Interface in org.apache.webdav.client.methods
Describe the common interface used by http client 3 and 4.
ILLEGAL_LOCATION_SYNTAX - Static variable in class javax.wvcm.WvcmException.ReasonCode
Illegal syntax for location string value
INFINITE - Static variable in class javax.wvcm.LockToken.Timeout
 
INFINITY - Static variable in class javax.wvcm.LockToken.Depth
 
INFINITY - Static variable in class javax.wvcm.SearchToken.Depth
 
initialize(String, String, int) - Method in class org.apache.wvcm.store.webdav.WebdavAccessor
 
INITIALIZE_CONTROLLED_BINDINGS - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
initParameter(String) - Method in class org.apache.wvcm.ProviderImpl
Get the specified init parameter.
INVALID_PRINCIPAL - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
IS_CHECKED_OUT - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
IS_DIRTY_CONTENT - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
IS_STALE_CONTENT - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
isAbsoluteURI() - Method in interface org.apache.webdav.client.IURI
 
isAbsoluteURI() - Method in class org.apache.webdav.client.URI3
 
isAbsoluteURI() - Method in class org.apache.webdav.client.URI4
 
isActive() - Method in interface javax.wvcm.LockToken
Method isActive
isActive() - Method in class org.apache.wvcm.LockTokenImpl
Method isActive
isClientSide() - Method in class org.apache.wvcm.LocationImpl
Return true if this location is a client-side location
isGrant() - Method in class javax.wvcm.AccessControlElement
Returns true, if the privileges of this ACE are all granted, and false if the privileges of this ACE are all denied.
isHref() - Method in class org.apache.wvcm.model.PropertyDescriptor
Return true, if the property is a href property.
isNegated() - Method in class javax.wvcm.SearchToken.Expression
 
isNegated() - Method in class javax.wvcm.SearchToken.LocationFilter
 
isOnlyAllAttributes(PropertyNameList) - Static method in class org.apache.wvcm.util.PropertyNameLists
 
IURI - Interface in org.apache.webdav.client
Interface for the common URI implementations.

J

javax.wvcm - package javax.wvcm
The interfaces of the WVCM standard.

L

LABEL_NAME_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
LabelMethod - Class in org.apache.webdav.methods
Implements the WebDAV LABEL specification.
LabelMethod() - Constructor for class org.apache.webdav.methods.LabelMethod
Constructor
LabelMethod(String) - Constructor for class org.apache.webdav.methods.LabelMethod
Constructor
LabelRequest - Class in org.apache.wvcm.store.webdav.request
Handler for LABEL request bodies.
LabelRequest(String, int) - Constructor for class org.apache.wvcm.store.webdav.request.LabelRequest
Constructor
languageTagToLocale(String) - Static method in class org.apache.wvcm.store.webdav.WebdavProperties
Convert language-tag [RFC2616, Sec 3.10] to Locale
LAST_MODIFIED - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
lastSegment() - Method in class javax.wvcm.Location.GenericLocationImpl
NOT YET STANDARD Return the last (or right-most) segment of the location path.
lastSegment() - Method in interface javax.wvcm.Location
NOT YET STANDARD Return the last (or right-most) segment of the location path.
lastSegment() - Method in class org.apache.wvcm.LocationImpl
NOT YET STANDARD
LIKE - Static variable in class javax.wvcm.SearchToken.PropOperator
 
limit() - Method in class javax.wvcm.SearchToken
Get the max. number of results to return
listOfRemovedAttributes() - Method in class org.apache.wvcm.ResourceImpl
Get list of removed attributes
listOfRemovedAttributes() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Get list of removed attributes
listOfSetProperties() - Method in class org.apache.wvcm.ResourceImpl
Get list of created or modified properties
listOfSetProperties() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Get list of created or modified properties
loadedProperties() - Method in class org.apache.wvcm.ResourceImpl
Get the stateContainer
localeToLanguageTag(Locale) - Static method in class org.apache.wvcm.store.webdav.WebdavProperties
Convert Locale to language-tag [RFC2616, Sec 3.10]
Location - Interface in javax.wvcm
The location of a resource.
location(String) - Method in interface javax.wvcm.Provider
Return a Location whose string value is the specified location.
location(String, boolean) - Method in interface javax.wvcm.Provider
NOT YET STANDARD Return a Location whose string value is the specified location.
location() - Method in class javax.wvcm.Resource.GenericResourceImpl
Return the location of the persistent resource for which this Resource is a proxy.
location() - Method in interface javax.wvcm.Resource
Return the location of the persistent resource for which this Resource is a proxy.
location(String) - Method in class org.apache.wvcm.ProviderImpl
Return a Location whose string value is the specified location.
location(String, boolean) - Method in class org.apache.wvcm.ProviderImpl
Return a Location whose string value is the specified location.
location() - Method in class org.apache.wvcm.ResourceImpl
Return the location of the persistent resource for which this Resource is a proxy.
Location.GenericLocationImpl - Class in javax.wvcm
Implementation of a generic Location.
LocationImpl - Class in org.apache.wvcm
Implementation of Location.
LocationImpl(String, ProviderImpl) - Constructor for class org.apache.wvcm.LocationImpl
 
LocationImpl(String, ProviderImpl, boolean) - Constructor for class org.apache.wvcm.LocationImpl
Default constructor
LOCKED - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
LockMethod - Class in org.apache.webdav.methods
Implements the WebDAV LOCK specification.
LockMethod() - Constructor for class org.apache.webdav.methods.LockMethod
Constructor
LockMethod(String) - Constructor for class org.apache.webdav.methods.LockMethod
Constructor
LockRequest - Class in org.apache.wvcm.store.webdav.request
Handler for LOCK request bodies.
LockRequest(boolean, String) - Constructor for class org.apache.wvcm.store.webdav.request.LockRequest
Constructor
LockResponse - Class in org.apache.wvcm.store.webdav.response
Handler for response bodies from a LOCK request.
LockResponse(Resource, InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.LockResponse
Create handler from given input stream.
LockToken - Interface in javax.wvcm
NOT YET STANDARD Describes a lock token.
LockToken.Depth - Class in javax.wvcm
Discrete values for parameter "depth".
LockToken.Depth() - Constructor for class javax.wvcm.LockToken.Depth
 
LockToken.Scope - Class in javax.wvcm
Discrete values for parameter "lockscope".
LockToken.Scope() - Constructor for class javax.wvcm.LockToken.Scope
 
LockToken.Timeout - Class in javax.wvcm
Describes the parameter "timeout".
LockToken.Timeout(int) - Constructor for class javax.wvcm.LockToken.Timeout
 
LockToken.Type - Class in javax.wvcm
Discrete values for parameter "locktype".
LockToken.Type() - Constructor for class javax.wvcm.LockToken.Type
 
LockTokenFactory - Class in org.apache.wvcm.store.webdav.response
Creates LockToken instances out of XML DAV:lockdiscovery response elements.
LockTokenFactory(Resource, Provider) - Constructor for class org.apache.wvcm.store.webdav.response.LockTokenFactory
 
LockTokenImpl - Class in org.apache.wvcm
NOT YET STANDARD Describes a lock token.
LockTokenImpl(String, LockToken.Scope, LockToken.Depth, Principal, String, LockToken.Timeout) - Constructor for class org.apache.wvcm.LockTokenImpl
Constructor
Log4jUtil - Class in org.apache.wvcm.util
Log4j support methods.
Log4jUtil() - Constructor for class org.apache.wvcm.util.Log4jUtil
 
loginName() - Method in interface javax.wvcm.ProviderFactory.Callback.Authentication
Return the login name of the current user.
LT - Static variable in class javax.wvcm.SearchToken.PropOperator
 
LTE - Static variable in class javax.wvcm.SearchToken.PropOperator
 

M

main(String[]) - Static method in class org.apache.wvcm.sample.BasicCmdClient
 
main(String[]) - Static method in class org.apache.wvcm.sample.SimpleExample
 
main(String[]) - Static method in class org.apache.wvcm.sample.util.ReportFormat
 
MERGE_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
MethodFactory - Class in org.apache.webdav.client.methods
Factory for delivering the appropriate client methods, depending on the selected client version.
MethodFactory() - Constructor for class org.apache.webdav.client.methods.MethodFactory
 
MISSING_PROPERTY_VALUE - Static variable in class org.apache.wvcm.ResourceImpl
 
MISSING_REQUIRED_PRINCIPAL - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
MkactivityMethod - Class in org.apache.webdav.methods
Implements the WebDAV MKACTIVITY specification.
MkactivityMethod() - Constructor for class org.apache.webdav.methods.MkactivityMethod
Constructor
MkactivityMethod(String) - Constructor for class org.apache.webdav.methods.MkactivityMethod
Constructor
MkcolMethod - Class in org.apache.webdav.methods
Implements the WebDAV MKCOL specification.
MkcolMethod() - Constructor for class org.apache.webdav.methods.MkcolMethod
Constructor
MkcolMethod(String) - Constructor for class org.apache.webdav.methods.MkcolMethod
Constructor
MkworkspaceMethod - Class in org.apache.webdav.methods
Implements the WebDAV MKWORKSPACE specification.
MkworkspaceMethod() - Constructor for class org.apache.webdav.methods.MkworkspaceMethod
Constructor
MkworkspaceMethod(String) - Constructor for class org.apache.webdav.methods.MkworkspaceMethod
Constructor
MODIFICATION_DATE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
MODIFICATION_USER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
MoveMethod - Class in org.apache.webdav.methods
Implements the WebDAV MOVE specification.
MoveMethod() - Constructor for class org.apache.webdav.methods.MoveMethod
Constructor
MoveMethod(String) - Constructor for class org.apache.webdav.methods.MoveMethod
Constructor
MULTIPLE_BINDINGS_NOT_ALLOWED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Not Cannot create multiple bindings to one resource
MultistatusResponse - Class in org.apache.wvcm.store.webdav.response
Handler for multistatus response bodies.
MultistatusResponse(Resource, InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create handler from given input stream.
MultistatusResponse(Resource, InputStream, PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create handler from given input stream.
MultistatusResponse(Resource, InputStream, PropertyNameList, PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.response.MultistatusResponse
Create handler from given input stream.
MUST_BE_CHECKED_IN - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The operation failed because the resource must be in the checked-in state.
MUST_BE_CHECKED_OUT - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The operation failed because the resource must first be checked-out.
MUST_NOT_BE_STALE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Operation cannot be performed if the resource content is stale
MUST_SELECT_VERSION_IN_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Label failed to select a version in the history of the specified controlled resource.

N

negate() - Method in class javax.wvcm.SearchToken.Expression
Negate the expression.
newVersion() - Method in interface javax.wvcm.Baseline.ChangedVersion
Return the version from the second baseline.
next() - Method in interface javax.wvcm.ResourceList.ResponseIterator
Return the result of applying the method to the the next element of the input list.
NO_CHECKED_OUT_BASELINE_CONTROLLED_FOLDER_MEMBERS - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed to checkin the controlled configuration because some of it's members are still checked-out.
NO_CONTENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
The resource has no content.
NO_CROSS_SERVER_BINDING - Static variable in class javax.wvcm.WvcmException.ReasonCode
Cannot create cross-server binding
NO_LOCAL_CONTENT - Static variable in class javax.wvcm.WvcmException.ReasonCode
The resource has no content stored locally.
NoProptatMultistatusResponse - Class in org.apache.wvcm.store.webdav.response
Handler for multistatus response bodies with no DAV:propstat.
NoProptatMultistatusResponse(Resource, InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.NoProptatMultistatusResponse
Create handler from given input stream.
NoProptatMultistatusResponse.ResourceStatus - Class in org.apache.wvcm.store.webdav.response
 
NoProptatMultistatusResponse.ResourceStatus(String, int, String) - Constructor for class org.apache.wvcm.store.webdav.response.NoProptatMultistatusResponse.ResourceStatus
 
normalize() - Method in interface org.apache.webdav.client.IURI
 
normalize() - Method in class org.apache.webdav.client.URI3
 
normalize() - Method in class org.apache.webdav.client.URI4
 
NOT_A_BASELINE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Operation failed because the resource passed in was not a baseline.
NOT_AN_ACTIVITY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Resource specified was not an activity.
NOT_FOUND - Static variable in class javax.wvcm.WvcmException.ReasonCode
The corresponding remote resource no longer exists or was never created.

O

OK - Static variable in class javax.wvcm.Version.Fork
 
oldVersion() - Method in interface javax.wvcm.Baseline.ChangedVersion
Return the version from the first baseline.
ONE - Static variable in class javax.wvcm.SearchToken.Depth
 
ONE_CHECKOUT_PER_ACTIVITY_PER_HISTORY - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Failed because more than one version of this resource is referenced in the specified activity.
ONE_CONTROLLED_RESOURCE_PER_HISTORY_PER_WORKSPACE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: The operation failed because it would result in more than one controlled resource for this version history in a workspace.
ONE_VERSION_PER_HISTORY_PER_BASELINE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot checkin the controlled configuration because more than one member exists for a given version history.
operator() - Method in class javax.wvcm.SearchToken.ContentExpression
Get the operator
operator() - Method in class javax.wvcm.SearchToken.NestedExpression
Get the logical operator
operator() - Method in class javax.wvcm.SearchToken.PropertyExpression
Get the comparison oprator.
OptionsMethod - Class in org.apache.webdav.methods
Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
OptionsMethod() - Constructor for class org.apache.webdav.methods.OptionsMethod
No-arg constructor.
OptionsMethod(String) - Constructor for class org.apache.webdav.methods.OptionsMethod
Constructor specifying a URI.
OptionsRequest - Class in org.apache.wvcm.store.webdav.request
Handler for OPTIONS request bodies.
OptionsRequest(PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.request.OptionsRequest
Constructor
OptionsResponse - Class in org.apache.wvcm.store.webdav.response
Handler for OPTIONS response bodies.
OptionsResponse(Provider, InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.OptionsResponse
Create handler from given input stream.
OR - Static variable in class javax.wvcm.SearchToken.LogOperator
 
org.apache.webdav.client - package org.apache.webdav.client
 
org.apache.webdav.client.methods - package org.apache.webdav.client.methods
 
org.apache.webdav.methods - package org.apache.webdav.methods
Extends Jakarta's commons-httpclient library by WebDAV method implementations.
org.apache.wvcm - package org.apache.wvcm
Contains the implementations of the WVCM API interfaces.
org.apache.wvcm.model - package org.apache.wvcm.model
Handling for the metadata of the WVCM model, for example the metadata of the WVCM properties.
org.apache.wvcm.sample - package org.apache.wvcm.sample
Sample code.
org.apache.wvcm.sample.util - package org.apache.wvcm.sample.util
Utilities for the sample applications.
org.apache.wvcm.store - package org.apache.wvcm.store
Definition of the storage accessor interfaces.
org.apache.wvcm.store.webdav - package org.apache.wvcm.store.webdav
WebDAV-specific.
org.apache.wvcm.store.webdav.request - package org.apache.wvcm.store.webdav.request
 
org.apache.wvcm.store.webdav.response - package org.apache.wvcm.store.webdav.response
 
org.apache.wvcm.store.webdav.tls - package org.apache.wvcm.store.webdav.tls
 
org.apache.wvcm.util - package org.apache.wvcm.util
General purpose utilities.
OWNER - Static variable in interface javax.wvcm.Location
 
OWNER - Static variable in interface javax.wvcm.Principal
 
OWNER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 

P

parent() - Method in class javax.wvcm.Location.GenericLocationImpl
Return the Location of the parent folder of the resource at this Location.
parent() - Method in interface javax.wvcm.Location
Return the Location of the parent folder of the resource at this Location.
parent() - Method in class org.apache.wvcm.LocationImpl
Return the Location of the parent folder of the resource at this Location.
PARENT_BINDING_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
parseDate(String) - Static method in class org.apache.wvcm.store.webdav.DateRepresentations
Parse the java.util.Date string for HTTP-date.
password() - Method in interface javax.wvcm.ProviderFactory.Callback.Authentication
Return the password of the current user.
path() - Method in class org.apache.wvcm.LocationImpl
Get the path of this location
pattern() - Method in class javax.wvcm.SearchToken.LocationFilter
 
port() - Method in class org.apache.wvcm.LocationImpl
Get the port
PREDECESSOR_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
principal() - Method in class javax.wvcm.Location.GenericLocationImpl
NOT YET STANDARD Return a proxy for the principal at this location.
principal() - Method in interface javax.wvcm.Location
NOT YET STANDARD Return a proxy for the principal at this location.
Principal - Interface in javax.wvcm
NOT YET STANDARD A "principal" is a distinct human or computational actor that initiates access to network resources.
principal() - Method in class org.apache.wvcm.LocationImpl
NOT YET STANDARD Return a proxy for the principal at this location.
Principal.GenericPrincipalImpl - Class in javax.wvcm
NOT YET STANDARD Implementation of a generic Principal.
Principal.GenericPrincipalImpl(Location) - Constructor for class javax.wvcm.Principal.GenericPrincipalImpl
Constructor
Principal.Group - Interface in javax.wvcm
NOT YET STANDARD A "group" is a principal that represents a set of other principals.
Principal.Role - Interface in javax.wvcm
NOT YET STANDARD A "role" is a principal that represents a set of other principals.
PRINCIPAL_FOLDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
PRINCIPAL_NOT_FOUND - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
PrincipalAccessor - Interface in org.apache.wvcm.store
Persistent Principal state accessor.
PrincipalImpl - Class in org.apache.wvcm
Implementation of Principal.
PrincipalImpl(Location) - Constructor for class org.apache.wvcm.PrincipalImpl
Constructor
PrincipalImpl.GroupImpl - Class in org.apache.wvcm
Implementation of a group
PrincipalImpl.GroupImpl(Location) - Constructor for class org.apache.wvcm.PrincipalImpl.GroupImpl
Constructor
PrincipalImpl.RoleImpl - Class in org.apache.wvcm
Implementation of a Role
PrincipalImpl.RoleImpl(Location) - Constructor for class org.apache.wvcm.PrincipalImpl.RoleImpl
Constructor
PrincipalWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of PrincipalAccessor.
PrincipalWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.PrincipalWebdavAccessor
Constructor.
privilege() - Method in class javax.wvcm.Location.GenericLocationImpl
NOT YET STANDARD Return a proxy for the privilege at this location.
privilege() - Method in interface javax.wvcm.Location
NOT YET STANDARD Return a proxy for the privilege at this location.
privilege() - Method in class org.apache.wvcm.LocationImpl
NOT YET STANDARD Return a proxy for the privilege at this location.
PRIVILEGE_FOLDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
PRIVILEGE_NOT_SUPPORTED - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
PrivilegeAccessor - Interface in org.apache.wvcm.store
Persistent Privilege state accessor.
PrivilegeImpl - Class in org.apache.wvcm
Implementation of Privilege.
PrivilegeImpl(Location) - Constructor for class org.apache.wvcm.PrivilegeImpl
Constructor
PrivilegeWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of PrivilegeAccessor.
PrivilegeWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.PrivilegeWebdavAccessor
Constructor.
PropertiesFactory - Class in org.apache.wvcm.store.webdav.response
Creates the properties out of XML DAV:multistatus response elements.
PropertiesFactory(Resource, Provider, PropertyNameList, PropertyNameList, Map) - Constructor for class org.apache.wvcm.store.webdav.response.PropertiesFactory
 
PROPERTY_MISSING - Static variable in class javax.wvcm.WvcmException.ReasonCode
The requested property does not exist on the persistent resource.
PROPERTY_OVERWRITE_FORBIDDEN - Static variable in class javax.wvcm.WvcmException.ReasonCode
The property value update would overwrite an earlier change.
PropertyDescriptor - Class in org.apache.wvcm.model
Property Descriptor
propertyName() - Method in class javax.wvcm.SearchToken.PropertyExpression
Get the PropertyName involved in this expression
propertyName() - Method in class javax.wvcm.SearchToken.SortCriterion
Get the property name
propertyName(PropertyNameList, String) - Static method in class org.apache.wvcm.util.PropertyNameLists
 
propertyName(PropertyNameList, String, String) - Static method in class org.apache.wvcm.util.PropertyNameLists
 
propertyName(String) - Static method in class org.apache.wvcm.util.PropertyNameLists
Find the PropertyName instance for the specified string.
propertyNameForWebdavName(String) - Static method in class org.apache.wvcm.store.webdav.WebdavProperties
Get the PropertyName string for the specified WebDAV property.
PropertyNameList - Class in javax.wvcm
A list of resource property names.
PropertyNameList(PropertyNameList.PropertyName[]) - Constructor for class javax.wvcm.PropertyNameList
 
PropertyNameList.AttributeName - Class in javax.wvcm
A name of an attribute.
PropertyNameList.AttributeName(String, String) - Constructor for class javax.wvcm.PropertyNameList.AttributeName
 
PropertyNameList.NestedPropertyName - Class in javax.wvcm
A property name that has a nested property name list.
PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName, PropertyNameList) - Constructor for class javax.wvcm.PropertyNameList.NestedPropertyName
 
PropertyNameList.PropertyName - Class in javax.wvcm
The name of a property of a persistent resource.
PropertyNameLists - Class in org.apache.wvcm.util
WebDAV-based implementation of Accessor.
PropertyNameLists() - Constructor for class org.apache.wvcm.util.PropertyNameLists
 
PropfindMethod - Class in org.apache.webdav.methods
Implements the WebDAV PROPFIND specification.
PropfindMethod() - Constructor for class org.apache.webdav.methods.PropfindMethod
Constructor
PropfindMethod(String) - Constructor for class org.apache.webdav.methods.PropfindMethod
Constructor
PropfindRequest - Class in org.apache.wvcm.store.webdav.request
Handler for PROPFIND request bodies.
PropfindRequest(PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.request.PropfindRequest
Constructor
PropfindRequest(PropertyNameList, boolean) - Constructor for class org.apache.wvcm.store.webdav.request.PropfindRequest
Constructor
ProppatchMethod - Class in org.apache.webdav.methods
Implements the WebDAV PROPPATCH specification.
ProppatchMethod() - Constructor for class org.apache.webdav.methods.ProppatchMethod
Constructor
ProppatchMethod(String) - Constructor for class org.apache.webdav.methods.ProppatchMethod
Constructor
ProppatchMultistatusResponse - Class in org.apache.wvcm.store.webdav.response
Handler for multistatus response bodies from PROPPATCH.
ProppatchMultistatusResponse(Resource, InputStream) - Constructor for class org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse
Create handler from given input stream.
ProppatchMultistatusResponse.Propstat - Class in org.apache.wvcm.store.webdav.response
 
ProppatchMultistatusResponse.Propstat(PropertyNameList.PropertyName, int, String) - Constructor for class org.apache.wvcm.store.webdav.response.ProppatchMultistatusResponse.Propstat
 
ProppatchRequest - Class in org.apache.wvcm.store.webdav.request
Handler for PROPPATCH request bodies.
ProppatchRequest(Map) - Constructor for class org.apache.wvcm.store.webdav.request.ProppatchRequest
Constructor
ProppatchRequest.PropertyUpdate - Class in org.apache.wvcm.store.webdav.request
 
ProppatchRequest.PropertyUpdate(Object, boolean) - Constructor for class org.apache.wvcm.store.webdav.request.ProppatchRequest.PropertyUpdate
Constructor
Provider - Interface in javax.wvcm
A WVCM provider.
provider() - Method in class org.apache.wvcm.LocationImpl
Get the provider of this location
provider - Variable in class org.apache.wvcm.store.webdav.response.AbstractResponse
 
PROVIDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ProviderFactory - Class in javax.wvcm
This factory class is used to create instances of WVCM providers.
ProviderFactory() - Constructor for class javax.wvcm.ProviderFactory
 
ProviderFactory.Callback - Interface in javax.wvcm
Provides callback functions that can be invoked by a provider.
ProviderFactory.Callback.Authentication - Interface in javax.wvcm
Authentication information for the current user.
ProviderFactory.TokenCallback - Interface in javax.wvcm
NOT YET STANDARD Token based callback for provider.
ProviderFactory.TokenCallback.TokenAuthentication - Interface in javax.wvcm
Token authentication information.
ProviderImpl - Class in org.apache.wvcm
Implementation of Provider.
ProviderImpl(ProviderFactory.Callback) - Constructor for class org.apache.wvcm.ProviderImpl
Constructor called by ProviderFactory
ProviderImpl(ProviderFactory.Callback, Hashtable) - Constructor for class org.apache.wvcm.ProviderImpl
Constructor called by ProviderFactory
providerImpl - Variable in class org.apache.wvcm.store.webdav.WebdavAccessor
 
PutMethod - Class in org.apache.webdav.methods
Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
PutMethod() - Constructor for class org.apache.webdav.methods.PutMethod
No-arg constructor.
PutMethod(String) - Constructor for class org.apache.webdav.methods.PutMethod
Constructor specifying a URI.
putResponse(Object) - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
putResponse(Object) - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
putResponse(Object) - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
putResponse(Object) - Method in interface org.apache.webdav.client.methods.IClientMethod
 

R

READ_FAILED - Static variable in class javax.wvcm.WvcmException.ReasonCode
The provider suffered an I/O failure, the operation may be retried.
readContent(PropertyNameList, OutputStream) - Method in interface javax.wvcm.ControllableResource
If the resource content is available on the client host, the resource content is written to content and content is closed.
readContent(PropertyNameList, OutputStream) - Method in class org.apache.wvcm.ControllableResourceImpl
If the resource content is available on the client host, the resource content is written to content and content is closed.
readMemberList(PropertyNameList, boolean) - Method in interface javax.wvcm.ControllableFolder
Return an iterator of Resource objects that contain locally available properties of the resources that are locally known as members of this Folder.
readMemberList(PropertyNameList, boolean) - Method in class org.apache.wvcm.ControllableFolderImpl
Return an iterator of Resource objects that contain locally available properties of the resources that are locally known as members of this Folder.
readProperties(PropertyNameList) - Method in interface javax.wvcm.ControllableResource
Return a Resource containing the wanted properties that are available on the client host without communicating with the server.
readProperties(PropertyNameList) - Method in class org.apache.wvcm.ControllableResourceImpl
Return a Resource containing the wanted properties that are available on the client host without communicating with the server.
RebindMethod - Class in org.apache.webdav.methods
Implements the WebDAV REBIND specification.
RebindMethod() - Constructor for class org.apache.webdav.methods.RebindMethod
Constructor
RebindMethod(String) - Constructor for class org.apache.webdav.methods.RebindMethod
Constructor
RebindRequest - Class in org.apache.wvcm.store.webdav.request
Handler for REBIND request bodies.
RebindRequest(String, Resource) - Constructor for class org.apache.wvcm.store.webdav.request.RebindRequest
Constructor
releaseConnection() - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
releaseConnection() - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
releaseConnection() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
releaseConnection() - Method in interface org.apache.webdav.client.methods.IClientMethod
 
remove(PropertyNameList.AttributeName) - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Remove an attribute
REMOVE - Static variable in class org.apache.wvcm.store.webdav.request.LabelRequest
 
removeAttribute(PropertyNameList.AttributeName) - Method in class javax.wvcm.Resource.GenericResourceImpl
Removes the specified attribute of this Resource.
removeAttribute(PropertyNameList.AttributeName) - Method in interface javax.wvcm.Resource
Removes the specified attribute of this Resource.
removeAttribute(PropertyNameList.AttributeName) - Method in class org.apache.wvcm.ResourceImpl
Removes the specified attribute of this Resource.
removeLockToken(LockToken) - Method in class org.apache.wvcm.ResourceImpl
 
ReportFormat - Class in org.apache.wvcm.sample.util
ReportFormat Produces formatted of table-like reports.
ReportFormat(int[], int) - Constructor for class org.apache.wvcm.sample.util.ReportFormat
 
ReportMethod - Class in org.apache.webdav.methods
Implements the WebDAV REPORT specification.
ReportMethod() - Constructor for class org.apache.webdav.methods.ReportMethod
Constructor
ReportMethod(String) - Constructor for class org.apache.webdav.methods.ReportMethod
Constructor
ReportRequest - Class in org.apache.wvcm.store.webdav.request
Handler for REPORT request bodies.
ReportRequest() - Constructor for class org.apache.wvcm.store.webdav.request.ReportRequest
 
ReportRequest.ExpandPropertyReportRequest - Class in org.apache.wvcm.store.webdav.request
 
ReportRequest.ExpandPropertyReportRequest(PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.request.ReportRequest.ExpandPropertyReportRequest
Constructor
ReportRequest.LocateByHistoryReportRequest - Class in org.apache.wvcm.store.webdav.request
 
ReportRequest.LocateByHistoryReportRequest(List, PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.request.ReportRequest.LocateByHistoryReportRequest
Constructor
requestResource - Variable in class org.apache.wvcm.store.webdav.response.AbstractResponse
 
resetContainer() - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Reset the properties container.
resource() - Method in class javax.wvcm.Location.GenericLocationImpl
Return a proxy for the resource at this Location.
resource() - Method in interface javax.wvcm.Location
Return a proxy for the resource at this Location.
Resource - Interface in javax.wvcm
A proxy for a persistent resource, used to retrieve information from the resource and to perform operations on the resource.
resource() - Method in class org.apache.wvcm.LocationImpl
Return a proxy for the resource at this Location.
resource(Class) - Method in class org.apache.wvcm.LocationImpl
Return a proxy as instance of the specified class for the resource at this Location.
resource() - Method in interface org.apache.wvcm.store.ResourceAccessor
Get the resource proxy this accessor is assigned to.
resource() - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Get the resource proxy this accessor works for.
Resource.GenericResourceImpl - Class in javax.wvcm
NOT YET STANDARD Implementation of a generic Resource.
Resource.GenericResourceImpl(Location) - Constructor for class javax.wvcm.Resource.GenericResourceImpl
Private Constructor
RESOURCE_ALREADY_EXISTS_AT_LOCATION - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Creating a resource failed because a resource already exists at the specified location.
RESOURCE_IDENTIFIER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ResourceAccessor - Interface in org.apache.wvcm.store
Persistent resource state accessor.
ResourceImpl - Class in org.apache.wvcm
Implementation of Resource.
ResourceImpl(Location) - Constructor for class org.apache.wvcm.ResourceImpl
Constructor
ResourceImpl.LoadedProperties - Class in org.apache.wvcm
Loaded properties container.
ResourceImpl.XmlPropertyValue - Class in org.apache.wvcm
An XML property value
ResourceImpl.XmlPropertyValue(Resource, String) - Constructor for class org.apache.wvcm.ResourceImpl.XmlPropertyValue
Constructor
resourceList() - Method in interface javax.wvcm.Provider
Return an empty ResourceList.
ResourceList - Interface in javax.wvcm
A list containing Resource objects, used to perform operations on all elements of the list.
resourceList() - Method in class org.apache.wvcm.ProviderImpl
Return an empty ResourceList.
ResourceList.ResponseIterator - Interface in javax.wvcm
An iterator of the results of applying a method to each element of a ResourceList.
ResourceProxyFactory - Class in org.apache.wvcm.store.webdav.response
Creates resource proxies out of XML DAV:multistatus response elements.
ResourceProxyFactory(Resource, Provider, PropertyNameList, PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.response.ResourceProxyFactory
Constructor
ResourceWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of ResourceAccessor.
ResourceWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Constructor.
respBodyDoc - Variable in class org.apache.wvcm.store.webdav.response.AbstractResponse
 
role() - Method in class javax.wvcm.Location.GenericLocationImpl
NOT YET STANDARD Return a proxy for the role principal at this location.
role() - Method in interface javax.wvcm.Location
NOT YET STANDARD Return a proxy for the role principal at this location.
role() - Method in class org.apache.wvcm.LocationImpl
NOT YET STANDARD Return a proxy for the role principal at this location.
ROOT_FOLDER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
ROOT_VERSION - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
run(String[]) - Method in class org.apache.wvcm.sample.SimpleExample
This method is called after start up.

S

SC_BAD_REQUEST - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_CONFLICT - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_CREATED - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_FORBIDDEN - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_LOCKED - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_METHOD_NOT_ALLOWED - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_MULTI_STATUS - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_NO_CONTENT - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_NOT_FOUND - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_OK - Static variable in class org.apache.webdav.client.HttpStatus
 
SC_UNAUTHORIZED - Static variable in class org.apache.webdav.client.HttpStatus
 
scheme() - Method in class org.apache.wvcm.LocationImpl
Get the scheme ("http"/"https").
searchCondition() - Method in class javax.wvcm.SearchToken
Get the search condition
SearchMethod - Class in org.apache.webdav.methods
Implements the WebDAV SEARCH specification.
SearchMethod() - Constructor for class org.apache.webdav.methods.SearchMethod
Constructor
SearchMethod(String) - Constructor for class org.apache.webdav.methods.SearchMethod
Constructor
SearchRequest - Class in org.apache.wvcm.store.webdav.request
Handler for SEARCH request bodies.
SearchRequest(String, PropertyNameList, SearchToken) - Constructor for class org.apache.wvcm.store.webdav.request.SearchRequest
Constructor
SearchToken - Class in javax.wvcm
NOT YET STANDARD Describes a search request.
SearchToken(SearchToken.SearchCondition) - Constructor for class javax.wvcm.SearchToken
Constructor
SearchToken(SearchToken.SearchCondition, SearchToken.SortCriterion[], SearchToken.Depth, Integer) - Constructor for class javax.wvcm.SearchToken
Constructor
SearchToken.ContentExpression - Class in javax.wvcm
Represents a content-based expression
SearchToken.ContentExpression(String, SearchToken.ContOperator) - Constructor for class javax.wvcm.SearchToken.ContentExpression
Constructor
SearchToken.ContOperator - Class in javax.wvcm
Discrete values for content operators.
SearchToken.ContOperator() - Constructor for class javax.wvcm.SearchToken.ContOperator
 
SearchToken.Depth - Class in javax.wvcm
Discrete values for parameter "depth".
SearchToken.Depth() - Constructor for class javax.wvcm.SearchToken.Depth
 
SearchToken.Expression - Class in javax.wvcm
Represents an expression
SearchToken.Expression() - Constructor for class javax.wvcm.SearchToken.Expression
Constructor
SearchToken.LocationFilter - Class in javax.wvcm
Represents a filter on the last location segment
SearchToken.LocationFilter(String, boolean) - Constructor for class javax.wvcm.SearchToken.LocationFilter
 
SearchToken.LogOperator - Class in javax.wvcm
Discrete values for logical operators.
SearchToken.LogOperator() - Constructor for class javax.wvcm.SearchToken.LogOperator
 
SearchToken.NestedExpression - Class in javax.wvcm
Represents a nested AND or OR expression.
SearchToken.NestedExpression(SearchToken.Expression[], SearchToken.LogOperator) - Constructor for class javax.wvcm.SearchToken.NestedExpression
Constructor
SearchToken.OrderDirection - Class in javax.wvcm
Discrete values for parameter "direction" (ascending, descending).
SearchToken.OrderDirection() - Constructor for class javax.wvcm.SearchToken.OrderDirection
 
SearchToken.PropertyExpression - Class in javax.wvcm
Represents a property expression
SearchToken.PropertyExpression(PropertyNameList.PropertyName, Object, SearchToken.PropOperator, Boolean) - Constructor for class javax.wvcm.SearchToken.PropertyExpression
Constructor
SearchToken.PropOperator - Class in javax.wvcm
Discrete values for property operators.
SearchToken.PropOperator() - Constructor for class javax.wvcm.SearchToken.PropOperator
 
SearchToken.SearchCondition - Class in javax.wvcm
Represents a search condition.
SearchToken.SearchCondition(SearchToken.Expression) - Constructor for class javax.wvcm.SearchToken.SearchCondition
Constructor
SearchToken.SearchCondition(SearchToken.Expression, SearchToken.LocationFilter[]) - Constructor for class javax.wvcm.SearchToken.SearchCondition
Constructor
SearchToken.SortCriterion - Class in javax.wvcm
Represents a sorting criterion
SearchToken.SortCriterion(PropertyNameList.PropertyName, SearchToken.OrderDirection, Boolean) - Constructor for class javax.wvcm.SearchToken.SortCriterion
Constructor
SearchToken.XPathAttributeName - Class in javax.wvcm
XPath-based pseudo-attribute
SearchToken.XPathAttributeName(String, String, String) - Constructor for class javax.wvcm.SearchToken.XPathAttributeName
Constructor
selectNodes(Object) - Method in class org.apache.wvcm.util.XPathWrapper
Evaluates the wrapped XPath expression and returns the list of selected nodes.
selectSingleNode(String, Namespace) - Method in class org.apache.wvcm.ResourceImpl.XmlPropertyValue
Evaluate an XPATH expression
selectSingleNode(Object) - Method in class org.apache.wvcm.util.XPathWrapper
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes.
SELF - Static variable in interface javax.wvcm.Location
 
SELF - Static variable in interface javax.wvcm.Principal
 
separator(char) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
SERVER_STATE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
serverPrivilegesLocation() - Method in class org.apache.wvcm.ProviderImpl
 
serverSharedWorkspaceList(PropertyNameList) - Method in interface javax.wvcm.Provider
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.
serverSharedWorkspaceList(PropertyNameList) - Method in class org.apache.wvcm.ProviderImpl
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.
serverWorkspaceFolderList(PropertyNameList) - Method in interface javax.wvcm.Provider
Return a list of Folder objects that identify folders on the server that contain workspaces for this Provider.
serverWorkspaceFolderList(PropertyNameList) - Method in class org.apache.wvcm.ProviderImpl
Return a list of Folder objects that identify folders on the server that contain workspaces for this Provider.
serverWorkspaceFolderList(PropertyNameList) - Method in interface org.apache.wvcm.store.Accessor
Return a list of Folder objects that identify folders on the server that contain workspaces for the Provider of this accessor.
serverWorkspaceFolderList(PropertyNameList) - Method in class org.apache.wvcm.store.webdav.WebdavAccessor
Return a list of Folder objects that identify folders on the server that contain workspaces for the Provider of this accessor.
set(PropertyNameList.PropertyName, Object) - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Set a property value
SET - Static variable in class org.apache.wvcm.store.webdav.request.LabelRequest
 
setActive(boolean) - Method in class org.apache.wvcm.LockTokenImpl
Method setActive
setActivityList(List) - Method in interface javax.wvcm.ControllableResource
Set the ActivityList property of this ControllableResource.
setActivityList(List) - Method in interface javax.wvcm.Version
Set the ActivityList property.
setActivityList(List) - Method in class org.apache.wvcm.ControllableResourceImpl
Set the ActivityList property of this ControllableResource.
setActivityList(List) - Method in class org.apache.wvcm.VersionImpl
Set the ActivityList property.
setAttribute(PropertyNameList.AttributeName, Object) - Method in class javax.wvcm.Resource.GenericResourceImpl
Adds or replaces the value of the specified attribute of this Resource.
setAttribute(PropertyNameList.AttributeName, Object) - Method in interface javax.wvcm.Resource
Adds or replaces the value of the specified attribute of this Resource.
setAttribute(PropertyNameList.AttributeName, Object) - Method in class org.apache.wvcm.ResourceImpl
Adds or replaces the value of the specified attribute of this Resource.
setAutoMergeList(List) - Method in interface javax.wvcm.ControllableResource
Set the AutoMergeList of this ControllableResource.
setAutoMergeList(List) - Method in class org.apache.wvcm.ControllableResourceImpl
Set the AutoMergeList of this ControllableResource.
setCheckinFork(int) - Method in interface javax.wvcm.Version
Set the CheckinFork property.
setCheckinFork(int) - Method in class org.apache.wvcm.VersionImpl
Set the CheckinFork property.
setCheckoutFork(int) - Method in interface javax.wvcm.Version
Set the CheckoutFork property.
setCheckoutFork(int) - Method in class org.apache.wvcm.VersionImpl
Set the CheckoutFork property.
setComment(String) - Method in class javax.wvcm.Resource.GenericResourceImpl
Adds or replaces the comment string of this Resource.
setComment(String) - Method in interface javax.wvcm.Resource
Adds or replaces the comment string of this Resource.
setComment(String) - Method in class org.apache.wvcm.ResourceImpl
Adds or replaces the comment string of this Resource.
setContainer(Map) - Method in class org.apache.wvcm.ResourceImpl.LoadedProperties
Set the properties container.
setContentCharacterSet(String) - Method in class javax.wvcm.Resource.GenericResourceImpl
Sets the content character set of the resource.
setContentCharacterSet(String) - Method in interface javax.wvcm.Resource
Sets the content character set of the resource.
setContentCharacterSet(String) - Method in class org.apache.wvcm.ResourceImpl
Sets the content character set of the resource.
setContentLanguage(Locale) - Method in class javax.wvcm.Resource.GenericResourceImpl
Sets the content language of the resource.
setContentLanguage(Locale) - Method in interface javax.wvcm.Resource
Sets the content language of the resource.
setContentLanguage(Locale) - Method in class org.apache.wvcm.ResourceImpl
Sets the content language of the resource.
setContentType(String) - Method in class javax.wvcm.Resource.GenericResourceImpl
Sets the content type of the resource.
setContentType(String) - Method in interface javax.wvcm.Resource
Sets the content type of the resource.
setContentType(String) - Method in class org.apache.wvcm.ResourceImpl
Sets the content type of the resource.
setCreatorDisplayName(String) - Method in class javax.wvcm.Resource.GenericResourceImpl
Adds or replaces the creator display name string of the resource.
setCreatorDisplayName(String) - Method in interface javax.wvcm.Resource
Adds or replaces the creator display name string of the resource.
setCreatorDisplayName(String) - Method in class org.apache.wvcm.ResourceImpl
Adds or replaces the creator display name string of the resource.
setCurrentActivityList(List) - Method in interface javax.wvcm.Workspace
Set the CurrentActivityList property.
setCurrentActivityList(List) - Method in class org.apache.wvcm.WorkspaceImpl
Set the CurrentActivityList property.
setCutChar(char) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
setDisplayName(String) - Method in class javax.wvcm.Resource.GenericResourceImpl
Adds or replaces the display name string of the resource.
setDisplayName(String) - Method in interface javax.wvcm.Resource
Adds or replaces the display name string of the resource.
setDisplayName(String) - Method in class org.apache.wvcm.ResourceImpl
Adds or replaces the display name string of the resource.
setFillChar(char) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
setGrant(boolean) - Method in class javax.wvcm.AccessControlElement
Set whether the privileges of this ACE are granted (grant=true) or denied (grant=false)
setGroupMemberList(List) - Method in interface javax.wvcm.Principal.Group
Set the list of Principal objects which are direct members of this group.
setGroupMemberList(List) - Method in class org.apache.wvcm.PrincipalImpl.GroupImpl
Set the list of Principal objects which are direct members of this group.
setHttpMethod(HttpMethod) - Method in class org.apache.wvcm.ResourceImpl
NOT YET STANDARD Set the HTTP method used for the last resource operation.
setHttpMethod(IClientMethod) - Method in class org.apache.wvcm.ResourceImpl
 
setHttpMethod(HttpMethod) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Set the HTTP method in the resource.
setHttpMethod(IClientMethod) - Method in class org.apache.wvcm.store.webdav.ResourceWebdavAccessor
Set the HTTP method in the resource.
setInheritedFrom(Resource) - Method in class javax.wvcm.AccessControlElement
Set the resource this ACE is inherited from.
setMergeList(List) - Method in interface javax.wvcm.ControllableResource
Set the MergeList of this ControllableResource.
setMergeList(List) - Method in class org.apache.wvcm.ControllableResourceImpl
Set the MergeList of this ControllableResource.
setPredecessorList(List) - Method in interface javax.wvcm.ControllableResource
Specify the versions that will be the predecessors of the version created when this ControllableResource is checked in.
setPredecessorList(List) - Method in class org.apache.wvcm.ControllableResourceImpl
Specify the versions that will be the predecessors of the version created when this ControllableResource is checked in.
setPrincipal(Principal) - Method in class javax.wvcm.AccessControlElement
Set the principal of this ACE
setPrivileges(List) - Method in class javax.wvcm.AccessControlElement
Set the List of Privilege objects to be granted or denied by this ACE
setProperty(PropertyNameList.PropertyName, Object) - Method in class javax.wvcm.Resource.GenericResourceImpl
NOT YET STANDARD !!!
setProperty(PropertyNameList.PropertyName, Object) - Method in interface javax.wvcm.Resource
NOT YET STANDARD !!!
setProperty(PropertyNameList.PropertyName, Object) - Method in class org.apache.wvcm.ResourceImpl
Adds or replaces the value of the specified property of this Resource.
setPropertyContainer(Map) - Method in class org.apache.wvcm.ResourceImpl
Set the map of wanted properties
setProxy(String, int) - Method in class org.apache.webdav.client.HttpClient3
 
setProxy(String, int) - Method in class org.apache.webdav.client.HttpClient4
 
setProxy(String, int) - Method in interface org.apache.webdav.client.IClient
 
setReqBodyDoc(Document) - Method in class org.apache.wvcm.store.webdav.request.AbstractRequest
Set the request body document
setRequestEntity(AbstractRequest) - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
setRequestEntity(InputStream, boolean) - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
setRequestEntity(AbstractRequest) - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
setRequestEntity(InputStream, boolean) - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
setRequestEntity(AbstractRequest) - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
setRequestEntity(InputStream, boolean) - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
setRequestEntity(AbstractRequest) - Method in interface org.apache.webdav.client.methods.IClientMethod
 
setRequestEntity(InputStream, boolean) - Method in interface org.apache.webdav.client.methods.IClientMethod
 
setRequestHeader(String, String) - Method in class org.apache.webdav.client.methods.HttpClientBaseMethod3
 
setRequestHeader(String, String) - Method in class org.apache.webdav.client.methods.HttpClientMethod3
 
setRequestHeader(String, String) - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
setRequestHeader(String, String) - Method in interface org.apache.webdav.client.methods.IClientMethod
 
setServerState(Workspace) - Method in interface javax.wvcm.Workspace
When this Workspace is located on the client, this routine is used to specify the Workspace on the server that maintains the server state for this Workspace This property must be set before creating a workspace that is located on the client.
setServerState(Workspace) - Method in class org.apache.wvcm.WorkspaceImpl
When this Workspace is located on the client, this routine is used to specify the Workspace on the server that maintains the server state for this Workspace This property must be set before creating a workspace that is located on the client.
setState(String, String, String, String, boolean, String, String) - Method in class org.apache.webdav.client.HttpClient3
 
setState(String, String, String, String, boolean, String, String) - Method in class org.apache.webdav.client.HttpClient4
 
setState(String, String, String, String, boolean, String, String) - Method in interface org.apache.webdav.client.IClient
 
setSubactivityList(List) - Method in interface javax.wvcm.Activity
Update the SubactivityList property of this Activity.
setSubactivityList(List) - Method in class org.apache.wvcm.ActivityImpl
Update the SubactivityList property of this Activity.
setSubbaselineList(List) - Method in interface javax.wvcm.Configuration
Set the SubbaselineList property of this Configuration.
setSubbaselineList(List) - Method in class org.apache.wvcm.ConfigurationImpl
Set the SubbaselineList property of this Configuration.
setUnreserved(boolean) - Method in interface javax.wvcm.ControllableResource
Set the value of the Unreserved property of this ControllableResource.
setUnreserved(boolean) - Method in class org.apache.wvcm.ControllableResourceImpl
Set the value of the Unreserved property of this ControllableResource.
setUseCutChar(boolean) - Method in class org.apache.wvcm.sample.util.ReportFormat
 
SHARED - Static variable in class javax.wvcm.LockToken.Scope
 
SimpleExample - Class in org.apache.wvcm.sample
Sample WVCM Application: Basic Command-line Client.
SimpleExample() - Constructor for class org.apache.wvcm.sample.SimpleExample
 
sortCriteria() - Method in class javax.wvcm.SearchToken
Get the sorting criteria
STALE_PROPERTY_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
string() - Method in class javax.wvcm.Location.GenericLocationImpl
Return the string value for this Location.
string() - Method in interface javax.wvcm.Location
Return the string value for this Location.
string() - Method in class javax.wvcm.SearchToken.ContentExpression
Get the string
string() - Method in class org.apache.wvcm.LocationImpl
Return the string value for this Location.
SUBACTIVITY_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
SUBBASELINE_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
SUCCESSOR_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
SUPPORTED_PRIVILEGE_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 

T

terms() - Method in class javax.wvcm.SearchToken.NestedExpression
Get the terms
TLS_EXCEPTION - Static variable in class javax.wvcm.WvcmException.ReasonCode
 
TLSProperties - Class in org.apache.wvcm.store.webdav.tls
 
TLSProperties(Properties) - Constructor for class org.apache.wvcm.store.webdav.tls.TLSProperties
Constructor for supporting custom TLS properties.
TLSProperties() - Constructor for class org.apache.wvcm.store.webdav.tls.TLSProperties
Constructor for supporting default TLS properties (javax.net.ssl.xxx).
token() - Method in interface javax.wvcm.ProviderFactory.TokenCallback.TokenAuthentication
Return the token.
toString() - Method in class javax.wvcm.AccessControlElement.Privilege.GenericPrivilegeImpl
 
toString() - Method in class javax.wvcm.AccessControlElement
 
toString() - Method in class javax.wvcm.Location.GenericLocationImpl
 
toString() - Method in class javax.wvcm.LockToken.Timeout
 
toString() - Method in class javax.wvcm.PropertyNameList.PropertyName
Return the string value of the property name.
toString() - Method in class javax.wvcm.PropertyNameList
Return the string representation of the list.
toString() - Method in class javax.wvcm.Resource.GenericResourceImpl
 
toString() - Method in exception javax.wvcm.WvcmException
Return simple string representation of the WvcmException.
toString() - Method in class org.apache.webdav.client.methods.HttpClientMethod4
 
toString() - Method in class org.apache.webdav.client.methods.WrapperMethod4
 
toString() - Method in class org.apache.webdav.client.URI3
 
toString() - Method in class org.apache.webdav.client.URI4
 
toString() - Method in class org.apache.webdav.methods.AbstractMethod
Return string representation of the method.
toString() - Method in class org.apache.wvcm.FolderImpl.BindingImpl
 
toString() - Method in class org.apache.wvcm.LocationImpl
 
toString() - Method in class org.apache.wvcm.LockTokenImpl
 
toString() - Method in class org.apache.wvcm.PrivilegeImpl
 
toString() - Method in class org.apache.wvcm.ResourceImpl
Returns a string representation of the object.
toString() - Method in class org.apache.wvcm.sample.util.ReportFormat
 
type(Resource) - Static method in class org.apache.wvcm.sample.util.WvcmTypes
Get the type name
typeName(Resource) - Static method in class org.apache.wvcm.sample.util.WvcmTypes
Get the type name

U

UNAUTHENTICATED - Static variable in interface javax.wvcm.Location
 
UNAUTHENTICATED - Static variable in interface javax.wvcm.Principal
 
UNAUTHORIZED - Static variable in class javax.wvcm.WvcmException.ReasonCode
The user is not authorized to execute the attempted operation.
UnbindMethod - Class in org.apache.webdav.methods
Implements the WebDAV UNBIND specification.
UnbindMethod() - Constructor for class org.apache.webdav.methods.UnbindMethod
Constructor
UnbindMethod(String) - Constructor for class org.apache.webdav.methods.UnbindMethod
Constructor
UnbindRequest - Class in org.apache.wvcm.store.webdav.request
Handler for UNBIND request bodies.
UnbindRequest(String) - Constructor for class org.apache.wvcm.store.webdav.request.UnbindRequest
Constructor
UncheckoutMethod - Class in org.apache.webdav.methods
Implements the WebDAV UNCHECKOUT specification.
UncheckoutMethod() - Constructor for class org.apache.webdav.methods.UncheckoutMethod
Constructor
UncheckoutMethod(String) - Constructor for class org.apache.webdav.methods.UncheckoutMethod
Constructor
UnlockMethod - Class in org.apache.webdav.methods
Implements the WebDAV UNLOCK specification.
UnlockMethod() - Constructor for class org.apache.webdav.methods.UnlockMethod
Constructor
UnlockMethod(String) - Constructor for class org.apache.webdav.methods.UnlockMethod
Constructor
UNRESERVED - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
UpdateMethod - Class in org.apache.webdav.methods
Implements the WebDAV UPDATE specification.
UpdateMethod() - Constructor for class org.apache.webdav.methods.UpdateMethod
Constructor
UpdateMethod(String) - Constructor for class org.apache.webdav.methods.UpdateMethod
Constructor
UpdateRequest - Class in org.apache.wvcm.store.webdav.request
Handler for UPDATE request bodies.
UpdateRequest(Version, PropertyNameList) - Constructor for class org.apache.wvcm.store.webdav.request.UpdateRequest
Constructor
URI3 - Class in org.apache.webdav.client
Wraps the URI specials of apache http client 3.
URI3(URI) - Constructor for class org.apache.webdav.client.URI3
 
URI4 - Class in org.apache.webdav.client
Wraps the URI specials of apache http client 4.
URI4(String, boolean) - Constructor for class org.apache.webdav.client.URI4
 
URIEncoder - Class in org.apache.webdav.client
Taken from UrlUtil (cstUtils)
URIEncoder(String) - Constructor for class org.apache.webdav.client.URIEncoder
Constructs an UrlUtil object.

V

value() - Method in class javax.wvcm.SearchToken.PropertyExpression
Get the literal (value).
VALUE_UNAVAILABLE - Static variable in class javax.wvcm.WvcmException.ReasonCode
The property value is unavailable because it was not in the property name list when the proxy was created.
VALUE_UNAVAILABLE_LOCALLY - Static variable in class javax.wvcm.WvcmException.ReasonCode
The property value is maintained only on the server and so is not available locally.
Version - Interface in javax.wvcm
A version is an immutable copy of a particular state of a version-controlled resource.
Version.Fork - Class in javax.wvcm
Valid values for the CheckinFork and CheckoutFork properties.
Version.Fork() - Constructor for class javax.wvcm.Version.Fork
 
VERSION_BY_LABEL_FOLDER - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
VERSION_CONTROLLABLE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
VERSION_CONTROLLED_CONFIGURATION - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
VERSION_HISTORY - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
VERSION_HISTORY_FOLDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
VERSION_HISTORY_IS_NOT_TREE - Static variable in class javax.wvcm.WvcmException.ReasonCode
Precondition: Cannot checkin because the resources predecessors are not descendents of the root of the version history.
VERSION_NAME - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
VersionAccessor - Interface in org.apache.wvcm.store
Persistent version state accessor.
VersionControlMethod - Class in org.apache.webdav.methods
Implements the WebDAV VERSION-CONTROL specification.
VersionControlMethod() - Constructor for class org.apache.webdav.methods.VersionControlMethod
Constructor
VersionControlMethod(String) - Constructor for class org.apache.webdav.methods.VersionControlMethod
Constructor
VersionControlRequest - Class in org.apache.wvcm.store.webdav.request
Handler for VERSION-CONTOL request bodies.
VersionControlRequest(Version) - Constructor for class org.apache.wvcm.store.webdav.request.VersionControlRequest
Constructor
VersionHistory - Interface in javax.wvcm
A version history resource contains all versions of a version-controlled resource as the bound members of the version history.
VersionHistoryAccessor - Interface in org.apache.wvcm.store
Persistent version-history state accessor.
VersionHistoryImpl - Class in org.apache.wvcm
Implementation of VersionHistory.
VersionHistoryImpl(Location) - Constructor for class org.apache.wvcm.VersionHistoryImpl
Constructor
VersionHistoryWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of VersionHistoryResourceAccessor.
VersionHistoryWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.VersionHistoryWebdavAccessor
Constructor.
VersionImpl - Class in org.apache.wvcm
Implementation of Version.
VersionImpl(Location) - Constructor for class org.apache.wvcm.VersionImpl
Constructor
VERSIONING_PROPERTY_COPIED - Static variable in class javax.wvcm.WvcmException.ReasonCode
Postcondition: A vesioning property was copied to the destination.
VersionWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of VersionResourceAccessor.
VersionWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.VersionWebdavAccessor
Constructor.

W

WebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of Accessor.
WebdavAccessor() - Constructor for class org.apache.wvcm.store.webdav.WebdavAccessor
Dummy constructor
WebdavAccessor(Provider) - Constructor for class org.apache.wvcm.store.webdav.WebdavAccessor
Constructor.
WebdavAccessor.HttpClientWrapper - Class in org.apache.wvcm.store.webdav
Wrapper for HttpClient
WebdavAccessor.HttpClientWrapper(Provider, HttpClient) - Constructor for class org.apache.wvcm.store.webdav.WebdavAccessor.HttpClientWrapper
Deprecated. use HttpClientWrapper(Provider provider, IClient client)
WebdavAccessor.HttpClientWrapper(Provider, IClient) - Constructor for class org.apache.wvcm.store.webdav.WebdavAccessor.HttpClientWrapper
 
webdavNameForPropertyName(PropertyNameList.PropertyName) - Static method in class org.apache.wvcm.store.webdav.WebdavProperties
Get the WebDAV name for the specified PropertyName
WebdavProperties - Class in org.apache.wvcm.store.webdav
Provides convenience methods for the handling of WebDAV properties.
WebdavProperties() - Constructor for class org.apache.wvcm.store.webdav.WebdavProperties
 
workspace() - Method in class javax.wvcm.Location.GenericLocationImpl
Return a proxy for the workspace at this location.
workspace() - Method in interface javax.wvcm.Location
Return a proxy for the workspace at this location.
WORKSPACE - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
Workspace - Interface in javax.wvcm
Represents workspace resource.
workspace() - Method in class org.apache.wvcm.LocationImpl
Return a proxy for the workspace at this location.
WORKSPACE_CHECKOUT_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
WORKSPACE_FOLDER_LIST - Static variable in class javax.wvcm.PropertyNameList.PropertyName
 
WORKSPACE_SERVER_LOCATION_UNDEFINED - Static variable in class javax.wvcm.WvcmException.ReasonCode
The server workspace location is required to perform the operation.
WorkspaceAccessor - Interface in org.apache.wvcm.store
Persistent workspace state accessor.
WorkspaceImpl - Class in org.apache.wvcm
Implementation of Workspace.
WorkspaceImpl(Location) - Constructor for class org.apache.wvcm.WorkspaceImpl
Constructor
WorkspaceWebdavAccessor - Class in org.apache.wvcm.store.webdav
WebDAV-based implementation of WorspaceResourceAccessor.
WorkspaceWebdavAccessor(Resource) - Constructor for class org.apache.wvcm.store.webdav.WorkspaceWebdavAccessor
Constructor.
WrapperMethod4 - Class in org.apache.webdav.client.methods
Wraps a http client 4 method to deliver the proper values (e.g. methodName)
WrapperMethod4(String, String) - Constructor for class org.apache.webdav.client.methods.WrapperMethod4
 
WRITE - Static variable in class javax.wvcm.LockToken.Type
 
WRITE_FAILED - Static variable in class javax.wvcm.WvcmException.ReasonCode
The provider suffered an I/O failure, the operation may be retried.
WvcmException - Exception in javax.wvcm
Signals that an failure of some sort has occurred in the WVCM provider.
WvcmException(String, String, WvcmException.ReasonCode, Exception[]) - Constructor for exception javax.wvcm.WvcmException
Constructs a WvcmException.
WvcmException.ReasonCode - Class in javax.wvcm
 
WvcmProperties - Class in org.apache.wvcm.sample.util
Access Properties by name
WvcmProperties() - Constructor for class org.apache.wvcm.sample.util.WvcmProperties
 
WvcmTypes - Class in org.apache.wvcm.sample.util
Access types by name
WvcmTypes() - Constructor for class org.apache.wvcm.sample.util.WvcmTypes
 

X

XPATH - Static variable in class javax.wvcm.SearchToken.ContOperator
 
XPathWrapper - Class in org.apache.wvcm.util
 
XPathWrapper(String, Namespace) - Constructor for class org.apache.wvcm.util.XPathWrapper
Constructor

Z

ZERO - Static variable in class javax.wvcm.LockToken.Depth
 
ZERO - Static variable in class javax.wvcm.SearchToken.Depth
 

A B C D E F G H I J L M N O P R S T U V W X Z

Copyright (c) 2003 - Apache Software Foundation