Uses of Class
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
-
Uses of ListQueryParameterObject in org.camunda.bpm.cockpit.db
Subclasses of ListQueryParameterObject in org.camunda.bpm.cockpit.db Modifier and Type Class Description class
QueryParameters
Typed query parameters for usage in cockpit pluginsMethods in org.camunda.bpm.cockpit.db with parameters of type ListQueryParameterObject Modifier and Type Method Description java.lang.Long
QueryService. executeQueryRowCount(java.lang.String statement, ListQueryParameterObject parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.cockpit.impl.db
Fields in org.camunda.bpm.cockpit.impl.db declared as ListQueryParameterObject Modifier and Type Field Description protected ListQueryParameterObject
QueryServiceImpl.QueryServiceRowCountCmd. parameter
Methods in org.camunda.bpm.cockpit.impl.db with parameters of type ListQueryParameterObject Modifier and Type Method Description protected <T> void
QueryServiceImpl. configureAuthCheck(ListQueryParameterObject parameter, ProcessEngineConfigurationImpl engineConfig, CommandContext commandContext)
java.lang.Long
QueryServiceImpl. executeQueryRowCount(java.lang.String statement, ListQueryParameterObject parameter)
Constructors in org.camunda.bpm.cockpit.impl.db with parameters of type ListQueryParameterObject Constructor Description QueryServiceRowCountCmd(java.lang.String statement, ListQueryParameterObject parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
Subclasses of ListQueryParameterObject 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 ListQueryParameterObject in org.camunda.bpm.cockpit.rest.dto
Subclasses of ListQueryParameterObject in org.camunda.bpm.cockpit.rest.dto Modifier and Type Class Description class
AbstractRestQueryParametersDto<T>
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch Modifier and Type Class Description class
BatchQueryImpl
class
BatchStatisticsQueryImpl
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch.history
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch.history Modifier and Type Class Description class
HistoricBatchQueryImpl
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.cmmn.entity.repository
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.cmmn.entity.repository Modifier and Type Class Description class
CaseDefinitionQueryImpl
Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return ListQueryParameterObject Modifier and Type Method Description protected ListQueryParameterObject
CaseDefinitionManager. configureParameterizedQuery(java.lang.Object parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.cmmn.entity.runtime Modifier and Type Class Description class
CaseExecutionQueryImpl
class
CaseInstanceQueryImpl
class
CaseSentryPartQueryImpl
This query is currently not public API on purpose. -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type ListQueryParameterObject Modifier and Type Method Description java.util.List
DbEntityManager. selectList(java.lang.String statement, ListQueryParameterObject parameter)
java.util.List
DbEntityManager. selectList(java.lang.String statement, ListQueryParameterObject parameter, Page page)
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.dmn.entity.repository
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.dmn.entity.repository Modifier and Type Class Description class
DecisionDefinitionQueryImpl
class
DecisionRequirementsDefinitionQueryImpl
Methods in org.camunda.bpm.engine.impl.dmn.entity.repository that return ListQueryParameterObject Modifier and Type Method Description protected ListQueryParameterObject
DecisionDefinitionManager. configureParameterizedQuery(java.lang.Object parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.filter
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.filter Modifier and Type Class Description class
FilterQueryImpl
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.form.entity
Methods in org.camunda.bpm.engine.impl.form.entity that return ListQueryParameterObject Modifier and Type Method Description protected ListQueryParameterObject
CamundaFormDefinitionManager. configureParameterizedQuery(java.lang.Object parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return ListQueryParameterObject Modifier and Type Method Description protected ListQueryParameterObject
HistoricDecisionInstanceManager. configureParameterizedQuery(java.lang.Object parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.identity.db
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.identity.db Modifier and Type Class Description class
DbGroupQueryImpl
class
DbTenantQueryImpl
class
DbUserQueryImpl
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.metrics
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.metrics Modifier and Type Class Description class
MetricsQueryImpl
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ListQueryParameterObject Modifier and Type Method Description protected ListQueryParameterObject
EventSubscriptionManager. configureParameterizedQuery(java.lang.Object parameter)
protected ListQueryParameterObject
ExecutionManager. configureParameterizedQuery(java.lang.Object parameter)
protected ListQueryParameterObject
ExternalTaskManager. configureParameterizedQuery(java.lang.Object parameter)
protected ListQueryParameterObject
JobDefinitionManager. configureParameterizedQuery(java.lang.Object parameter)
protected ListQueryParameterObject
JobManager. configureParameterizedQuery(java.lang.Object parameter)
protected ListQueryParameterObject
ProcessDefinitionManager. configureParameterizedQuery(java.lang.Object parameter)
protected ListQueryParameterObject
TaskManager. configureParameterizedQuery(java.lang.Object parameter)
ListQueryParameterObject
TenantManager. configureQuery(java.lang.Object parameters)
ListQueryParameterObject
TenantManager. configureQuery(ListQueryParameterObject query)
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ListQueryParameterObject Modifier and Type Method Description void
AuthorizationManager. configureConditionalEventSubscriptionQuery(ListQueryParameterObject query)
void
AuthorizationManager. configureExternalTaskFetch(ListQueryParameterObject parameter)
void
AuthorizationManager. configureQuery(ListQueryParameterObject query)
protected void
ExternalTaskManager. configureQuery(ListQueryParameterObject parameter)
ListQueryParameterObject
TenantManager. configureQuery(ListQueryParameterObject query)
void
AuthorizationManager. configureQueryHistoricFinishedInstanceReport(ListQueryParameterObject query, Resource resource)
protected void
EventSubscriptionManager. configurParameterObject(ListQueryParameterObject parameter)
-
Uses of ListQueryParameterObject in org.camunda.bpm.identity.impl.ldap
Subclasses of ListQueryParameterObject in org.camunda.bpm.identity.impl.ldap Modifier and Type Class Description class
LdapGroupQuery
class
LdapTenantQuery
Since multi-tenancy is not supported for the LDAP plugin, the query always returns0
or an empty list.class
LdapUserQueryImpl
-