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