Uses of Class
org.apache.jackrabbit.webdav.DavException

Packages that use DavException
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.lock Provides interfaces and classes for locking related issues. 
org.apache.jackrabbit.webdav.observation Contains interfaces and classes related to observation, which is not covered by the WebDAV protocol. 
org.apache.jackrabbit.webdav.ordering Contains interfaces and classes used to cover the functionality defined by the RFC 3648: Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol
org.apache.jackrabbit.webdav.search Contains interfaces and classes used to cover the functionality defined by the Internet Draft WebDAV Search
org.apache.jackrabbit.webdav.transaction Contains interfaces and classes related to transaction locks. 
org.apache.jackrabbit.webdav.version Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV
org.apache.jackrabbit.webdav.version.report Report interface and inplementation for default reports defined by RFC 3253. 
 

Uses of DavException in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav with parameters of type DavException
 void DavServletResponse.sendError(DavException error)
          Send a response body given more detailed information about the error occured.
 void WebdavResponseImpl.sendError(DavException exception)
           
 

Methods in org.apache.jackrabbit.webdav that throw DavException
 void DavResource.setProperty(DavProperty property)
          Add/Set the specified property on this resource.
 void DavResource.removeProperty(DavPropertyName propertyName)
          Remove the specified property from this resource.
 MultiStatusResponse DavResource.alterProperties(DavPropertySet setProperties, DavPropertyNameSet removePropertyNames)
          Set/add the specified properties and remove the properties with the given names from this resource respectively.
 void DavResource.addMember(DavResource resource, InputContext inputCxt)
          Add the given resource as an internal member to this resource.
 void DavResource.addMember(DavResource resource)
          Add the given resource as an internal member to this resource.
 void DavResource.removeMember(DavResource member)
          Removes the specified member from this resource.
 void DavResource.move(DavResource destination)
          Move this DavResource to the given destination resource
 void DavResource.copy(DavResource destination, boolean shallow)
          Copy this DavResource to the given destination resource
 ActiveLock DavResource.lock(LockInfo reqLockInfo)
          Lock this webdav resource with the information retrieve from the request and return the resulting lockdiscovery object.
 ActiveLock DavResource.refreshLock(LockInfo reqLockInfo, String lockToken)
          Refresh an existing lock by resetting the timeout.
 void DavResource.unlock(String lockToken)
          Remove the lock indentified by the included lock token from this resource.
 DavResource DavResourceFactory.createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
          Create a DavResource object from the given locator, request and response objects.
 DavResource DavResourceFactory.createResource(DavResourceLocator locator, DavSession session)
          Create a new DavResource object from the given locator and session.
 boolean DavSessionProvider.attachSession(WebdavRequest request)
          Acquires a DavSession.
 

Uses of DavException in org.apache.jackrabbit.webdav.lock
 

Methods in org.apache.jackrabbit.webdav.lock that throw DavException
 ActiveLock LockManager.createLock(LockInfo lockInfo, DavResource resource)
          Create a new lock for the given resource.
 ActiveLock LockManager.refreshLock(LockInfo lockInfo, String lockToken, DavResource resource)
          Refresh the lock identified by the given lockToken and initially created on the specified resouce.
 void LockManager.releaseLock(String lockToken, DavResource resource)
          Release the lock identified by the given lockToken and initially created on the specified resouce.
 ActiveLock SimpleLockManager.createLock(LockInfo lockInfo, DavResource resource)
          Adds the lock for the given resource, replacing any existing lock.
 ActiveLock SimpleLockManager.refreshLock(LockInfo lockInfo, String lockToken, DavResource resource)
           
 void SimpleLockManager.releaseLock(String lockToken, DavResource resource)
          Remove the lock hold by the given resource.
 

Uses of DavException in org.apache.jackrabbit.webdav.observation
 

Methods in org.apache.jackrabbit.webdav.observation that throw DavException
 Subscription SubscriptionManager.subscribe(SubscriptionInfo info, String subscriptionId, ObservationResource resource)
          Create a new Subscription or update an existing Subscription..
 void SubscriptionManager.unsubscribe(String subscriptionId, ObservationResource resource)
          Unsubscribe the Subscription with the given id.
 EventDiscovery SubscriptionManager.poll(String subscriptionId, ObservationResource resource)
          Retrieve the list of events that occured since the last poll.
 Subscription ObservationResource.subscribe(SubscriptionInfo info, String subscriptionId)
          Subscribe this resource for event listening defined by the specified subscription info.
 void ObservationResource.unsubscribe(String subscriptionId)
          Unsubscribe the event listener with the given SubscriptionId.
 EventDiscovery ObservationResource.poll(String subscriptionId)
          Retrieve the list of events that where recorded for the event listener with the given SubscriptionId.
 

Uses of DavException in org.apache.jackrabbit.webdav.ordering
 

Methods in org.apache.jackrabbit.webdav.ordering that throw DavException
 void OrderingResource.orderMembers(OrderPatch orderPatch)
          Reorders the internal members of this resource according to the instructions present in the specified OrderPatch object.
 

Uses of DavException in org.apache.jackrabbit.webdav.search
 

Methods in org.apache.jackrabbit.webdav.search that throw DavException
 MultiStatus SearchResource.search(SearchInfo sInfo)
          Runs a search with the language and query defined in the SearchInfo object specified and returns a MultiStatus object listing the results.
 

Uses of DavException in org.apache.jackrabbit.webdav.transaction
 

Methods in org.apache.jackrabbit.webdav.transaction that throw DavException
 void TransactionResource.unlock(String lockToken, TransactionInfo info)
          Overloads the unlock method of the DavResource interface.
 void TxLockManager.releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)
          Release the lock identified by the given lock token.
 

Uses of DavException in org.apache.jackrabbit.webdav.version
 

Methods in org.apache.jackrabbit.webdav.version that throw DavException
 void VersionableResource.addVersionControl()
          Converts this versionable resource into a version-controlled resource.
 Report DeltaVResource.getReport(ReportInfo reportInfo)
          Runs the report specified by the given ReportInfo.
 void DeltaVResource.addWorkspace(DavResource workspace)
          Add a new member to this resource, that represents a workspace.
Please note that no resource must exist at the location of the new workspace.
 DavResource[] DeltaVResource.getReferenceResources(DavPropertyName hrefPropertyName)
          Returns an array of DavResource objects that are referenced by the HrefProperty with the specified name.
 void VersionResource.label(LabelInfo labelInfo)
          Modify the labels of this version resource.
 VersionHistoryResource VersionResource.getVersionHistory()
          Returns the VersionHistoryResource, that is referenced in the DAV:version-history property.
 VersionResource[] VersionHistoryResource.getVersions()
          Returns an array of VersionResources containing all versions that are a member of this resource.
 String VersionControlledResource.checkin()
          Perform a checkin on the version controlled resource.
 void VersionControlledResource.checkout()
          Perform a checkout on the version controlled resource.
 void VersionControlledResource.uncheckout()
          Perform an uncheckout on the version controlled resource.
 MultiStatus VersionControlledResource.update(UpdateInfo updateInfo)
          Perform an update on this resource using the specified UpdateInfo.
 MultiStatus VersionControlledResource.merge(MergeInfo mergeInfo)
          Perform a merge on this resource using the specified MergeInfo.
 void VersionControlledResource.label(LabelInfo labelInfo)
          Modify the labels of the version referenced by the DAV:checked-in property of this checked-in version-controlled resource.
 VersionHistoryResource VersionControlledResource.getVersionHistory()
          Returns the VersionHistoryResource, that is referenced in the 'version-history' property.
 

Uses of DavException in org.apache.jackrabbit.webdav.version.report
 

Methods in org.apache.jackrabbit.webdav.version.report that throw DavException
 org.jdom.Document ExpandPropertyReport.toXml()
          Run the report
 org.jdom.Document LocateByHistoryReport.toXml()
          Run the report.
 Report ReportType.createReport()
          Creates a new Report with this type.
 org.jdom.Document Report.toXml()
          Returns the report Xml document defined by the this ReportType.
 org.jdom.Document VersionTreeReport.toXml()
          Runs the DAV:version-tree report.
 



Copyright © 2005 . All Rights Reserved.