Interface FlowableUserPresenceChangeEvent

All Superinterfaces:
FlowableEvent
All Known Implementing Classes:
FlowableUserPresenceChangeEventImpl

public interface FlowableUserPresenceChangeEvent extends FlowableEvent
Event fired when the presence information of a user has been changed.
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    The newly changed presence state of the user.
    The id of the user whose presence has been changed.

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

    getType
  • Method Details

    • getUserId

      String getUserId()
      The id of the user whose presence has been changed.
      Returns:
      the id of the user whose presence has been changed
    • getPresence

      String getPresence()
      The newly changed presence state of the user.
      Returns:
      the new presence of the user