org.camunda.bpm.engine.impl.cmd
Class GetTaskCommentsCmd

java.lang.Object
  extended by 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

Field Summary
protected  String taskId
           
 
Constructor Summary
GetTaskCommentsCmd(String taskId)
           
 
Method Summary
 List<Comment> execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskId

protected String taskId
Constructor Detail

GetTaskCommentsCmd

public GetTaskCommentsCmd(String taskId)
Method Detail

execute

public List<Comment> execute(CommandContext commandContext)
Specified by:
execute in interface Command<List<Comment>>


Copyright © 2017 camunda services GmbH. All rights reserved.