| 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 | 
| Modifier and Type | Method and 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 the
  
change list available from
 the import context. | 
Map<? extends PropEntry,?> | 
VersionHandler.importProperties(PropertyImportContext importContext,
                boolean isCollection)  | 
Map<? extends PropEntry,?> | 
VersionHistoryHandler.importProperties(PropertyImportContext importContext,
                boolean isCollection)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected PropertyImportContext | 
DavResourceImpl.getPropertyImportContext(List<? extends PropEntry> changeList)
Returns a new  
PropertyImportContext. | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.