org.camunda.bpm.engine.impl.cmd
Class GetTaskCommentsCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetTaskCommentsCmd
- All Implemented Interfaces:
- Serializable, Command<List<Comment>>
public class GetTaskCommentsCmd
- extends Object
- implements Command<List<Comment>>, Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskId
protected String taskId
GetTaskCommentsCmd
public GetTaskCommentsCmd(String taskId)
execute
public List<Comment> execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<List<Comment>>
Copyright © 2017 camunda services GmbH. All rights reserved.