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 TypeMethodDescriptionvoidResourceChangeListener.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.jcr.resource.api
Subclasses of ResourceChange in org.apache.sling.jcr.resource.apiModifier and TypeClassDescriptionfinal classExtension ofResourceChangeto support user id and user data (if available) -
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 TypeMethodDescriptionvoidObservationReporter.reportChanges(@NotNull Iterable<ResourceChange> changes, boolean distribute) A resource provider can inform about a list of changes.voidObservationReporter.reportChanges(@NotNull ObserverConfiguration config, @NotNull Iterable<ResourceChange> changes, boolean distribute) A resource provider can inform about a list of changes.