|
BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides several "getter" methods to get the change type, to get the old qualified name of the group or user before change, to get the new qualified name of the group or user after change, to get the flag for attributes of the group or user change.
Field Summary | |
static java.lang.String |
ACTION_ADD
action value specifiying this change is to add. |
static java.lang.String |
ACTION_DELETE
action value specifiying this change is to delete. |
static java.lang.String |
ACTION_NULL
action value specifiying the group or user itself is not changed, but its memberships or attributes changed. |
static java.lang.String |
ACTION_RENAME
action value specifiying this change is to rename. |
Method Summary | |
java.lang.String |
getAction()
|
java.lang.String |
getNewQualified()
|
java.lang.String |
getOldQualified()
|
boolean |
haveAttributesChanged()
Check if any attribute of this user or group is changed. |
Field Detail |
public static final java.lang.String ACTION_ADD
public static final java.lang.String ACTION_DELETE
public static final java.lang.String ACTION_RENAME
public static final java.lang.String ACTION_NULL
Method Detail |
public java.lang.String getAction()
ACTION_ADD
,
ACTION_DELETE
,
ACTION_NULL
,
ACTION_RENAME
public java.lang.String getOldQualified()
public java.lang.String getNewQualified()
public boolean haveAttributesChanged()
|
Documentation is available at http://edocs.bea.com/ales/docs30 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |