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
Fields Modifier and Type Field Description protected Integer
firstResult
protected Integer
maxResults
protected ProcessInstanceQueryDto
queryParameter
-
Constructor Summary
Constructors Constructor Description QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProcessInstanceDto>
execute(CommandContext commandContext)
-
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 Detail
-
queryParameter
protected ProcessInstanceQueryDto queryParameter
-
firstResult
protected Integer firstResult
-
maxResults
protected Integer maxResults
-
-
Constructor Detail
-
QueryProcessInstancesCmd
public QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults)
-
-
Method Detail
-
execute
public List<ProcessInstanceDto> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<ProcessInstanceDto>>
-
-