C I O

C

ContentImporter - Interface in org.apache.sling.jcr.contentloader
The ContentImporter service
ContentImportListener - Interface in org.apache.sling.jcr.contentloader
Listener interface to provide callbacks for all imported updates for interested parties.

I

importContent(Node, String, InputStream, ImportOptions, ContentImportListener) - Method in interface org.apache.sling.jcr.contentloader.ContentImporter
Import content into the repository by parsing the provided content stream.
ImportOptions - Class in org.apache.sling.jcr.contentloader
Encapsulates the options for the content import.
ImportOptions() - Constructor for class org.apache.sling.jcr.contentloader.ImportOptions
 
isCheckin() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Specifies whether versionable nodes is automatically checked in at the end of the import operation.
isIgnoredImportProvider(String) - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Check if the import provider for the given file extension should be ignored.
isOverwrite() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Specifies whether imported nodes should overwrite existing nodes.
isPropertyOverwrite() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Specifies whether imported properties should overwrite existing properties.

O

onCopy(String, String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
An Item has been copied to a new location.
onCreate(String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
A Node has been created.
onDelete(String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
An Item has been deleted.
onModify(String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
Content has been updated.
onMove(String, String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
An Item has been moved to a new location.
onReorder(String, String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
A child Node has been reordered.
org.apache.sling.jcr.contentloader - package org.apache.sling.jcr.contentloader
 

C I O

Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.