Class ProcessInstanceRestService.QueryProcessInstancesCmd
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.plugin.resources.ProcessInstanceRestService.QueryProcessInstancesCmd
-
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.interceptor.Command<List<ProcessInstanceDto>>
- Enclosing class:
- ProcessInstanceRestService
protected class ProcessInstanceRestService.QueryProcessInstancesCmd extends Object implements org.camunda.bpm.engine.impl.interceptor.Command<List<ProcessInstanceDto>>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerfirstResultprotected IntegermaxResultsprotected ProcessInstanceQueryDtoqueryParameter
-
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(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
-
-
-
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(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executein interfaceorg.camunda.bpm.engine.impl.interceptor.Command<List<ProcessInstanceDto>>
-
-