- 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
-