BEA Systems, Inc.

ALES Entitlement Query API Reference

com.bea.ales.EntitlementQuery
Interface IdentityChangeResult


public interface IdentityChangeResult

IdentityChangeResult represents query identity information changes result. This interface provides methods to retrieve different kinds of identity information changes, as well as ChangeHandle for latest changes of ALES identity information.

Author:
Copyright © 2007 BEA Systems, Inc. All Rights Reserved.
See Also:
ChangeQuery

Method Summary
 ChangeHandle getChangeHandle()
          Gets a handle which represents latest change in ALES database, which may be used for querying identity change next time.
 java.util.List getGroupChanges()
          Gets an array of group changes.
 java.util.List getUserChanges()
          Gets an array of user changes.
 

Method Detail

getChangeHandle

public ChangeHandle getChangeHandle()
Gets a handle which represents latest change in ALES database, which may be used for querying identity change next time.

Returns:
a ChangeHandle object
See Also:
ChangeQuery, ChangeHandle

getUserChanges

public java.util.List getUserChanges()
Gets an array of user changes. Returns a UserChange List.

Returns:
UserChange List
See Also:
UserChange

getGroupChanges

public java.util.List getGroupChanges()
Gets an array of group changes. Returns a GroupChange List.

Returns:
GroupChange List
See Also:
GroupChange

Documentation is available at
http://edocs.bea.com/ales/docs30