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> java.util.List<T>QueryService. executeQuery(java.lang.String statement, QueryParameters 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 QueryParametersQueryServiceImpl.ExecuteListQueryCmd. parameterMethods in org.camunda.bpm.cockpit.impl.db with parameters of type QueryParameters Modifier and Type Method Description <T> java.util.List<T>QueryServiceImpl. executeQuery(java.lang.String statement, QueryParameters parameter)Constructors in org.camunda.bpm.cockpit.impl.db with parameters of type QueryParameters Constructor Description ExecuteListQueryCmd(java.lang.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 classAbstractProcessInstanceQueryDto<T extends ProcessInstanceDto>classCalledProcessInstanceQueryDtoclassIncidentQueryDtoclassProcessDefinitionQueryDtoclassProcessInstanceQueryDto -
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 voidAbstractCockpitPluginResource. addPermissionCheck(QueryParameters query, Resource resource, java.lang.String queryParam, Permission permission)Add a newPermissionCheckwith the given values.protected voidAbstractCockpitPluginResource. configureAuthorizationCheck(QueryParameters query)Configure the authorization check for the givenQueryParameters.protected voidAbstractCockpitPluginResource. 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 classAbstractRestQueryParametersDto<T>
-