Package com.flowable.idm.engine.impl.cmd
Class UpdateUserPresenceCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.UpdateUserPresenceCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class UpdateUserPresenceCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UpdateUserPresenceCmd(java.lang.String userId, java.lang.String tenantId, java.lang.String presence)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
UpdateUserPresenceCmd
public UpdateUserPresenceCmd(java.lang.String userId, java.lang.String tenantId, java.lang.String presence)
-
-
Method Details
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-