| 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 org.apache.jackrabbit.webdav.property.PropEntry,?> |
PropertyManagerImpl.alterProperties(PropertyImportContext context,
boolean isCollection) |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
PropertyManager.alterProperties(PropertyImportContext importContext,
boolean isCollection) |
boolean |
VersionHistoryHandler.canImport(PropertyImportContext context,
boolean isCollection) |
boolean |
VersionHandler.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 |
DirListingExportHandler.canImport(PropertyImportContext context,
boolean isCollection) |
boolean |
DefaultHandler.canImport(PropertyImportContext context,
boolean isCollection) |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
VersionHistoryHandler.importProperties(PropertyImportContext importContext,
boolean isCollection) |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
VersionHandler.importProperties(PropertyImportContext importContext,
boolean isCollection) |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
PropertyHandler.importProperties(PropertyImportContext importContext,
boolean isCollection)
Imports, modifies or removes properties according the the
change list available from
the import context. |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
DirListingExportHandler.importProperties(PropertyImportContext importContext,
boolean isCollection) |
Map<? extends org.apache.jackrabbit.webdav.property.PropEntry,?> |
DefaultHandler.importProperties(PropertyImportContext importContext,
boolean isCollection) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyImportContext |
DavResourceImpl.getPropertyImportContext(List<? extends org.apache.jackrabbit.webdav.property.PropEntry> changeList)
Returns a new
PropertyImportContext. |
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.