Uses of Interface
org.apache.jackrabbit.server.io.PropertyImportContext

Packages that use PropertyImportContext
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.simple   
 

Uses of PropertyImportContext in org.apache.jackrabbit.server.io
 

Methods in org.apache.jackrabbit.server.io with parameters of type PropertyImportContext
 Map PropertyManagerImpl.alterProperties(PropertyImportContext context, boolean isCollection)
           
 Map PropertyManager.alterProperties(PropertyImportContext importContext, boolean isCollection)
           
 boolean VersionHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 boolean DefaultHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 boolean DirListingExportHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 boolean VersionHistoryHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 boolean PropertyHandler.canImport(PropertyImportContext context, boolean isCollection)
          Returns true, if this handler can run a property import based on the specified context.
 Map VersionHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map DefaultHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map DirListingExportHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map VersionHistoryHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map PropertyHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
          Imports, modifies or removes properties according the the change list available from the import context.
 

Uses of PropertyImportContext in org.apache.jackrabbit.webdav.simple
 

Methods in org.apache.jackrabbit.webdav.simple that return PropertyImportContext
protected  PropertyImportContext DavResourceImpl.getPropertyImportContext(List changeList)
          Returns a new PropertyImportContext.
 



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