Package com.day.cq.wcm.foundation
Interface HierarchyModificationListener
-
@Deprecated public interface HierarchyModificationListenerDeprecated.since 6.4 for performance concerns, use a Query insteadSimple service that provides the last modified date of a hierarchy in respect to configured pattern. The exact nature of how the last modification times are calculated is dependent of the configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description longgetLastModified(java.lang.String path)Deprecated.Returns the last modification date of the hierarchy of the given path.
-