public class DeleteContentItemsCmd extends Object implements 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) |
protected String processInstanceId
protected String taskId
protected String caseId
public Void execute(CommandContext commandContext)
Copyright © 2019 Flowable. All rights reserved.