Class UserLoadEvent


@Deprecated(since="13.0", forRemoval=true) public class UserLoadEvent extends BusinessEvent<BOUser>
Deprecated, for removal: This API element is subject to removal in a future version.
Event that will be called to load the user's information.
GCApi:
event
Reactors:
BTUserLoad(0)
No Spouts
  • Field Details

    • userId

      protected Long userId
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • UserLoadEvent

      public UserLoadEvent(Long userId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a new event that will be called to load the user's information
      Parameters:
      userId - the id related to the user
  • Method Details

    • getUserId

      public Long getUserId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the id related to the user
      Returns:
      the id related to the user