Class GetProcessInstanceCommentsCmd

java.lang.Object
org.flowable.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
    • type

      protected String type
  • Constructor Details

    • GetProcessInstanceCommentsCmd

      public GetProcessInstanceCommentsCmd(String processInstanceId)
    • GetProcessInstanceCommentsCmd

      public GetProcessInstanceCommentsCmd(String processInstanceId, String type)
  • Method Details