Class ProcessInstanceRestService.QueryProcessInstancesCmd
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.plugin.resources.ProcessInstanceRestService.QueryProcessInstancesCmd
-
- All Implemented Interfaces:
Command<java.util.List<ProcessInstanceDto>>
- Enclosing class:
- ProcessInstanceRestService
protected class ProcessInstanceRestService.QueryProcessInstancesCmd extends java.lang.Object implements Command<java.util.List<ProcessInstanceDto>>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integer
firstResult
protected java.lang.Integer
maxResults
protected ProcessInstanceQueryDto
queryParameter
-
Constructor Summary
Constructors Constructor Description QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter, java.lang.Integer firstResult, java.lang.Integer maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.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 java.lang.Integer firstResult
-
maxResults
protected java.lang.Integer maxResults
-
-
Constructor Detail
-
QueryProcessInstancesCmd
public QueryProcessInstancesCmd(ProcessInstanceQueryDto queryParameter, java.lang.Integer firstResult, java.lang.Integer maxResults)
-
-
Method Detail
-
execute
public java.util.List<ProcessInstanceDto> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<java.util.List<ProcessInstanceDto>>
-
-