Package org.apache.jackrabbit.server.io
Interface PropertyManager
-
- All Known Implementing Classes:
PropertyManagerImpl
public interface PropertyManagerPropertyManager...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPropertyHandler(PropertyHandler propertyHandler)Map<? extends PropEntry,?>alterProperties(PropertyImportContext importContext, boolean isCollection)booleanexportProperties(PropertyExportContext exportContext, boolean isCollection)PropertyHandler[]getPropertyHandlers()
-
-
-
Method Detail
-
exportProperties
boolean exportProperties(PropertyExportContext exportContext, boolean isCollection) throws RepositoryException
- Throws:
RepositoryException
-
alterProperties
Map<? extends PropEntry,?> alterProperties(PropertyImportContext importContext, boolean isCollection) throws RepositoryException
- Throws:
RepositoryException
-
addPropertyHandler
void addPropertyHandler(PropertyHandler propertyHandler)
-
getPropertyHandlers
PropertyHandler[] getPropertyHandlers()
-
-