Uses of Class
org.camunda.bpm.engine.impl.Page
Packages that use Page
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Page in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type PageModifier and TypeMethodDescriptionAbstractQuery.evaluateExpressionsAndExecuteList
(CommandContext commandContext, Page page) AbstractQuery.executeList
(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.AbstractVariableQueryImpl.executeList
(CommandContext commandContext, Page page) ActivityStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) AuthorizationQueryImpl.executeList
(CommandContext commandContext, Page page) CleanableHistoricBatchReportImpl.executeList
(CommandContext commandContext, Page page) CleanableHistoricCaseInstanceReportImpl.executeList
(CommandContext commandContext, Page page) CleanableHistoricDecisionInstanceReportImpl.executeList
(CommandContext commandContext, Page page) CleanableHistoricProcessInstanceReportImpl.executeList
(CommandContext commandContext, Page page) DeploymentQueryImpl.executeList
(CommandContext commandContext, Page page) DeploymentStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) EventSubscriptionQueryImpl.executeList
(CommandContext commandContext, Page page) ExecutionQueryImpl.executeList
(CommandContext commandContext, Page page) ExternalTaskQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricActivityInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricActivityStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricCaseActivityInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricCaseActivityStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricCaseInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricDecisionInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricDecisionInstanceStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricDetailQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricExternalTaskLogQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricIdentityLinkLogQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricIncidentQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricJobLogQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricProcessInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricTaskInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) HistoricVariableInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) IncidentQueryImpl.executeList
(CommandContext commandContext, Page page) JobDefinitionQueryImpl.executeList
(CommandContext commandContext, Page page) JobQueryImpl.executeList
(CommandContext commandContext, Page page) ProcessDefinitionQueryImpl.executeList
(CommandContext commandContext, Page page) ProcessDefinitionStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) ProcessInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) SchemaLogQueryImpl.executeList
(CommandContext commandContext, Page page) TaskQueryImpl.executeList
(CommandContext commandContext, Page page) UserOperationLogQueryImpl.executeList
(CommandContext commandContext, Page page) VariableInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch with parameters of type PageModifier and TypeMethodDescriptionBatchQueryImpl.executeList
(CommandContext commandContext, Page page) BatchStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.batch.history
Methods in org.camunda.bpm.engine.impl.batch.history with parameters of type PageModifier and TypeMethodDescriptionHistoricBatchQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.cmmn.entity.repository
Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository with parameters of type PageModifier and TypeMethodDescriptionCaseDefinitionQueryImpl.executeList
(CommandContext commandContext, Page page) CaseDefinitionManager.findCaseDefinitionsByQueryCriteria
(CaseDefinitionQueryImpl caseDefinitionQuery, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type PageModifier and TypeMethodDescriptionCaseExecutionQueryImpl.executeList
(CommandContext commandContext, Page page) CaseInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) CaseSentryPartQueryImpl.executeList
(CommandContext commandContext, Page page) CaseExecutionManager.findCaseExecutionsByQueryCriteria
(CaseExecutionQueryImpl caseExecutionQuery, Page page) CaseExecutionManager.findCaseInstanceByQueryCriteria
(CaseInstanceQueryImpl caseInstanceQuery, Page page) CaseSentryPartManager.findCaseSentryPartByQueryCriteria
(CaseSentryPartQueryImpl caseSentryPartQuery, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type PageModifier and TypeMethodDescriptionDbEntityManager.selectList
(String statement, Object parameter, Page page) DbEntityManager.selectList
(String statement, ListQueryParameterObject parameter, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.dmn.entity.repository
Methods in org.camunda.bpm.engine.impl.dmn.entity.repository with parameters of type PageModifier and TypeMethodDescriptionDecisionDefinitionQueryImpl.executeList
(CommandContext commandContext, Page page) DecisionRequirementsDefinitionQueryImpl.executeList
(CommandContext commandContext, Page page) DecisionDefinitionManager.findDecisionDefinitionsByQueryCriteria
(DecisionDefinitionQueryImpl decisionDefinitionQuery, Page page) DecisionRequirementsDefinitionManager.findDecisionRequirementsDefinitionsByQueryCriteria
(DecisionRequirementsDefinitionQueryImpl query, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.filter
Methods in org.camunda.bpm.engine.impl.filter with parameters of type PageModifier and TypeMethodDescriptionFilterQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event with parameters of type PageModifier and TypeMethodDescriptionHistoricDecisionInstanceManager.findCleanableHistoricDecisionInstancesReportByCriteria
(CleanableHistoricDecisionInstanceReportImpl query, Page page) HistoricDecisionInstanceManager.findHistoricDecisionInstancesByQueryCriteria
(HistoricDecisionInstanceQueryImpl query, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.identity.db
Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type PageModifier and TypeMethodDescriptionDbGroupQueryImpl.executeList
(CommandContext commandContext, Page page) DbTenantQueryImpl.executeList
(CommandContext commandContext, Page page) DbUserQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Page in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as PageConstructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Page -
Uses of Page in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PageModifier and TypeMethodDescriptionBatchManager.findBatchesByQueryCriteria
(BatchQueryImpl batchQuery, Page page) HistoricBatchManager.findBatchesByQueryCriteria
(HistoricBatchQueryImpl historicBatchQuery, Page page) HistoricBatchManager.findCleanableHistoricBatchesReportByCriteria
(CleanableHistoricBatchReportImpl query, Page page, Map<String, Integer> batchOperationsForHistoryCleanup) HistoricCaseInstanceManager.findCleanableHistoricCaseInstancesReportByCriteria
(CleanableHistoricCaseInstanceReportImpl query, Page page) HistoricProcessInstanceManager.findCleanableHistoricProcessInstancesReportByCriteria
(CleanableHistoricProcessInstanceReportImpl query, Page page) DeploymentManager.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery, Page page) EventSubscriptionManager.findEventSubscriptionsByQueryCriteria
(EventSubscriptionQueryImpl eventSubscriptionQueryImpl, Page page) ExecutionManager.findExecutionsByQueryCriteria
(ExecutionQueryImpl executionQuery, Page page) HistoricActivityInstanceManager.findHistoricActivityInstancesByQueryCriteria
(HistoricActivityInstanceQueryImpl historicActivityInstanceQuery, Page page) HistoricCaseActivityInstanceManager.findHistoricCaseActivityInstancesByQueryCriteria
(HistoricCaseActivityInstanceQueryImpl historicCaseActivityInstanceQuery, Page page) HistoricCaseInstanceManager.findHistoricCaseInstancesByQueryCriteria
(HistoricCaseInstanceQueryImpl historicCaseInstanceQuery, Page page) HistoricDetailManager.findHistoricDetailsByQueryCriteria
(HistoricDetailQueryImpl historicVariableUpdateQuery, Page page) HistoricExternalTaskLogManager.findHistoricExternalTaskLogsByQueryCriteria
(HistoricExternalTaskLogQueryImpl query, Page page) HistoricIdentityLinkLogManager.findHistoricIdentityLinkLogByQueryCriteria
(HistoricIdentityLinkLogQueryImpl query, Page page) HistoricIncidentManager.findHistoricIncidentByQueryCriteria
(HistoricIncidentQueryImpl query, Page page) HistoricJobLogManager.findHistoricJobLogsByQueryCriteria
(HistoricJobLogQueryImpl query, Page page) HistoricProcessInstanceManager.findHistoricProcessInstancesByQueryCriteria
(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery, Page page) HistoricTaskInstanceManager.findHistoricTaskInstancesByQueryCriteria
(HistoricTaskInstanceQueryImpl historicTaskInstanceQuery, Page page) HistoricVariableInstanceManager.findHistoricVariableInstancesByQueryCriteria
(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page) IncidentManager.findIncidentByQueryCriteria
(IncidentQueryImpl incidentQuery, Page page) JobDefinitionManager.findJobDefnitionByQueryCriteria
(JobDefinitionQueryImpl jobDefinitionQuery, Page page) JobManager.findJobsByQueryCriteria
(JobQueryImpl jobQuery, Page page) JobManager.findNextJobsToExecute
(Page page) UserOperationLogManager.findOperationLogEntriesByQueryCriteria
(UserOperationLogQueryImpl query, Page page) ProcessDefinitionManager.findProcessDefinitionsByQueryCriteria
(ProcessDefinitionQueryImpl processDefinitionQuery, Page page) ExecutionManager.findProcessInstancesByQueryCriteria
(ProcessInstanceQueryImpl processInstanceQuery, Page page) SchemaLogManager.findSchemaLogEntriesByQueryCriteria
(SchemaLogQueryImpl schemaLogQueryImpl, Page page) TaskManager.findTasksByQueryCriteria
(TaskQueryImpl taskQuery, Page page) Deprecated.JobManager.findUnlockedTimersByDuedate
(Date duedate, Page page) VariableInstanceManager.findVariableInstanceByQueryCriteria
(VariableInstanceQueryImpl variableInstanceQuery, Page page) HistoricStatisticsManager.getHistoricStatisticsGroupedByActivity
(HistoricActivityStatisticsQueryImpl query, Page page) HistoricStatisticsManager.getHistoricStatisticsGroupedByCaseActivity
(HistoricCaseActivityStatisticsQueryImpl query, Page page) StatisticsManager.getStatisticsGroupedByActivity
(ActivityStatisticsQueryImpl query, Page page) StatisticsManager.getStatisticsGroupedByBatch
(BatchStatisticsQueryImpl query, Page page) StatisticsManager.getStatisticsGroupedByDecisionRequirementsDefinition
(HistoricDecisionInstanceStatisticsQueryImpl query, Page page) StatisticsManager.getStatisticsGroupedByDeployment
(DeploymentStatisticsQueryImpl query, Page page) StatisticsManager.getStatisticsGroupedByProcessDefinitionVersion
(ProcessDefinitionStatisticsQueryImpl query, Page page) -
Uses of Page in org.camunda.bpm.identity.impl.ldap
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type PageModifier and TypeMethodDescriptionLdapGroupQuery.executeList
(CommandContext commandContext, Page page) LdapTenantQuery.executeList
(CommandContext commandContext, Page page) LdapUserQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of Page in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Methods in org.camunda.bpm.spring.boot.starter.security.oauth2.impl with parameters of type PageModifier and TypeMethodDescriptionOAuth2IdentityProvider.OAuth2GroupQuery.executeList
(CommandContext commandContext, Page page) OAuth2IdentityProvider.OAuth2TenantQuery.executeList
(CommandContext commandContext, Page page) OAuth2IdentityProvider.OAuth2UserQuery.executeList
(CommandContext commandContext, Page page)