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 Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated.
    Returns the last modification date of the hierarchy of the given path.
  • Method Details

    • getLastModified

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