Class FlowableUserPresenceChangeEventImpl
- java.lang.Object
-
- com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
-
- com.flowable.idm.engine.delegate.event.impl.FlowableUserPresenceChangeEventImpl
-
- All Implemented Interfaces:
FlowableUserPresenceChangeEvent
,FlowableEvent
public class FlowableUserPresenceChangeEventImpl extends FlowablePlatformIdmEventImpl implements FlowableUserPresenceChangeEvent
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description FlowableUserPresenceChangeEventImpl(String userId, String presence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPresence()
The newly changed presence state of the user.String
getUserId()
The id of the user whose presence has been changed.-
Methods inherited from class com.flowable.idm.engine.delegate.event.impl.FlowablePlatformIdmEventImpl
getType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getUserId
public String getUserId()
Description copied from interface:FlowableUserPresenceChangeEvent
The id of the user whose presence has been changed.- Specified by:
getUserId
in interfaceFlowableUserPresenceChangeEvent
- Returns:
- the id of the user whose presence has been changed
-
getPresence
public String getPresence()
Description copied from interface:FlowableUserPresenceChangeEvent
The newly changed presence state of the user.- Specified by:
getPresence
in interfaceFlowableUserPresenceChangeEvent
- Returns:
- the new presence of the user
-
-