Interface DirectoryChangeElement


  • public interface DirectoryChangeElement

    Provides information about a change to a directory element.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSubject()
      Returns the subject of the directory element that has changed.
      SubjectType getType()
      Returns the subject type of the Directoruy element that has changed.
      boolean isAdded()
      Indicates whether this directory element has been added or removed from the directory.
    • Method Detail

      • getSubject

        java.lang.String getSubject()

        Returns the subject of the directory element that has changed.

        Returns:
        The directory element's subject.
      • getType

        SubjectType getType()

        Returns the subject type of the Directoruy element that has changed.

        Returns:
        The directory element's subject type.
      • isAdded

        boolean isAdded()

        Indicates whether this directory element has been added or removed from the directory.

        Returns:
        true if the directory element has been added to the directory, false if it has been removed.