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

Packages that use DavPropertyName
org.apache.jackrabbit.webdav   
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.version Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV
 

Uses of DavPropertyName in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return DavPropertyName
 DavPropertyName[] DavResource.getPropertyNames()
          Returns an array of all property names available on this resource.
 

Methods in org.apache.jackrabbit.webdav with parameters of type DavPropertyName
 DavProperty DavResource.getProperty(DavPropertyName name)
          Return the webdav property with the specified name.
 void DavResource.removeProperty(DavPropertyName propertyName)
          Remove the specified property from this resource.
 void MultiStatusResponse.add(DavPropertyName propertyName)
          Adds a property name to this response '200' propstat set.
 void MultiStatusResponse.add(DavPropertyName propertyName, int status)
          Adds a property name to this response
 

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

Fields in org.apache.jackrabbit.webdav.observation declared as DavPropertyName
static DavPropertyName ObservationConstants.SUBSCRIPTIONDISCOVERY
          The protected subscription discovery property is used to find out about existing subscriptions present on the specified resource.
 

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

Fields in org.apache.jackrabbit.webdav.ordering declared as DavPropertyName
static DavPropertyName OrderingConstants.ORDERING_TYPE
          The DAV:ordering-type property indicates whether the collection is ordered and, if so, uniquely identifies the semantics of the ordering.
static DavPropertyName OrderingConstants.SUPPORTED_METHOD_SET
          Required live property for resources that honor the 'ordered-collections' compliance class defined by RFC 3648.
The supported-method-set property has been introduced with RFC 3253.
static DavPropertyName OrderingConstants.SUPPORTED_LIVE_PROPERTY_SET
          Required live property for resources that honor the 'ordered-collections' compliance class defined by RFC 3648.
The supported-live-property-set property has been introduced with RFC 3253.
 

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

Fields in org.apache.jackrabbit.webdav.property declared as DavPropertyName
static DavPropertyName DavPropertyName.CREATIONDATE
           
static DavPropertyName DavPropertyName.DISPLAYNAME
           
static DavPropertyName DavPropertyName.GETCONTENTLANGUAGE
           
static DavPropertyName DavPropertyName.GETCONTENTLENGTH
           
static DavPropertyName DavPropertyName.GETCONTENTTYPE
           
static DavPropertyName DavPropertyName.GETETAG
           
static DavPropertyName DavPropertyName.GETLASTMODIFIED
           
static DavPropertyName DavPropertyName.LOCKDISCOVERY
           
static DavPropertyName DavPropertyName.RESOURCETYPE
           
static DavPropertyName DavPropertyName.SOURCE
           
static DavPropertyName DavPropertyName.SUPPORTEDLOCK
           
static DavPropertyName DavPropertyName.ISCOLLECTION
           
 

Methods in org.apache.jackrabbit.webdav.property that return DavPropertyName
 DavPropertyName DavPropertyNameIterator.nextPropertyName()
           
 DavPropertyName[] DavPropertySet.getPropertyNames()
          Return the names of all properties present in this set.
 DavPropertyName DavProperty.getName()
          Returns the name of this property
static DavPropertyName DavPropertyName.create(String name, Namespace namespace)
          Creates a new DavPropertyName with the given name and Namespace.
static DavPropertyName DavPropertyName.create(String name)
          Creates a new DavPropertyName with the given local name and the default WebDAV namespace.
static DavPropertyName DavPropertyName.createFromXml(Element nameElement)
          Create a new DavPropertyName with the name and namespace of the given Xml element.
 DavPropertyName AbstractDavProperty.getName()
          Returns the name of this property.
 

Methods in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyName
abstract  boolean PropContainer.contains(DavPropertyName name)
          Returns true if this PropContainer contains a content element that matches the given DavPropertyName.
 DavProperty DavPropertySet.get(DavPropertyName name)
          Retrieves the property with the specified name
 DavProperty DavPropertySet.remove(DavPropertyName name)
          Removes the indicated property from this set.
 boolean DavPropertySet.contains(DavPropertyName name)
          Checks if this set contains the property with the specified name.
 boolean DavPropertyNameSet.add(DavPropertyName propertyName)
          Adds the specified DavPropertyName object to this set if it is not already present.
 boolean DavPropertyNameSet.remove(DavPropertyName propertyName)
          Removes the specified DavPropertyName object from this set.
 boolean DavPropertyNameSet.contains(DavPropertyName name)
           
 

Constructors in org.apache.jackrabbit.webdav.property with parameters of type DavPropertyName
DefaultDavProperty(DavPropertyName name, Object value, boolean isProtected)
          Creates a new WebDAV property with the given DavPropertyName and value.
DefaultDavProperty(DavPropertyName name, Object value)
          Creates a new non- protected WebDAV property with the given DavPropertyName and value.
HrefProperty(DavPropertyName name, String value, boolean isProtected)
          Creates a new WebDAV property with the given DavPropertyName
HrefProperty(DavPropertyName name, String[] value, boolean isProtected)
          Creates a new WebDAV property with the given DavPropertyName
AbstractDavProperty(DavPropertyName name, boolean isProtected)
          Create a new AbstractDavProperty with the given DavPropertyName and a boolean flag indicating whether this property is protected.
 

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

Fields in org.apache.jackrabbit.webdav.search declared as DavPropertyName
static DavPropertyName SearchConstants.QUERY_GRAMMER_SET
          Property indicating the set of query languages the given resource is able deal with.
 

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

Fields in org.apache.jackrabbit.webdav.version declared as DavPropertyName
static DavPropertyName VersionResource.LABEL_NAME_SET
          Required protected property 'DAV:label-name-set' for a version of a webdav resource introduced with the 'LabelInfo' feature.
static DavPropertyName VersionResource.PREDECESSOR_SET
          The protected DAV:predecessor property identifies each predecessor of this version.
static DavPropertyName VersionResource.SUCCESSOR_SET
          The computed property DAV:successor-set identifies each version whose DAV:predecessor-set identifies this version.
The property is defined to have the following format:
static DavPropertyName VersionResource.CHECKOUT_SET
          The computed property DAV:checkout-set identifies each checked-out resource whose DAV:checked-out property identifies this version.
The property is defined to have the following format:
static DavPropertyName VersionResource.VERSION_NAME
          The protected property DAV:version-name defines a human readable id for this version.
static DavPropertyName VersionResource.VERSION_HISTORY
          The computed property DAV:version-history identifies the version history that contains this version.
The property is defined to have the following format:
static DavPropertyName VersionResource.CHECKOUT_FORK
          This property controls the behavior of CHECKOUT when a version already is checked out or has a successor.
static DavPropertyName VersionResource.CHECKIN_FORK
          This property controls the behavior of CHECKIN when a version already has a successor.
static DavPropertyName VersionControlledResource.AUTO_VERSION
          The DAV:auto-version property determines how it responds to a method that attempts to modify its content or dead properties.
static DavPropertyName VersionControlledResource.VERSION_HISTORY
          The computed property DAV:version-history identifies the version history resource for the DAV:checked-in or DAV:checked-out version of this version-controlled resource.
The property is defined to have the following format:
static DavPropertyName VersionControlledResource.CHECKED_IN
          The DAV:checked-in property appears on a checked-in version-controlled resource, and identifies the base version of this version-controlled resource.
static DavPropertyName VersionControlledResource.CHECKED_OUT
          The DAV:checked-out property identifies the base version of this resource.
static DavPropertyName VersionControlledResource.PREDECESSOR_SET
          The DAV:predecessor-set property of a version-controlled resource points to those version resources, that are scheduled to become the predecessors of this resource when it is back checked-in.
static DavPropertyName VersionControlledResource.CHECKIN_FORK
          This property determines the DAV:checkin-fork property of the version that results from checking in this resource.
static DavPropertyName VersionControlledResource.CHECKOUT_FORK
          This property determines the DAV:checkout-fork property of the version that results from checking in this resource.
static DavPropertyName VersionControlledResource.MERGE_SET
          This property identifies each version that is to be merged into this checked-out resource.
static DavPropertyName VersionControlledResource.AUTO_MERGE_SET
          The DAV:auto-merge-set property identifies each version that the server has merged into this checked-out resource.
static DavPropertyName VersionHistoryResource.ROOT_VERSION
          Computed (protected) property identifying the root version of this version history.
static DavPropertyName VersionHistoryResource.VERSION_SET
          The protected property DAV:version-set identifies each version of this version history.
static DavPropertyName DeltaVConstants.COMMENT
          The "DAV:comment" property is used to track a brief comment about a resource that is suitable for presentation to a user.
static DavPropertyName DeltaVConstants.CREATOR_DISPLAYNAME
          The "DAV:creator-displayname" property contains a description of the creator of the resource that is suitable for presentation to a user.
static DavPropertyName DeltaVConstants.SUPPORTED_METHOD_SET
          Required protected live property for any resources being complient with RFC 3253.
static DavPropertyName DeltaVConstants.SUPPORTED_LIVE_PROPERTY_SET
          Required protected live property for any resources being complient with RFC 3253.
static DavPropertyName DeltaVConstants.SUPPORTED_REPORT_SET
          Protected "supported-report-set" property identifies the reports that are supported by the resource.
static DavPropertyName DeltaVConstants.WORKSPACE
          Protected "workspace" property indicating the workspace of a resource.
 

Methods in org.apache.jackrabbit.webdav.version with parameters of type DavPropertyName
 DavResource[] DeltaVResource.getReferenceResources(DavPropertyName hrefPropertyName)
          Returns an array of DavResource objects that are referenced by the HrefProperty with the specified name.
 



Copyright © 2005-2006 . All Rights Reserved.