protected class ProcessInstanceRestService.QueryProcessInstancesCmd extends Object implements Command<List<ProcessInstanceDto>>
Modifier and Type | Field and Description |
---|---|
protected Integer |
firstResult |
protected Integer |
maxResults |
protected ProcessInstanceQueryDto |
queryParameter |
Constructor and Description |
---|
QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceDto> |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected ProcessInstanceQueryDto queryParameter
protected Integer firstResult
protected Integer maxResults
public QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults)
public List<ProcessInstanceDto> execute(CommandContext commandContext)
execute
in interface Command<List<ProcessInstanceDto>>
Copyright © 2022. All rights reserved.