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:
  • Field Details

    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • GetProcessInstanceCommentsCmd

      public GetProcessInstanceCommentsCmd(String processInstanceId)
  • Method Details