Skip navigation links
A B C D E F G H I J M N O P R S T U V W X Z 

A

activate(BundleContext) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Activates this component, called by SCR before registering as a service
activate() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader
 
addMixinType(String) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 
addValue(String) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 
AttributeMap() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.AttributeMap
 
AUTOCHECKOUT_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The autoCheckout directive specifying whether versionable nodes should be checked out when necessary

B

BaseImportLoader - Class in org.apache.sling.jcr.contentloader.internal
Base class that takes care of the details that are common to bundle content loader and the POST operation "import" loader.
BaseImportLoader() - Constructor for class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
BaseImportLoader(ContentReaderWhiteboard) - Constructor for class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
bindContentReader(ContentReader, Map<String, Object>) - Method in class org.apache.sling.jcr.contentloader.internal.ContentReaderWhiteboard
 
bindContentReaderWhiteboard(ContentReaderWhiteboard) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentImporter
 
BUNDLE_CONTENT_NODE - Static variable in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
bundleChanged(BundleEvent) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Loads and unloads any content provided by the bundle whose state changed.
BundleContentLoader - Class in org.apache.sling.jcr.contentloader.internal
The BundleContentLoader loads initial content from the bundle.
BundleContentLoader(BundleHelper, ContentReaderWhiteboard) - Constructor for class org.apache.sling.jcr.contentloader.internal.BundleContentLoader
 
BundleContentLoader.Descriptor - Class in org.apache.sling.jcr.contentloader.internal
 
BundleHelper - Interface in org.apache.sling.jcr.contentloader.internal
 

C

CHECKIN_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The checkin directive specifying whether versionable nodes should be checked in
checkoutIfNecessary(Node) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Checkout the node if needed
clear() - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Clear the content loader.
clear() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
CONTENT_HEADER - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The manifest header to specify initial content to be loaded.
ContentCreator - Interface in org.apache.sling.jcr.contentloader
The ContentCreator is used by the ContentReader to create the actual content.
ContentHelper - Interface in org.apache.sling.jcr.contentloader.internal
Interface to provide helpers for the ContentCreator
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.
contentIsUninstalled(Session, Bundle) - Method in interface org.apache.sling.jcr.contentloader.internal.BundleHelper
 
contentIsUninstalled(Session, Bundle) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
ContentLoaderService - Class in org.apache.sling.jcr.contentloader.internal
The ContentLoaderService is the service providing the following functionality: Bundle listener to load and unload initial content.
ContentLoaderService() - Constructor for class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
ContentReader - Interface in org.apache.sling.jcr.contentloader
The ContentReader
contentReader - Variable in class org.apache.sling.jcr.contentloader.internal.BundleContentLoader.Descriptor
 
contentReaderWhiteboard - Variable in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
ContentReaderWhiteboard - Class in org.apache.sling.jcr.contentloader.internal
 
ContentReaderWhiteboard() - Constructor for class org.apache.sling.jcr.contentloader.internal.ContentReaderWhiteboard
 
ContentTypeUtil - Class in org.apache.sling.jcr.contentloader
 
ContentTypeUtil() - Constructor for class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
create(ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
create(XmlReader.NodeDescription, ContentCreator) - Static method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 
create(XmlReader.PropertyDescription, ContentCreator) - Static method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 
createAce(String, String[], String[], String) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Creates an Access Control Entry for the current node for the specified principal and privileges.
createAce(String, String[], String[], String, Map<String, Value>, Map<String, Value[]>, Set<String>) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Creates an Access Control Entry for the current node for the specified principal and privileges.
createAce(String, String[], String[], String) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createAce(String, String[], String[], String, Map<String, Value>, Map<String, Value[]>, Set<String>) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createFileAndResourceNode(String, InputStream, String, long) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Create a file and a resource node.
createFileAndResourceNode(String, InputStream, String, long) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createGroup(String, String[], Map<String, Object>) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Create a Group in the jackrabbit UserManager
createGroup(String, String[], Map<String, Object>) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createNode(String, String, String[]) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Create a new node.
createNode(String, String, String[]) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createNode(String, JsonObject, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
createPrincipals(Object, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
Create or update one or more user and/or groups { "security:principals" : [ { "name":"owner", "isgroup":"true", "members":[], "dynamic":"true" } ], }
createProperty(String, int, String) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Create a new property to the current node.
createProperty(String, int, String[]) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Create a new multi value property to the current node.
createProperty(String, Object) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Add a new property to the current node.
createProperty(String, Object[]) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Add a new multi value property to the current node.
createProperty(String, int, String) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createProperty(String, int, String[]) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createProperty(String, Object) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createProperty(String, Object[]) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createProperty(String, Object, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
createRepositoryPath(Session, String) - Method in interface org.apache.sling.jcr.contentloader.internal.BundleHelper
 
createRepositoryPath(Session, String) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
createUser(String, String, Map<String, Object>) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Create a User in the jackrabbit UserManager
createUser(String, String, Map<String, Object>) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
createValue(ValueFactory, Object) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 

D

DATE_FORMAT - Static variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
deactivate(BundleContext) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Deactivates this component, called by SCR to take out of service
DefaultContentCreator - Class in org.apache.sling.jcr.contentloader.internal
The ContentLoader creates the nodes and properties.
DefaultContentCreator(ContentHelper) - Constructor for class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Constructor.
DefaultContentImporter - Class in org.apache.sling.jcr.contentloader.internal
The DefaultContentImporter is the default implementation of the ContentImporter service providing the following functionality: Import content into the content repository.
DefaultContentImporter() - Constructor for class org.apache.sling.jcr.contentloader.internal.DefaultContentImporter
 
Descriptor() - Constructor for class org.apache.sling.jcr.contentloader.internal.BundleContentLoader.Descriptor
 
detectContentType(String) - Static method in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
digest(String, byte[]) - Static method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Digest the plain string using the given algorithm.
dispose() - Method in class org.apache.sling.jcr.contentloader.internal.BundleContentLoader
 

E

EXT_JAR - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
EXT_JCR_XML - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
EXT_JCR_XML - Static variable in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
EXT_JSON - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
EXT_XML - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
EXT_ZIP - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 

F

FileDescription() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
findVersionableAncestor(Node) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Find an ancestor that is versionable
finishNode() - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Indicates that a node is finished.
finishNode() - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 

G

getBundleContentInfo(Session, Bundle, boolean) - Method in interface org.apache.sling.jcr.contentloader.internal.BundleHelper
 
getBundleContentInfo(Session, Bundle, boolean) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Return the bundle content info and make an exclusive lock.
getContentPaths(Bundle) - Static method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
getContentReader(String, PathEntry) - Method in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
Return the content reader for the name
getContentReader(String, ImportOptions) - Method in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
getContentReaderExtension(String) - Method in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
Get the extension of the file name.
getContentReaders() - Method in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
getContentReaders() - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Get all active content readers.
getCreatedRootNode() - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Get the created root node.
getDefaultExtension(String) - Static method in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
getInstance() - Static method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.AttributeMap
 
getLastModified() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
getLastModified() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
getMimeType(String) - Method in interface org.apache.sling.jcr.contentloader.internal.ContentHelper
Returns the MIME type from the MimeTypeService for the given name
getMimeType(String) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Returns the MIME type from the MimeTypeService for the given name
getMimeType(String) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentImporter
 
getMimeType() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
getParent() - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Gets the current parent Node
getParent() - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 
getPath() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
getReadersByExtension() - Method in class org.apache.sling.jcr.contentloader.internal.ContentReaderWhiteboard
 
getReadersByType() - Method in class org.apache.sling.jcr.contentloader.internal.ContentReaderWhiteboard
 
getRepository() - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Returns the JCR repository used by this service.
getSession() - Method in interface org.apache.sling.jcr.contentloader.internal.BundleHelper
 
getSession(String) - Method in interface org.apache.sling.jcr.contentloader.internal.BundleHelper
 
getSession() - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Returns an administrative session to the default workspace.
getSession(String) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Returns an administrative session for the named workspace.
getTarget() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
getUrl() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
getVersionables() - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Get the list of versionable nodes.
getWorkspace() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 

H

handleSecurity(String, Object, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
hashPath(String) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 

I

IGNORE_CONTENT_READERS_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The ignore content readers directive specifying whether the available ContentReaders should be used during content loading.
ignoredNames - Static variable in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
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.
importContent(Node, String, String, InputStream, ImportOptions, ContentImportListener) - Method in interface org.apache.sling.jcr.contentloader.ContentImporter
Import content into the repository by parsing the provided content stream.
importContent(Node, String, InputStream, ImportOptions, ContentImportListener) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentImporter
 
importContent(Node, String, String, InputStream, ImportOptions, ContentImportListener) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentImporter
 
importJcrXml(Node, String, InputStream, boolean) - Method in class org.apache.sling.jcr.contentloader.internal.JcrXmlImporter
Import the XML file as JCR system or document view import.
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
 
init(ImportOptions, Map<String, ContentReader>, List<String>, ContentImportListener) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Initialize this component.
isAutoCheckout() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Specifies whether versionable nodes is automatically checked out when necessary.
isAutoCheckout() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
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.
isCheckin() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
isIgnoredImportProvider(String) - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Check if the content reader for the given file extension should be ignored.
isIgnoredImportProvider(String) - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
isMultiValue - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 
isOverwrite() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Specifies whether imported nodes should overwrite existing nodes.
isOverwrite() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
isPropertyOverwrite() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
Specifies whether imported properties should overwrite existing properties.
isPropertyOverwrite() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
isUninstall() - Method in class org.apache.sling.jcr.contentloader.internal.PathEntry
 
isVersionable(Node) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 

J

JcrXmlImporter - Class in org.apache.sling.jcr.contentloader.internal
 
JcrXmlImporter() - Constructor for class org.apache.sling.jcr.contentloader.internal.JcrXmlImporter
 
JsonReader - Class in org.apache.sling.jcr.contentloader.internal.readers
The JsonReader Parses a Json document on content load and creates the corresponding node structure with properties.
JsonReader() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 

M

mixinTypes - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 

N

name - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 
name - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 
NodeDescription() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 

O

onCheckin(String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
A versionable Node has been checked in.
onCheckout(String) - Method in interface org.apache.sling.jcr.contentloader.ContentImportListener
A versionable Node has been checked out.
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.
OrderedJsonReader - Class in org.apache.sling.jcr.contentloader.internal.readers
Specific JsonReader, OrderedJsonReader parse json document exactly the same, but does specific look up for SLING:ordered : [{SLING:name: "first", ...},{SLING:name: "second", ...}] type of structure that will force import of an orderable node with first and second children, in that order.
OrderedJsonReader() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.OrderedJsonReader
 
org.apache.sling.jcr.contentloader - package org.apache.sling.jcr.contentloader
 
org.apache.sling.jcr.contentloader.internal - package org.apache.sling.jcr.contentloader.internal
 
org.apache.sling.jcr.contentloader.internal.readers - package org.apache.sling.jcr.contentloader.internal.readers
 
OVERWRITE_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The overwrite directive specifying if content should be overwritten or just initially added.
OVERWRITE_PROPERTIES_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The overwriteProperties directive specifying if content properties should be overwritten or just initially added.

P

PARENT_DESCRIPTOR - Static variable in class org.apache.sling.jcr.contentloader.internal.BundleContentLoader
 
parse(URL, ContentCreator) - Method in interface org.apache.sling.jcr.contentloader.ContentReader
Read the content from the URL and create the content using the provided content creator.
parse(InputStream, ContentCreator) - Method in interface org.apache.sling.jcr.contentloader.ContentReader
Read the content from the input stream and create the content using the provided content creator.
parse(URL, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
parse(InputStream, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
parse(URL, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader
 
parse(InputStream, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader
 
parse(URL, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.ZipReader
 
parse(InputStream, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.ZipReader
 
PATH_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The path directive specifying the target node where initial content will be loaded.
PathEntry - Class in org.apache.sling.jcr.contentloader.internal
A path entry from the manifest for initial content.
PathEntry(ManifestHeader.Entry, long) - Constructor for class org.apache.sling.jcr.contentloader.internal.PathEntry
 
prepareParsing(Node, String) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
If the defaultName is null, we are in PARENT_NODE import mode.
primaryNodeType - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 
PROPERTY_CONTENT_LOADED - Static variable in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
PROPERTY_CONTENT_LOADED_AT - Static variable in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
PROPERTY_EXTENSIONS - Static variable in interface org.apache.sling.jcr.contentloader.ContentReader
 
PROPERTY_TYPES - Static variable in interface org.apache.sling.jcr.contentloader.ContentReader
 
PROPERTY_UNINSTALL_PATHS - Static variable in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
PropertyDescription() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 

R

registerBundle(Session, Bundle, boolean) - Method in class org.apache.sling.jcr.contentloader.internal.BundleContentLoader
Register a bundle and install its content.

S

setBaseLocation(URL) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
setIgnoreOverwriteFlag(boolean) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
Set the ignore overwrite flag.
settingsService - Variable in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
Sling settings service.
setValues(KXmlParser) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.AttributeMap
Puts values in an AttributeMap by extracting attributes from the xmlParser.
setValues(XmlReader.AttributeMap) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
SHARED - Static variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
 
SHARED - Static variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
 
SHARED - Static variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 
switchCurrentNode(String, String) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
Switch the current node to the path (which must be relative to the current node).
switchCurrentNode(String, String) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentCreator
 

T

toPlainName(String, String) - Method in class org.apache.sling.jcr.contentloader.internal.BaseImportLoader
 
type - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 
TYPE_JAR - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
TYPE_JCR_XML - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
TYPE_JSON - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
TYPE_XML - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 
TYPE_ZIP - Static variable in class org.apache.sling.jcr.contentloader.ContentTypeUtil
 

U

unbindContentReader(ContentReader, Map<String, Object>) - Method in class org.apache.sling.jcr.contentloader.internal.ContentReaderWhiteboard
 
unbindContentReaderWhiteboard(ContentReaderWhiteboard) - Method in class org.apache.sling.jcr.contentloader.internal.DefaultContentImporter
 
UNINSTALL_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The uninstall directive specifying if content should be uninstalled.
unlockBundleContentInfo(Session, Bundle, boolean, List<String>) - Method in interface org.apache.sling.jcr.contentloader.internal.BundleHelper
 
unlockBundleContentInfo(Session, Bundle, boolean, List<String>) - Method in class org.apache.sling.jcr.contentloader.internal.ContentLoaderService
 
unregisterBundle(Session, Bundle) - Method in class org.apache.sling.jcr.contentloader.internal.BundleContentLoader
Unregister a bundle.
url - Variable in class org.apache.sling.jcr.contentloader.internal.BundleContentLoader.Descriptor
 

V

values - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
 

W

WORKSPACE_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.internal.PathEntry
The workspace into which the content will be loaded.
writeChildren(JsonObject, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
 
writeChildren(JsonObject, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.OrderedJsonReader
 

X

XmlReader - Class in org.apache.sling.jcr.contentloader.internal.readers
This reader reads an xml file defining the content.
XmlReader() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.XmlReader
 
XmlReader.AttributeMap - Class in org.apache.sling.jcr.contentloader.internal.readers
Utility class for dealing with attributes from KXmlParser.
XmlReader.FileDescription - Class in org.apache.sling.jcr.contentloader.internal.readers
Represents a reference to a file that is to be loaded into the repository.
XmlReader.NodeDescription - Class in org.apache.sling.jcr.contentloader.internal.readers
 
XmlReader.PropertyDescription - Class in org.apache.sling.jcr.contentloader.internal.readers
 

Z

ZipReader - Class in org.apache.sling.jcr.contentloader.internal.readers
The ZipReader TODO
ZipReader() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.ZipReader
 
A B C D E F G H I J M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.