Uses of Class
org.apache.sling.api.resource.observation.ResourceChange
Packages that use ResourceChange
Package
Description
Provides default SPI-implementations used by discovery.commons.providers.impl
-
Uses of ResourceChange in org.apache.sling.api.resource.observation
Method parameters in org.apache.sling.api.resource.observation with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoid
ResourceChangeListener.onChange
(@NotNull List<ResourceChange> changes) Report resource changes based on the filter properties of this listener. -
Uses of ResourceChange in org.apache.sling.discovery.commons.providers.spi.base
Method parameters in org.apache.sling.discovery.commons.providers.spi.base with type arguments of type ResourceChange -
Uses of ResourceChange in org.apache.sling.event.impl.jobs.notifications
Method parameters in org.apache.sling.event.impl.jobs.notifications with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoid
NewJobSender.onChange
(List<ResourceChange> resourceChanges) -
Uses of ResourceChange in org.apache.sling.event.impl.jobs.scheduling
Method parameters in org.apache.sling.event.impl.jobs.scheduling with type arguments of type ResourceChange -
Uses of ResourceChange in org.apache.sling.jcr.resource.api
Subclasses of ResourceChange in org.apache.sling.jcr.resource.apiModifier and TypeClassDescriptionfinal class
Extension ofResourceChange
to support user id and user data (if available) -
Uses of ResourceChange in org.apache.sling.resourceresolver.impl.mapping
Method parameters in org.apache.sling.resourceresolver.impl.mapping with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoid
MapEntries.onChange
(List<ResourceChange> changes) Handles the change to any of the node properties relevant for vanity URL mappings. -
Uses of ResourceChange in org.apache.sling.resourceresolver.impl.observation
Methods in org.apache.sling.resourceresolver.impl.observation that return ResourceChangeModifier and TypeMethodDescriptionResourceChangeListImpl.get
(int index) ResourceChangeListImpl.remove
(int index) ResourceChangeListImpl.set
(int index, ResourceChange element) Methods in org.apache.sling.resourceresolver.impl.observation that return types with arguments of type ResourceChangeModifier and TypeMethodDescriptionResourceChangeListImpl.iterator()
ResourceChangeListImpl.listIterator()
ResourceChangeListImpl.listIterator
(int index) ResourceChangeListImpl.subList
(int fromIndex, int toIndex) Methods in org.apache.sling.resourceresolver.impl.observation with parameters of type ResourceChangeModifier and TypeMethodDescriptionvoid
ResourceChangeListImpl.add
(int index, ResourceChange element) boolean
ResourceChangeListImpl.add
(ResourceChange e) ResourceChangeListImpl.set
(int index, ResourceChange element) Method parameters in org.apache.sling.resourceresolver.impl.observation with type arguments of type ResourceChangeModifier and TypeMethodDescriptionboolean
ResourceChangeListImpl.addAll
(int index, Collection<? extends ResourceChange> c) boolean
ResourceChangeListImpl.addAll
(Collection<? extends ResourceChange> c) void
OsgiObservationBridge.onChange
(List<ResourceChange> changes) void
BasicObservationReporter.reportChanges
(Iterable<ResourceChange> changes, boolean distribute) void
BasicObservationReporter.reportChanges
(ObserverConfiguration config, Iterable<ResourceChange> changes, boolean distribute) -
Uses of ResourceChange in org.apache.sling.scripting.sightly.impl.engine
Method parameters in org.apache.sling.scripting.sightly.impl.engine with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoid
ResourceBackedPojoChangeMonitor.onChange
(@NotNull List<ResourceChange> changes) -
Uses of ResourceChange in org.apache.sling.scripting.sightly.impl.utils
Method parameters in org.apache.sling.scripting.sightly.impl.utils with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoid
ScriptDependencyResolver.onChange
(@NotNull List<ResourceChange> changes) -
Uses of ResourceChange in org.apache.sling.servlets.resolver.internal.resolution
Method parameters in org.apache.sling.servlets.resolver.internal.resolution with type arguments of type ResourceChange -
Uses of ResourceChange in org.apache.sling.spi.resource.provider
Method parameters in org.apache.sling.spi.resource.provider with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoid
ObservationReporter.reportChanges
(@NotNull Iterable<ResourceChange> changes, boolean distribute) A resource provider can inform about a list of changes.void
ObservationReporter.reportChanges
(@NotNull ObserverConfiguration config, @NotNull Iterable<ResourceChange> changes, boolean distribute) A resource provider can inform about a list of changes.