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, org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableUserPresenceChangeEventImpl
extends FlowablePlatformIdmEventImpl
implements FlowableUserPresenceChangeEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsFields inherited from class FlowablePlatformIdmEventImpl
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe newly changed presence state of the user.The id of the user whose presence has been changed.Methods inherited from class FlowablePlatformIdmEventImpl
getType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
userId
-
presence
-
-
Constructor Details
-
FlowableUserPresenceChangeEventImpl
-
-
Method Details
-
getUserId
Description copied from interface:FlowableUserPresenceChangeEventThe id of the user whose presence has been changed.- Specified by:
getUserIdin interfaceFlowableUserPresenceChangeEvent- Returns:
- the id of the user whose presence has been changed
-
getPresence
Description copied from interface:FlowableUserPresenceChangeEventThe newly changed presence state of the user.- Specified by:
getPresencein interfaceFlowableUserPresenceChangeEvent- Returns:
- the new presence of the user
-