Modifier and Type | Field and Description |
---|---|
protected String |
sessionId |
protected String |
tenantId |
protected String |
userId |
Constructor and Description |
---|
UserDisconnectedCmd(String userId,
String tenantId,
String sessionId,
Set<String> userSessions) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected void |
performUserUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected final String userId
protected final String tenantId
protected final String sessionId
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute
in interface org.flowable.common.engine.impl.interceptor.Command<Void>
protected void performUserUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2019. All rights reserved.