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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetTaskCommentCmd
All Implemented Interfaces:
Serializable, Command<Comment>

public class GetTaskCommentCmd
extends Object
implements Command<Comment>, Serializable

Author:
kristin.polenz@camunda.com
See Also:
Serialized Form

Field Summary
protected  String commentId
           
protected  String taskId
           
 
Constructor Summary
GetTaskCommentCmd(String taskId, String commentId)
           
 
Method Summary
 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

commentId

protected String commentId
Constructor Detail

GetTaskCommentCmd

public GetTaskCommentCmd(String taskId,
                         String commentId)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.