public interface PropertyManager
PropertyManager...| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyHandler(PropertyHandler propertyHandler) |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
alterProperties(PropertyImportContext importContext,
boolean isCollection) |
boolean |
exportProperties(PropertyExportContext exportContext,
boolean isCollection) |
PropertyHandler[] |
getPropertyHandlers() |
boolean exportProperties(PropertyExportContext exportContext, boolean isCollection) throws RepositoryException
exportContext - isCollection - RepositoryExceptionMap<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> alterProperties(PropertyImportContext importContext, boolean isCollection) throws RepositoryException
importContext - isCollection - RepositoryExceptionvoid addPropertyHandler(PropertyHandler propertyHandler)
propertyHandler - PropertyHandler[] getPropertyHandlers()
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.