public class DeleteCommentCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
commentId |
protected String |
processInstanceId |
protected String |
taskId |
Constructor and Description |
---|
DeleteCommentCmd(String taskId,
String processInstanceId,
String commentId) |
protected String taskId
protected String processInstanceId
protected String commentId
public Void execute(CommandContext commandContext)
Copyright © 2016 Alfresco. All rights reserved.