Interface IUserModifiedEvent

All Superinterfaces:
IOrgStructureChangedEvent, IOrgStructureEvent, IServerEvent
All Known Subinterfaces:
IUserDeactivatedEvent
All Known Implementing Classes:
UserDeactivatedEvent, UserModifiedEvent

@Scriptable public interface IUserModifiedEvent extends IOrgStructureChangedEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the user object's class identifier.
    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.