Interface AttributeModificationsAware

  • All Known Subinterfaces:
    DirContextOperations
    All Known Implementing Classes:
    DirContextAdapter

    public interface AttributeModificationsAware
    Indicates that the implementing class is capable of keeping track of any attribute modifications and return them as ModificationItems.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.naming.directory.ModificationItem[] getModificationItems()
      Creates an array of which attributes have been changed, added or removed since the initialization of this object.
    • Method Detail

      • getModificationItems

        javax.naming.directory.ModificationItem[] getModificationItems()
        Creates an array of which attributes have been changed, added or removed since the initialization of this object.
        Returns:
        an array of modification items.