org.apache.jackrabbit.server.io
Interface PropertyManager
- All Known Implementing Classes:
- PropertyManagerImpl
public interface PropertyManager
PropertyManager...
exportProperties
boolean exportProperties(PropertyExportContext exportContext,
boolean isCollection)
throws RepositoryException
- Parameters:
exportContext - isCollection -
- Returns:
-
- Throws:
RepositoryException
alterProperties
Map alterProperties(PropertyImportContext importContext,
boolean isCollection)
throws RepositoryException
- Parameters:
importContext - isCollection -
- Returns:
-
- Throws:
RepositoryException
addPropertyHandler
void addPropertyHandler(PropertyHandler propertyHandler)
- Parameters:
propertyHandler -
getPropertyHandlers
PropertyHandler[] getPropertyHandlers()
- Returns:
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.