Package com.day.cq.wcm.foundation
Interface HierarchyModificationListener
Deprecated.
since 6.4 for performance concerns, use a Query instead
Simple 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
Modifier and TypeMethodDescriptionlonggetLastModified(String path) Deprecated.Returns the last modification date of the hierarchy of the given path.
-
Method Details
-
getLastModified
Deprecated.Returns the last modification date of the hierarchy of the given path.- Parameters:
path- the path- Returns:
- the last modification date.
-