Package org.apache.jackrabbit.server.io
Interface PropertyImportContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends PropEntry>
getChangeList()
Returns a list of properties to be modified by a call toPropertyHandler.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 toPropertyHandler.importProperties(PropertyImportContext, boolean)
.- Returns:
- list of properties to be modified
-
-