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

Packages that use PropertyImportContext
org.apache.jackrabbit.server.io   
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 PropertyManager.alterProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map PropertyManagerImpl.alterProperties(PropertyImportContext context, boolean isCollection)
           
 boolean VersionHistoryHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 boolean VersionHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 boolean DirListingExportHandler.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.
 boolean DefaultHandler.canImport(PropertyImportContext context, boolean isCollection)
           
 Map VersionHistoryHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map VersionHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 Map DirListingExportHandler.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.
 Map DefaultHandler.importProperties(PropertyImportContext importContext, boolean isCollection)
           
 

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-2008 The Apache Software Foundation. All Rights Reserved.