Uses of Class
org.camunda.bpm.engine.impl.db.ListQueryParameterObject

Packages that use ListQueryParameterObject
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.batch.history   
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.db.entitymanager   
org.camunda.bpm.engine.impl.dmn.entity.repository   
org.camunda.bpm.engine.impl.filter   
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.identity.db   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl
 

Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl
 class 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 ActivityStatisticsQueryImpl
           
 class AuthorizationQueryImpl
           
 class DeploymentQueryImpl
           
 class DeploymentStatisticsQueryImpl
           
 class EventSubscriptionQueryImpl
           
 class ExecutionQueryImpl
           
 class ExternalTaskQueryImpl
           
 class GroupQueryImpl
           
 class HistoricActivityInstanceQueryImpl
           
 class HistoricActivityStatisticsQueryImpl
           
 class HistoricCaseActivityInstanceQueryImpl
           
 class HistoricCaseInstanceQueryImpl
           
 class HistoricDecisionInstanceQueryImpl
           
 class HistoricDetailQueryImpl
           
 class HistoricIdentityLinkLogQueryImpl
           
 class HistoricIncidentQueryImpl
           
 class HistoricJobLogQueryImpl
           
 class HistoricProcessInstanceQueryImpl
           
 class HistoricTaskInstanceQueryImpl
           
 class HistoricVariableInstanceQueryImpl
           
 class IncidentQueryImpl
           
 class JobDefinitionQueryImpl
           
 class JobQueryImpl
           
 class ProcessDefinitionQueryImpl
           
 class ProcessDefinitionStatisticsQueryImpl
           
 class ProcessInstanceQueryImpl
           
 class TaskQueryImpl
           
 class TenantQueryImpl
           
 class UserOperationLogQueryImpl
           
 class UserQueryImpl
           
 class VariableInstanceQueryImpl
           
 

Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch
 

Subclasses of ListQueryParameterObject in org.camunda.bpm.engine.impl.batch
 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
 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
 class CaseDefinitionQueryImpl
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return ListQueryParameterObject
protected  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.runtime
 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
 List DbEntityManager.selectList(String statement, ListQueryParameterObject parameter)
           
 List DbEntityManager.selectList(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
 class DecisionDefinitionQueryImpl
           
 class DecisionRequirementsDefinitionQueryImpl
           
 

Methods in org.camunda.bpm.engine.impl.dmn.entity.repository that return ListQueryParameterObject
protected  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
 class FilterQueryImpl
           
 

Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.history.event
 

Methods in org.camunda.bpm.engine.impl.history.event that return ListQueryParameterObject
protected  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.db
 class DbGroupQueryImpl
           
 class DbTenantQueryImpl
           
 class DbUserQueryImpl
           
 

Uses of ListQueryParameterObject in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return ListQueryParameterObject
protected  ListQueryParameterObject ProcessDefinitionManager.configureParameterizedQuery(Object parameter)
           
protected  ListQueryParameterObject ExecutionManager.configureParameterizedQuery(Object parameter)
           
protected  ListQueryParameterObject EventSubscriptionManager.configureParameterizedQuery(Object parameter)
           
protected  ListQueryParameterObject JobDefinitionManager.configureParameterizedQuery(Object parameter)
           
protected  ListQueryParameterObject TaskManager.configureParameterizedQuery(Object parameter)
           
protected  ListQueryParameterObject JobManager.configureParameterizedQuery(Object parameter)
           
protected  ListQueryParameterObject ExternalTaskManager.configureParameterizedQuery(Object parameter)
           
 ListQueryParameterObject TenantManager.configureQuery(ListQueryParameterObject query)
           
 ListQueryParameterObject TenantManager.configureQuery(Object parameters)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ListQueryParameterObject
protected  void AuthorizationManager.addPermissionCheck(ListQueryParameterObject query, Resource resource, String queryParam, Permission permission)
           
 void AuthorizationManager.configureExternalTaskFetch(ListQueryParameterObject parameter)
           
 ListQueryParameterObject TenantManager.configureQuery(ListQueryParameterObject query)
           
 void AuthorizationManager.configureQuery(ListQueryParameterObject query)
           
protected  void ExternalTaskManager.configureQuery(ListQueryParameterObject parameter)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.