com.bea.ales.EntitlementQuery
Interface GroupChange
- public interface GroupChange
- extends SubjectChange
This interface inherits SubjectChange interface.
It also provides "getter" method to get group member changes, including direct parents and direct children
- Author:
- Copyright © 2007 BEA Systems, Inc. All Rights Reserved.
Method Summary
|
boolean |
haveChildrenChanged()
Check if any groups or users are added to, or removed from children of this group
Only direct group membership is included here. |
boolean |
haveParentsChanged()
Check if any groups are added to, or removed from parents of this group
Only direct group membership is included here. |
haveParentsChanged
public boolean haveParentsChanged()
- Check if any groups are added to, or removed from parents of this group
Only direct group membership is included here.
- Returns:
- true if parents changed, false otherwise
haveChildrenChanged
public boolean haveChildrenChanged()
- Check if any groups or users are added to, or removed from children of this group
Only direct group membership is included here.
- Returns:
- true if children changed, false otherwise