Uses of Enum Class
org.apache.sling.api.resource.observation.ResourceChange.ChangeType
Packages that use ResourceChange.ChangeType
Package
Description
-
Uses of ResourceChange.ChangeType in org.apache.sling.api.resource.observation
Methods in org.apache.sling.api.resource.observation that return ResourceChange.ChangeTypeModifier and TypeMethodDescription@NotNull ResourceChange.ChangeType
ResourceChange.getType()
Get the type of changestatic ResourceChange.ChangeType
Returns the enum constant of this class with the specified name.static ResourceChange.ChangeType[]
ResourceChange.ChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sling.api.resource.observation with parameters of type ResourceChange.ChangeTypeModifierConstructorDescriptionResourceChange
(@NotNull ResourceChange.ChangeType changeType, @NotNull String path, boolean isExternal) Create a new change objectResourceChange
(@NotNull ResourceChange.ChangeType changeType, @NotNull String path, boolean isExternal, Set<String> addedPropertyNames, Set<String> changedPropertyNames, Set<String> removedPropertyNames) Deprecated.The sets of property names are not supported anymore. -
Uses of ResourceChange.ChangeType in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that return types with arguments of type ResourceChange.ChangeTypeModifier and TypeMethodDescription@NotNull Set<ResourceChange.ChangeType>
ObserverConfiguration.getChangeTypes()
The set of types listeners are interested in.