Class ProcessInstanceRestService.QueryProcessInstancesCmd
java.lang.Object
org.camunda.bpm.cockpit.impl.plugin.resources.ProcessInstanceRestService.QueryProcessInstancesCmd
- All Implemented Interfaces:
Command<List<ProcessInstanceDto>>
- Enclosing class:
- ProcessInstanceRestService
protected class ProcessInstanceRestService.QueryProcessInstancesCmd
extends Object
implements Command<List<ProcessInstanceDto>>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Integer
protected Integer
protected ProcessInstanceQueryDto
-
Constructor Summary
ConstructorDescriptionQueryProcessInstancesCmd
(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
queryParameter
-
firstResult
-
maxResults
-
-
Constructor Details
-
QueryProcessInstancesCmd
public QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<ProcessInstanceDto>>
-