Uses of Interface
org.apache.jackrabbit.webdav.property.PropEntry

Packages that use PropEntry
org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively. 
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.bind   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
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.simple   
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 PropEntry in org.apache.jackrabbit.server.io
 

Methods in org.apache.jackrabbit.server.io that return types with arguments of type PropEntry
 Map<? extends PropEntry,?> PropertyManagerImpl.alterProperties(PropertyImportContext context, boolean isCollection)
           
 Map<? extends PropEntry,?> PropertyManager.alterProperties(PropertyImportContext importContext, boolean isCollection)
           
 List<? extends PropEntry> PropertyImportContext.getChangeList()
          Returns a list of properties to be modified by a call to PropertyHandler.importProperties(PropertyImportContext, boolean).
 Map<? extends PropEntry,?> VersionHistoryHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map<? extends PropEntry,?> VersionHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map<? extends PropEntry,?> PropertyHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
          Imports, modifies or removes properties according the the change list available from the import context.
 Map<? extends PropEntry,?> DirListingExportHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map<? extends PropEntry,?> DefaultHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 

Uses of PropEntry in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return types with arguments of type PropEntry
 List<? extends PropEntry> WebdavRequestImpl.getPropPatchChangeList()
          Return a List of property change operations.
 List<? extends PropEntry> DavServletRequest.getPropPatchChangeList()
          Return a List of property change operations.
 

Method parameters in org.apache.jackrabbit.webdav with type arguments of type PropEntry
 MultiStatusResponse DavResource.alterProperties(List<? extends PropEntry> changeList)
          Set/add and remove the specified properties from this resource.
 

Uses of PropEntry in org.apache.jackrabbit.webdav.bind
 

Classes in org.apache.jackrabbit.webdav.bind that implement PropEntry
 class ParentSet
          ParentSet represents a DAV:parent-set property.
 

Uses of PropEntry in org.apache.jackrabbit.webdav.client.methods
 

Constructor parameters in org.apache.jackrabbit.webdav.client.methods with type arguments of type PropEntry
PropPatchMethod(String uri, List<? extends PropEntry> changeList)
           
 

Uses of PropEntry in org.apache.jackrabbit.webdav.jcr
 

Method parameters in org.apache.jackrabbit.webdav.jcr with type arguments of type PropEntry
 MultiStatusResponse WorkspaceResourceImpl.alterProperties(List<? extends PropEntry> changeList)
          Handles an attempt to set ItemResourceConstants.JCR_NAMESPACES and forwards any other set or remove requests to the super class.
 MultiStatusResponse VersionControlledItemCollection.alterProperties(List<? extends PropEntry> changeList)
           
 MultiStatusResponse DefaultItemResource.alterProperties(List<? extends PropEntry> changeList)
          Loops over the given List and alters the properties accordingly.
 MultiStatusResponse DefaultItemCollection.alterProperties(List<? extends PropEntry> changeList)
          Loops over the given Lists and alters the properties accordingly.
 

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

Classes in org.apache.jackrabbit.webdav.jcr.nodetype that implement PropEntry
 class NodeTypeProperty
          NodeTypeProperty...
 

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

Classes in org.apache.jackrabbit.webdav.jcr.property that implement PropEntry
 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 PropEntry in org.apache.jackrabbit.webdav.jcr.search
 

Classes in org.apache.jackrabbit.webdav.jcr.search that implement PropEntry
 class SearchResultProperty
          SearchResultProperty...
 

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

Classes in org.apache.jackrabbit.webdav.lock that implement PropEntry
 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 PropEntry in org.apache.jackrabbit.webdav.observation
 

Classes in org.apache.jackrabbit.webdav.observation that implement PropEntry
 class SubscriptionDiscovery
          SubscriptionDiscovery encapsulates the 'subscriptiondiscovery' property of a webdav resource.
 

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

Classes in org.apache.jackrabbit.webdav.ordering that implement PropEntry
 class OrderingType
          OrderingType represents the DAV:ordering-type property as defined by RFC 3648.
 

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

Subinterfaces of PropEntry in org.apache.jackrabbit.webdav.property
 interface DavProperty<T>
          The Property class represents a Property of a WebDAV resource.
 

Classes in org.apache.jackrabbit.webdav.property that implement PropEntry
 class AbstractDavProperty<T>
          AbstractDavProperty provides generic METHODS used by various implementations of the DavProperty interface.
 class DavPropertyName
          The DavPropertyName class reflects a Webdav property name.
 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.
 

Methods in org.apache.jackrabbit.webdav.property that return types with arguments of type PropEntry
abstract  Collection<? extends PropEntry> PropContainer.getContent()
          Returns the collection that contains all the content elements of this PropContainer.
 Collection<? extends PropEntry> DavPropertySet.getContent()
           
 

Methods in org.apache.jackrabbit.webdav.property with parameters of type PropEntry
abstract  boolean PropContainer.addContent(PropEntry contentEntry)
          Tries to add the specified entry to the PropContainer and returns a boolean indicating whether the content could be added to the internal set/map.
 boolean DavPropertySet.addContent(PropEntry contentEntry)
           
 boolean DavPropertyNameSet.addContent(PropEntry contentEntry)
           
 

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

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

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

Classes in org.apache.jackrabbit.webdav.security that implement PropEntry
 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 PropEntry in org.apache.jackrabbit.webdav.simple
 

Method parameters in org.apache.jackrabbit.webdav.simple with type arguments of type PropEntry
 MultiStatusResponse VersionResourceImpl.alterProperties(List<? extends PropEntry> changeList)
          Version storage is read-only -> fails with 403.
 MultiStatusResponse VersionHistoryResourceImpl.alterProperties(List<? extends PropEntry> changeList)
          Version storage is read-only -> fails with 403.
 MultiStatusResponse DavResourceImpl.alterProperties(List<? extends PropEntry> changeList)
           
protected  PropertyImportContext DavResourceImpl.getPropertyImportContext(List<? extends PropEntry> changeList)
          Returns a new PropertyImportContext.
 

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

Classes in org.apache.jackrabbit.webdav.version that implement PropEntry
 class LabelSetProperty
          LabelSetProperty...
 class SupportedMethodSetProperty
          The SupportedMethodSetProperty
 

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

Classes in org.apache.jackrabbit.webdav.version.report that implement PropEntry
 class SupportedReportSetProperty
          SupportedReportSetProperty represents the DAV:supported-report-set property defined by RFC 3253.
 



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