org.springframework.ldap.support
Interface AttributeModificationsAware

All Known Subinterfaces:
DirContextOperations
All Known Implementing Classes:
DirContextAdapter

public interface AttributeModificationsAware

Indicates that the implementor is capable of keeping track of any attribute modifications and return them as ModificationItems.

Author:
Mattias Arthursson

Method Summary
 javax.naming.directory.ModificationItem[] getModificationItems()
          Creates an array of which attributes have been changed or added or removed.
 

Method Detail

getModificationItems

javax.naming.directory.ModificationItem[] getModificationItems()
Creates an array of which attributes have been changed or added or removed.

Returns:
an array of modification items


Copyright � 2002-2006. All Rights Reserved.