Uses of Interface
org.apache.jackrabbit.server.io.PropertyImportContext
-
Packages that use PropertyImportContext Package Description org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively.org.apache.jackrabbit.webdav.simple -
-
Uses of PropertyImportContext in org.apache.jackrabbit.server.io
Methods in org.apache.jackrabbit.server.io with parameters of type PropertyImportContext Modifier and Type Method Description Map<? extends PropEntry,?>
PropertyManager. alterProperties(PropertyImportContext importContext, boolean isCollection)
Map<? extends PropEntry,?>
PropertyManagerImpl. alterProperties(PropertyImportContext context, boolean isCollection)
boolean
DefaultHandler. canImport(PropertyImportContext context, boolean isCollection)
boolean
DirListingExportHandler. canImport(PropertyImportContext context, boolean isCollection)
boolean
PropertyHandler. canImport(PropertyImportContext context, boolean isCollection)
Returns true, if this handler can run a property import based on the specified context.boolean
VersionHandler. canImport(PropertyImportContext context, boolean isCollection)
boolean
VersionHistoryHandler. canImport(PropertyImportContext context, boolean isCollection)
Map<? extends PropEntry,?>
DefaultHandler. importProperties(PropertyImportContext importContext, boolean isCollection)
Map<? extends PropEntry,?>
DirListingExportHandler. importProperties(PropertyImportContext importContext, boolean isCollection)
Map<? extends PropEntry,?>
PropertyHandler. importProperties(PropertyImportContext importContext, boolean isCollection)
Imports, modifies or removes properties according the thechange list
available from the import context.Map<? extends PropEntry,?>
VersionHandler. importProperties(PropertyImportContext importContext, boolean isCollection)
Map<? extends PropEntry,?>
VersionHistoryHandler. importProperties(PropertyImportContext importContext, boolean isCollection)
-
Uses of PropertyImportContext in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return PropertyImportContext Modifier and Type Method Description protected PropertyImportContext
DavResourceImpl. getPropertyImportContext(List<? extends PropEntry> changeList)
Returns a newPropertyImportContext
.
-