Class ProcessInstanceRestService
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<CockpitPlugin>
org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
org.camunda.bpm.cockpit.plugin.resource.AbstractPluginResource
org.camunda.bpm.cockpit.impl.plugin.resources.ProcessInstanceRestService
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
static final String
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
getProcessInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getProcessInstancesCount
(javax.ws.rs.core.UriInfo uriInfo) protected void
injectObjectMapper
(ProcessInstanceQueryDto queryParameter) queryProcessInstances
(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults) queryProcessInstancesCount
(ProcessInstanceQueryDto queryParameter) void
setObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods inherited from class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
addPermissionCheck, configureAuthorizationCheck, configureTenantCheck, getCommandExecutor, getCurrentAuthentication, getQueryService, isAuthorizationEnabled, isCamundaAdmin, isPermissionDisabled, isTenantCheckEnabled
Methods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
getProcessEngine
-
Field Details
-
PATH
- See Also:
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ProcessInstanceRestService
-
-
Method Details
-
getProcessInstance
-
getProcessInstances
public List<ProcessInstanceDto> getProcessInstances(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
queryProcessInstances
public List<ProcessInstanceDto> queryProcessInstances(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults) -
getProcessInstancesCount
-
queryProcessInstancesCount
-
configureExecutionQuery
-
injectObjectMapper
-
setObjectMapper
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-