org.camunda.bpm.engine.impl.cmd
Class GetProcessInstanceCommentsCmd
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processInstanceId
protected String processInstanceId
GetProcessInstanceCommentsCmd
public GetProcessInstanceCommentsCmd(String processInstanceId)
execute
public List<Comment> execute(CommandContext commandContext)
- Specified by:
execute in interface Command<List<Comment>>
Copyright © 2015 camunda services GmbH. All rights reserved.