| Modifier and Type | Field and Description |
|---|---|
protected String |
messageId |
protected String |
userId |
| Constructor and Description |
|---|
DeleteMessageCmd(String messageId,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected void |
fireMessageDeletedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
String userId,
MessageEntity message) |
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>protected void fireMessageDeletedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
String userId,
MessageEntity message)
Copyright © 2019. All rights reserved.