boolean |
DefaultHandler.canImport(ImportContext context,
boolean isCollection) |
|
boolean |
DefaultHandler.canImport(ImportContext context,
DavResource resource) |
|
boolean |
DirListingExportHandler.canImport(ImportContext context,
boolean isFolder) |
Always returns false
|
boolean |
DirListingExportHandler.canImport(ImportContext context,
DavResource resource) |
Always returns false
|
boolean |
IOHandler.canImport(ImportContext context,
boolean isCollection) |
Returns true, if this handler can run a successful import based on the
specified context.
|
boolean |
IOHandler.canImport(ImportContext context,
DavResource resource) |
Returns true, if this handler can run a successful import based on
the specified context and resource.
|
boolean |
VersionHandler.canImport(ImportContext context,
boolean isCollection) |
|
boolean |
VersionHandler.canImport(ImportContext context,
DavResource resource) |
|
boolean |
VersionHistoryHandler.canImport(ImportContext context,
boolean isCollection) |
|
boolean |
VersionHistoryHandler.canImport(ImportContext context,
DavResource resource) |
|
boolean |
XmlHandler.canImport(ImportContext context,
boolean isCollection) |
|
boolean |
ZipHandler.canImport(ImportContext context,
boolean isCollection) |
|
protected Node |
DefaultHandler.getContentNode(ImportContext context,
boolean isCollection) |
Retrieves/creates the node that will be used to import properties and
data.
|
boolean |
DefaultHandler.importContent(ImportContext context,
boolean isCollection) |
|
boolean |
DefaultHandler.importContent(ImportContext context,
DavResource resource) |
|
boolean |
DirListingExportHandler.importContent(ImportContext context,
boolean isCollection) |
Does nothing and returns false
|
boolean |
DirListingExportHandler.importContent(ImportContext context,
DavResource resource) |
Does nothing and returns false
|
boolean |
IOHandler.importContent(ImportContext context,
boolean isCollection) |
Runs the import for the given context and indicates by a boolean return
value, if the import could be completed successfully.
|
boolean |
IOHandler.importContent(ImportContext context,
DavResource resource) |
Runs the import for the given context and resource.
|
boolean |
IOManager.importContent(ImportContext context,
boolean isCollection) |
Passes the specified context and boolean value to the IOHandlers present
on this manager.
|
boolean |
IOManager.importContent(ImportContext context,
DavResource resource) |
Passes the specified information to the IOHandlers present on this manager.
|
boolean |
IOManagerImpl.importContent(ImportContext context,
boolean isCollection) |
|
boolean |
IOManagerImpl.importContent(ImportContext context,
DavResource resource) |
|
boolean |
VersionHandler.importContent(ImportContext context,
boolean isCollection) |
|
boolean |
VersionHandler.importContent(ImportContext context,
DavResource resource) |
|
boolean |
VersionHistoryHandler.importContent(ImportContext context,
boolean isCollection) |
|
boolean |
VersionHistoryHandler.importContent(ImportContext context,
DavResource resource) |
|
protected boolean |
DefaultHandler.importData(ImportContext context,
boolean isCollection,
Node contentNode) |
Imports the data present on the import context to the specified content
node.
|
protected boolean |
XmlHandler.importData(ImportContext context,
boolean isCollection,
Node contentNode) |
|
protected boolean |
ZipHandler.importData(ImportContext context,
boolean isCollection,
Node contentNode) |
|
protected boolean |
DefaultHandler.importProperties(ImportContext context,
boolean isCollection,
Node contentNode) |
Imports the properties present on the specified context to the content
node.
|
protected boolean |
XmlHandler.importProperties(ImportContext context,
boolean isCollection,
Node contentNode) |
|