public class DeleteContentItemsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseId |
protected String |
processInstanceId |
protected String |
taskId |
| Constructor and Description |
|---|
DeleteContentItemsCmd(String processInstanceId,
String taskId,
String caseId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Copyright © 2019. All rights reserved.