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