Interface HierarchyModificationListener


  • @Deprecated
    public 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 Detail

      • getLastModified

        long getLastModified​(java.lang.String path)
        Deprecated.
        Returns the last modification date of the hierarchy of the given path.
        Parameters:
        path - the path
        Returns:
        the last modification date.