- JcrExternalizableInputStream - Class in org.apache.sling.jcr.resource.internal.helper.jcr
-
A lazy initialised input stream wrapping a JCR Property that also has a Public URI representation.
- JcrItemResourceFactory - Class in org.apache.sling.jcr.resource.internal.helper.jcr
-
- JcrItemResourceFactory(Session, HelperData) - Constructor for class org.apache.sling.jcr.resource.internal.helper.jcr.JcrItemResourceFactory
-
- JcrListenerBaseConfig - Class in org.apache.sling.jcr.resource.internal
-
This is the base configuration for a JCR listener, shared
by all registered
JcrResourceListener
s.
- JcrListenerBaseConfig(ObservationReporter, SlingRepository) - Constructor for class org.apache.sling.jcr.resource.internal.JcrListenerBaseConfig
-
- JcrModifiableValueMap - Class in org.apache.sling.jcr.resource.internal
-
This implementation of the value map allows to change
the properties.
- JcrModifiableValueMap(Node, HelperData) - Constructor for class org.apache.sling.jcr.resource.internal.JcrModifiableValueMap
-
Constructor
- JcrNodeResourceIterator - Class in org.apache.sling.jcr.resource.internal.helper.jcr
-
The JcrNodeResourceIterator
class is a resource iterator,
which returns resources for each node of an underlying
NodeIterator
.
- JcrNodeResourceIterator(ResourceResolver, String, String, NodeIterator, HelperData, PathSet) - Constructor for class org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResourceIterator
-
Creates an instance using the given resource manager and the nodes
provided as a node iterator.
- JcrObjectsBindingsValuesProvider - Class in org.apache.sling.jcr.resource.internal.scripting
-
BindingsValuesProvider for currentNode and currentSession object.
- JcrObjectsBindingsValuesProvider() - Constructor for class org.apache.sling.jcr.resource.internal.scripting.JcrObjectsBindingsValuesProvider
-
- JcrPropertyMapCacheEntry - Class in org.apache.sling.jcr.resource.internal.helper
-
- JcrPropertyMapCacheEntry(Property) - Constructor for class org.apache.sling.jcr.resource.internal.helper.JcrPropertyMapCacheEntry
-
Create a new cache entry from a property.
- JcrPropertyMapCacheEntry(Object, Node) - Constructor for class org.apache.sling.jcr.resource.internal.helper.JcrPropertyMapCacheEntry
-
Create a new cache entry from a value.
- JcrProviderStateFactory - Class in org.apache.sling.jcr.resource.internal.helper.jcr
-
- JcrProviderStateFactory(ServiceReference<SlingRepository>, SlingRepository, AtomicReference<DynamicClassLoaderManager>, AtomicReference<URIProvider[]>) - Constructor for class org.apache.sling.jcr.resource.internal.helper.jcr.JcrProviderStateFactory
-
- JcrResourceChange - Class in org.apache.sling.jcr.resource.internal
-
Extension of ResourceChange
to support user id (if available)
- JcrResourceChange(ResourceChange.ChangeType, String, boolean, String) - Constructor for class org.apache.sling.jcr.resource.internal.JcrResourceChange
-
- JcrResourceConstants - Class in org.apache.sling.jcr.resource.api
-
The JcrResourceConstants
interface provides constant values.
- JcrResourceConstants() - Constructor for class org.apache.sling.jcr.resource.api.JcrResourceConstants
-
- JcrResourceListener - Class in org.apache.sling.jcr.resource.internal
-
The JcrResourceListener
listens for JCR observation
events and creates resource change events which are sent through
the ObservationReporter
.
- JcrResourceListener(JcrListenerBaseConfig, ObserverConfiguration) - Constructor for class org.apache.sling.jcr.resource.internal.JcrResourceListener
-
- JcrResourceProvider - Class in org.apache.sling.jcr.resource.internal.helper.jcr
-
- JcrResourceProvider() - Constructor for class org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProvider
-
- JcrResourceUtil - Class in org.apache.sling.jcr.resource.internal.helper
-
The JcrResourceUtil
class provides helper methods used
throughout this bundle.
- JcrResourceUtil() - Constructor for class org.apache.sling.jcr.resource.internal.helper.JcrResourceUtil
-
- JcrSystemUserValidator - Class in org.apache.sling.jcr.resource.internal
-
Implementation of the ServiceUserValidator
and ServicePrincipalsValidator
interfaces that verifies that all registered service users/principals are represented by
system users
in the underlying JCR repository.
- JcrSystemUserValidator() - Constructor for class org.apache.sling.jcr.resource.internal.JcrSystemUserValidator
-
- JcrSystemUserValidator.Config - Annotation Type in org.apache.sling.jcr.resource.internal
-
- JcrValueMap - Class in org.apache.sling.jcr.resource.internal
-
- JcrValueMap(Node, HelperData) - Constructor for class org.apache.sling.jcr.resource.internal.JcrValueMap
-
Create a new JCR property map based on a node.