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