Uses of Class
org.apache.jackrabbit.webdav.property.AbstractDavProperty

Packages that use AbstractDavProperty
org.apache.jackrabbit.webdav.bind   
org.apache.jackrabbit.webdav.jcr.nodetype   
org.apache.jackrabbit.webdav.jcr.property   
org.apache.jackrabbit.webdav.jcr.search   
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.property Interfaces and classes related to WebDAV properties. 
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.security   
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 AbstractDavProperty in org.apache.jackrabbit.webdav.bind
 

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.bind
 class ParentSet
          ParentSet represents a DAV:parent-set property.
 

Uses of AbstractDavProperty in org.apache.jackrabbit.webdav.jcr.nodetype
 

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.jcr.nodetype
 class NodeTypeProperty
          NodeTypeProperty...
 

Uses of AbstractDavProperty in org.apache.jackrabbit.webdav.jcr.property
 

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.jcr.property
 class LengthsProperty
          LengthsProperty extends DavProperty providing utilities to handle the multiple lengths of the property item represented by this resource.
 class NamespacesProperty
          NamespacesProperty...
 class ValuesProperty
          ValuesProperty implements DavProperty providing utilities to handle the value(s) of a JCR property item resource.
 

Uses of AbstractDavProperty in org.apache.jackrabbit.webdav.jcr.search
 

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.jcr.search
 class SearchResultProperty
          SearchResultProperty...
 

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

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.lock
 class LockDiscovery
          The LockDiscovery class encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.
 class SupportedLock
          The SupportedLock class encapsulates the lock capabilties of a resource.
 

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

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.observation
 class SubscriptionDiscovery
          SubscriptionDiscovery encapsulates the 'subscriptiondiscovery' property of a webdav resource.
 

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

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.ordering
 class OrderingType
          OrderingType represents the DAV:ordering-type property as defined by RFC 3648.
 

Uses of AbstractDavProperty in org.apache.jackrabbit.webdav.property
 

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.property
 class DefaultDavProperty<T>
          DefaultDavProperty...
 class HrefProperty
          HrefProperty is an extension to the common DavProperty.
 class ResourceType
          The ResourceType class represents the webdav resource type property.
 

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

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.search
 class QueryGrammerSet
          QueryGrammerSet is a DavProperty that encapsulates the 'supported-query-grammer-set' as defined by the Webdav SEARCH internet draft.
 

Uses of AbstractDavProperty in org.apache.jackrabbit.webdav.security
 

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.security
 class AclProperty
          AclProperty defines a protected property that specifies the list of access control entries (ACEs).
 class AclRestrictionsProperty
          AclRestrictionsProperty as defined by RFC 3744 Section 5.6.
 class CurrentUserPrivilegeSetProperty
          CurrentUserPrivilegeSetProperty...
 class SupportedPrivilegeSetProperty
          SupportedPrivilegeSetProperty defines the SecurityConstants.SUPPORTED_PRIVILEGE_SET property, used to identify the privileges defined for the resource.
 

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

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.version
 class LabelSetProperty
          LabelSetProperty...
 class SupportedMethodSetProperty
          The SupportedMethodSetProperty
 

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

Subclasses of AbstractDavProperty in org.apache.jackrabbit.webdav.version.report
 class SupportedReportSetProperty
          SupportedReportSetProperty represents the DAV:supported-report-set property defined by RFC 3253.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.