Uses of Class
org.camunda.bpm.cockpit.db.QueryParameters
-
-
Uses of QueryParameters in org.camunda.bpm.cockpit.db
Methods in org.camunda.bpm.cockpit.db with parameters of type QueryParameters Modifier and Type Method Description <T> List<T>
QueryService. executeQuery(String statement, QueryParameters<T> parameter)
-
Uses of QueryParameters in org.camunda.bpm.cockpit.impl.db
Fields in org.camunda.bpm.cockpit.impl.db declared as QueryParameters Modifier and Type Field Description protected QueryParameters
QueryServiceImpl.ExecuteListQueryCmd. parameter
Methods in org.camunda.bpm.cockpit.impl.db with parameters of type QueryParameters Modifier and Type Method Description <T> List<T>
QueryServiceImpl. executeQuery(String statement, QueryParameters<T> parameter)
Constructors in org.camunda.bpm.cockpit.impl.db with parameters of type QueryParameters Constructor Description ExecuteListQueryCmd(String statement, QueryParameters parameter)
-
Uses of QueryParameters in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
Subclasses of QueryParameters in org.camunda.bpm.cockpit.impl.plugin.base.dto.query Modifier and Type Class Description class
AbstractProcessInstanceQueryDto<T extends ProcessInstanceDto>
class
CalledProcessInstanceQueryDto
class
IncidentQueryDto
class
ProcessDefinitionQueryDto
class
ProcessInstanceQueryDto
-
Uses of QueryParameters in org.camunda.bpm.cockpit.plugin.resource
Methods in org.camunda.bpm.cockpit.plugin.resource with parameters of type QueryParameters Modifier and Type Method Description protected void
AbstractCockpitPluginResource. addPermissionCheck(QueryParameters<?> query, Resource resource, String queryParam, Permission permission)
Add a newPermissionCheck
with the given values.protected void
AbstractCockpitPluginResource. configureAuthorizationCheck(QueryParameters<?> query)
Configure the authorization check for the givenQueryParameters
.protected void
AbstractCockpitPluginResource. configureTenantCheck(QueryParameters<?> query)
Configure the tenant check for the givenQueryParameters
. -
Uses of QueryParameters in org.camunda.bpm.cockpit.rest.dto
Subclasses of QueryParameters in org.camunda.bpm.cockpit.rest.dto Modifier and Type Class Description class
AbstractRestQueryParametersDto<T>
-