Interface IUserModifiedEvent
- All Superinterfaces:
IOrgStructureChangedEvent
,IOrgStructureEvent
,IServerEvent
- All Known Subinterfaces:
IUserDeactivatedEvent
- All Known Implementing Classes:
UserDeactivatedEvent
,UserModifiedEvent
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the user object's class identifier.getId()
Get the unique identifier of the modified user.
-
Method Details
-
getId
String getId()Get the unique identifier of the modified user.- Returns:
- The user's unique identifier.
-
getDsClassId
int getDsClassId()Get the user object's class identifier.- Returns:
- The user object's class identifier.
-