A B C D E F G H I J L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activate() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader
- activate(BundleContext, BundleContentLoadedCheck.Config) - Method in class org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck
- 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.PathEntry
-
The autoCheckout directive specifying whether versionable nodes should be checked out when necessary
B
- BundleContentLoadedCheck - Class in org.apache.sling.jcr.contentloader.hc
-
Health check component that monitors the bundle content loading progress for all of the deployed bundles.
- BundleContentLoadedCheck() - Constructor for class org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck
- BundleContentLoadedCheck.Config - Annotation Type in org.apache.sling.jcr.contentloader.hc
C
- CHECKIN_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The checkin directive specifying whether versionable nodes should be checked in
- checkPrivilege(AccessControlManager) - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- clear() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- CONTENT_HEADER - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The manifest header to specify initial content to be loaded.
- ContentCreator - Interface in org.apache.sling.jcr.contentloader
-
The
ContentCreator
is used by theContentReader
to create the actual content. - 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.
- ContentReader - Interface in org.apache.sling.jcr.contentloader
-
The
ContentReader
- 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
-
Deprecated.
- createAce(String, Collection<LocalPrivilege>, 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.
- createFileAndResourceNode(String, InputStream, String, long) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Create a file and a resource node.
- createGroup(String, String[], Map<String, Object>) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Create a Group in the jackrabbit UserManager
- createNode(String, JsonObject, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
- createNode(String, String, String[]) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Create a new node.
- 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, Object, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
- createUser(String, String, Map<String, Object>) - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Create a User in the jackrabbit UserManager
D
- DATE_FORMAT - Static variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- detectContentType(String) - Static method in class org.apache.sling.jcr.contentloader.ContentTypeUtil
E
- equals(Object) - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- equals(Object) - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- excludesRegex() - Method in annotation type org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck.Config
- execute() - Method in class org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck
- 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_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
- finish() - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Indicates that the import is finished
- finishNode() - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Indicates that a node is finished.
G
- getAllowRestrictions() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- getContentPaths(Manifest, long) - Static method in class org.apache.sling.jcr.contentloader.PathEntry
-
Parses the "Sling-Initial-Content" header from the given manifest and returns the resolved PathEntries
- getContentPaths(Map<String, String>, long) - Static method in class org.apache.sling.jcr.contentloader.PathEntry
-
Parses the "Sling-Initial-Content" header from the given headers and returns the resolved PathEntries
- getContentPaths(Bundle) - Static method in class org.apache.sling.jcr.contentloader.PathEntry
-
Parses the "Sling-Initial-Content" header from the given bundle and returns the resolved PathEntries
- getDefaultExtension(String) - Static method in class org.apache.sling.jcr.contentloader.ContentTypeUtil
- getDenyRestrictions() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- getIgnoredContentReaders() - Method in class org.apache.sling.jcr.contentloader.PathEntry
- getInstance() - Static method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.AttributeMap
- getLastModified() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- getLastModified() - Method in class org.apache.sling.jcr.contentloader.PathEntry
- getMimeType() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- getName() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- getName() - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- getParent() - Method in interface org.apache.sling.jcr.contentloader.ContentCreator
-
Gets the current parent Node
- getPath() - Method in class org.apache.sling.jcr.contentloader.PathEntry
- getPrivilege() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- getTarget() - Method in class org.apache.sling.jcr.contentloader.PathEntry
- getUrl() - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- getValue() - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- getValues() - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- getWorkspace() - Method in class org.apache.sling.jcr.contentloader.PathEntry
H
- handleSecurity(String, Object, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
- hashCode() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- hashCode() - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- HC_LABEL - Static variable in class org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck
- hc_name() - Method in annotation type org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck.Config
- HC_NAME - Static variable in class org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck
- hc_tags() - Method in annotation type org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck.Config
I
- IGNORE_CONTENT_READERS_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The ignore content readers directive specifying whether the available
ContentReader
s 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.
- 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
- includesRegex() - Method in annotation type org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck.Config
- isAllow() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- 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.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.PathEntry
- isDeny() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- 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.PathEntry
- isImportProviderRequired(String) - Method in class org.apache.sling.jcr.contentloader.ImportOptions
-
Check if the given entry name should require a matching registered import provider.
- isImportProviderRequired(String) - Method in class org.apache.sling.jcr.contentloader.PathEntry
- isMerge() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
-
Specifies whether imported nodes should merge with existing nodes.
- isMerge() - Method in class org.apache.sling.jcr.contentloader.PathEntry
- isMultiValue - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
- isMultiValue() - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- 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.PathEntry
- isPropertyMerge() - Method in class org.apache.sling.jcr.contentloader.ImportOptions
-
Specifies whether imported properties should merge with existing properties.
- isPropertyMerge() - Method in class org.apache.sling.jcr.contentloader.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.PathEntry
- isUninstall() - Method in class org.apache.sling.jcr.contentloader.PathEntry
J
- 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
L
- LocalPrivilege - Class in org.apache.sling.jcr.contentloader
- LocalPrivilege(String) - Constructor for class org.apache.sling.jcr.contentloader.LocalPrivilege
- LocalRestriction - Class in org.apache.sling.jcr.contentloader
- LocalRestriction(String, Value) - Constructor for class org.apache.sling.jcr.contentloader.LocalRestriction
- LocalRestriction(String, Value[]) - Constructor for class org.apache.sling.jcr.contentloader.LocalRestriction
M
- MERGE_NODES_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The overwriteProperties directive specifying if content properties should be overwritten or just initially added.
- MERGE_PROPERTIES_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The overwriteProperties directive specifying if content properties should be overwritten or just initially added.
- 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.hc - package org.apache.sling.jcr.contentloader.hc
- 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.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.PathEntry
-
The overwriteProperties directive specifying if content properties should be overwritten or just initially added.
P
- 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(InputStream, 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.XmlReader
- parse(InputStream, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.ZipReader
- 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(URL, 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(URL, ContentCreator) - Method in class org.apache.sling.jcr.contentloader.internal.readers.ZipReader
- PATH_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The path directive specifying the target node where initial content will be loaded.
- PathEntry - Class in org.apache.sling.jcr.contentloader
-
A path entry from the manifest for initial content.
- PathEntry(ManifestHeader.Entry, long) - Constructor for class org.apache.sling.jcr.contentloader.PathEntry
- PathEntry(ManifestHeader.Entry, long, String) - Constructor for class org.apache.sling.jcr.contentloader.PathEntry
- primaryNodeType - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.NodeDescription
- PROPERTY_EXTENSIONS - Static variable in interface org.apache.sling.jcr.contentloader.ContentReader
- PROPERTY_TYPES - Static variable in interface org.apache.sling.jcr.contentloader.ContentReader
- PropertyDescription() - Constructor for class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
R
- REQUIRE_CONTENT_READERS_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The require content readers directive specifying which of the available
ContentReader
s should exist before content loading.
S
- setAllow(boolean) - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- setAllowRestrictions(Set<LocalRestriction>) - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- setBaseLocation(URL) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- setDeny(boolean) - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- setDenyRestrictions(Set<LocalRestriction>) - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- setValues(XmlReader.AttributeMap) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.FileDescription
- setValues(KXmlParser) - Method in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.AttributeMap
-
Puts values in an
AttributeMap
by extracting attributes from thexmlParser
. - 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).
T
- toLocalRestrictions(JsonObject, Map<String, RestrictionDefinition>, ValueFactory) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
-
Construct a LocalRestriction using data from the json object
- toSrMap(Node) - Method in class org.apache.sling.jcr.contentloader.internal.readers.JsonReader
-
Calculate a map of restriction names to the restriction definition
- toString() - Method in class org.apache.sling.jcr.contentloader.LocalPrivilege
- toString() - Method in class org.apache.sling.jcr.contentloader.LocalRestriction
- 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
- UNINSTALL_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.PathEntry
-
The uninstall directive specifying if content should be uninstalled.
- useCriticalForNotLoaded() - Method in annotation type org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck.Config
V
- VALID_DIRECTIVES - Variable in class org.apache.sling.jcr.contentloader.PathEntry
-
All directive names which are valid for header Sling-Initial-Content
- values - Variable in class org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
W
- webconsole_configurationFactory_nameHint() - Method in annotation type org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck.Config
- WORKSPACE_DIRECTIVE - Static variable in class org.apache.sling.jcr.contentloader.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
All Classes All Packages