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

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

public class GetProcessInstanceCommentsCmd
extends Object
implements Command<List<Comment>>, Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String processInstanceId
           
 
Constructor Summary
GetProcessInstanceCommentsCmd(String processInstanceId)
           
 
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

processInstanceId

protected String processInstanceId
Constructor Detail

GetProcessInstanceCommentsCmd

public GetProcessInstanceCommentsCmd(String processInstanceId)
Method Detail

execute

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


Copyright © 2015 camunda services GmbH. All rights reserved.