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.event.impl.jobs.notifications
Method parameters in org.apache.sling.event.impl.jobs.notifications with type arguments of type ResourceChangeModifier and TypeMethodDescriptionvoidNewJobSender.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 classExtension ofResourceChangeto 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 TypeMethodDescriptionvoidMapEntries.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 TypeMethodDescriptionvoidResourceChangeListImpl.add(int index, ResourceChange element) booleanResourceChangeListImpl.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 TypeMethodDescriptionbooleanResourceChangeListImpl.addAll(int index, Collection<? extends ResourceChange> c) booleanResourceChangeListImpl.addAll(Collection<? extends ResourceChange> c) voidOsgiObservationBridge.onChange(List<ResourceChange> changes) voidBasicObservationReporter.reportChanges(Iterable<ResourceChange> changes, boolean distribute) voidBasicObservationReporter.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 TypeMethodDescriptionvoidResourceBackedPojoChangeMonitor.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 TypeMethodDescriptionvoidScriptDependencyResolver.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 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.