Uses of Class
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
Packages that use ListQueryParameterObject
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ListQueryParameterObject in org.camunda.bpm.admin.impl.plugin.base.dto
Subclasses of ListQueryParameterObject in org.camunda.bpm.admin.impl.plugin.base.dto -
Uses of ListQueryParameterObject in org.camunda.bpm.cockpit.db
Subclasses of ListQueryParameterObject in org.camunda.bpm.cockpit.dbModifier and TypeClassDescriptionclass
Typed query parameters for usage in cockpit plugins -
Uses of ListQueryParameterObject in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ListQueryParameterObject in org.camunda.bpm.cockpit.rest.dto
Subclasses of ListQueryParameterObject in org.camunda.bpm.cockpit.rest.dto -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.implModifier and TypeClassDescriptionclass
AbstractQuery<T extends Query<?,
?>, U> Abstract superclass for all query types.class
AbstractVariableQueryImpl<T extends Query<?,
?>, U> Abstract query class that adds methods to query for variable values.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch.history
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch.history -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.cmmn.entity.repository
Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return ListQueryParameterObjectModifier and TypeMethodDescriptionprotected ListQueryParameterObject
CaseDefinitionManager.configureParameterizedQuery
(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.runtimeModifier and TypeClassDescriptionclass
class
class
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 ListQueryParameterObjectModifier and TypeMethodDescriptionDbEntityManager.selectList
(String statement, ListQueryParameterObject parameter) DbEntityManager.selectList
(String statement, ListQueryParameterObject parameter, Page page) -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.dmn.entity.repository
Modifier and TypeClassDescriptionclass
class
Methods in org.camunda.bpm.engine.impl.dmn.entity.repository that return ListQueryParameterObjectModifier and TypeMethodDescriptionprotected ListQueryParameterObject
DecisionDefinitionManager.configureParameterizedQuery
(Object parameter) -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.filter
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.filter -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.form.entity
Methods in org.camunda.bpm.engine.impl.form.entity that return ListQueryParameterObjectModifier and TypeMethodDescriptionprotected ListQueryParameterObject
CamundaFormDefinitionManager.configureParameterizedQuery
(Object parameter) -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return ListQueryParameterObjectModifier and TypeMethodDescriptionprotected ListQueryParameterObject
HistoricDecisionInstanceManager.configureParameterizedQuery
(Object parameter) -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.identity.db
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.identity.dbModifier and TypeClassDescriptionclass
class
class
-
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.metrics
Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.metrics -
Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ListQueryParameterObjectModifier and TypeMethodDescriptionprotected ListQueryParameterObject
EventSubscriptionManager.configureParameterizedQuery
(Object parameter) protected ListQueryParameterObject
ExecutionManager.configureParameterizedQuery
(Object parameter) protected ListQueryParameterObject
ExternalTaskManager.configureParameterizedQuery
(Object parameter) protected ListQueryParameterObject
JobDefinitionManager.configureParameterizedQuery
(Object parameter) protected ListQueryParameterObject
JobManager.configureParameterizedQuery
(Object parameter) protected ListQueryParameterObject
ProcessDefinitionManager.configureParameterizedQuery
(Object parameter) protected ListQueryParameterObject
TaskManager.configureParameterizedQuery
(Object parameter) TenantManager.configureQuery
(Object parameters) TenantManager.configureQuery
(ListQueryParameterObject query) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ListQueryParameterObjectModifier and TypeMethodDescriptionvoid
AuthorizationManager.configureConditionalEventSubscriptionQuery
(ListQueryParameterObject query) void
AuthorizationManager.configureExternalTaskFetch
(ListQueryParameterObject parameter) void
AuthorizationManager.configureQuery
(ListQueryParameterObject query) protected void
ExternalTaskManager.configureQuery
(ListQueryParameterObject parameter) 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.ldapModifier and TypeClassDescriptionclass
class
Since multi-tenancy is not supported for the LDAP plugin, the query always returns0
or an empty list.class
-
Uses of ListQueryParameterObject in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of ListQueryParameterObject in org.camunda.bpm.webapp.db
Subclasses of ListQueryParameterObject in org.camunda.bpm.webapp.dbModifier and TypeClassDescriptionclass
Typed query parameters for usage in webapp pluginsMethods in org.camunda.bpm.webapp.db with parameters of type ListQueryParameterObjectModifier and TypeMethodDescriptionQueryService.executeQueryRowCount
(String statement, ListQueryParameterObject parameter) -
Uses of ListQueryParameterObject in org.camunda.bpm.webapp.impl.db
Fields in org.camunda.bpm.webapp.impl.db declared as ListQueryParameterObjectModifier and TypeFieldDescriptionprotected ListQueryParameterObject
QueryServiceImpl.QueryServiceRowCountCmd.parameter
Methods in org.camunda.bpm.webapp.impl.db with parameters of type ListQueryParameterObjectModifier and TypeMethodDescriptionprotected <T> void
QueryServiceImpl.configureAuthCheck
(ListQueryParameterObject parameter, ProcessEngineConfigurationImpl engineConfig, CommandContext commandContext) QueryServiceImpl.executeQueryRowCount
(String statement, ListQueryParameterObject parameter) Constructors in org.camunda.bpm.webapp.impl.db with parameters of type ListQueryParameterObjectModifierConstructorDescriptionQueryServiceRowCountCmd
(String statement, ListQueryParameterObject parameter) -
Uses of ListQueryParameterObject in org.camunda.bpm.webapp.rest.dto
Subclasses of ListQueryParameterObject in org.camunda.bpm.webapp.rest.dto