org.apache.jackrabbit.server.io
Interface PropertyImportContext

All Superinterfaces:
IOContext

public interface PropertyImportContext
extends IOContext

PropertyImportContext...


Method Summary
 List<? extends PropEntry> getChangeList()
          Returns a list of properties to be modified by a call to PropertyHandler.importProperties(PropertyImportContext, boolean).
 Item getImportRoot()
          Returns the import root for the properties to be altered.
 
Methods inherited from interface org.apache.jackrabbit.server.io.IOContext
getIOListener, hasStream, informCompleted, isCompleted
 

Method Detail

getImportRoot

Item getImportRoot()
Returns the import root for the properties to be altered. Note, that a particular implementation may still apply the modifications to child items at any depth as long as property import is consistent with the corresponding export.

Returns:
the import root of the resource to import.

getChangeList

List<? extends PropEntry> getChangeList()
Returns a list of properties to be modified by a call to PropertyHandler.importProperties(PropertyImportContext, boolean).

Returns:
list of properties to be modified


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