Uses of Class
org.camunda.bpm.engine.impl.Page
-
-
Uses of Page in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type Page Modifier and Type Method Description List<U>
AbstractQuery. evaluateExpressionsAndExecuteList(CommandContext commandContext, Page page)
abstract List<U>
AbstractQuery. executeList(CommandContext commandContext, Page page)
Executes the actual query to retrieve the list of results.abstract List<U>
AbstractVariableQueryImpl. executeList(CommandContext commandContext, Page page)
List<ActivityStatistics>
ActivityStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<Authorization>
AuthorizationQueryImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricBatchReportResult>
CleanableHistoricBatchReportImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricCaseInstanceReportResult>
CleanableHistoricCaseInstanceReportImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricDecisionInstanceReportResult>
CleanableHistoricDecisionInstanceReportImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricProcessInstanceReportResult>
CleanableHistoricProcessInstanceReportImpl. executeList(CommandContext commandContext, Page page)
List<Deployment>
DeploymentQueryImpl. executeList(CommandContext commandContext, Page page)
List<DeploymentStatistics>
DeploymentStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<EventSubscription>
EventSubscriptionQueryImpl. executeList(CommandContext commandContext, Page page)
List<Execution>
ExecutionQueryImpl. executeList(CommandContext commandContext, Page page)
List<ExternalTask>
ExternalTaskQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricActivityInstance>
HistoricActivityInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricActivityStatistics>
HistoricActivityStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseActivityInstance>
HistoricCaseActivityInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseActivityStatistics>
HistoricCaseActivityStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseInstance>
HistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricDecisionInstance>
HistoricDecisionInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricDecisionInstanceStatistics>
HistoricDecisionInstanceStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricDetail>
HistoricDetailQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricExternalTaskLog>
HistoricExternalTaskLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricIdentityLinkLog>
HistoricIdentityLinkLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricIncident>
HistoricIncidentQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricJobLog>
HistoricJobLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricProcessInstance>
HistoricProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricTaskInstance>
HistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricVariableInstance>
HistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<Incident>
IncidentQueryImpl. executeList(CommandContext commandContext, Page page)
List<JobDefinition>
JobDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<Job>
JobQueryImpl. executeList(CommandContext commandContext, Page page)
List<ProcessDefinition>
ProcessDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<ProcessDefinitionStatistics>
ProcessDefinitionStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<ProcessInstance>
ProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<SchemaLogEntry>
SchemaLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<Task>
TaskQueryImpl. executeList(CommandContext commandContext, Page page)
List<UserOperationLogEntry>
UserOperationLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<VariableInstance>
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 Page Modifier and Type Method Description List<Batch>
BatchQueryImpl. executeList(CommandContext commandContext, Page page)
List<BatchStatistics>
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 Page Modifier and Type Method Description List<HistoricBatch>
HistoricBatchQueryImpl. 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 Page Modifier and Type Method Description List<CaseDefinition>
CaseDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<CaseDefinition>
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 Page Modifier and Type Method Description List<CaseExecution>
CaseExecutionQueryImpl. executeList(CommandContext commandContext, Page page)
List<CaseInstance>
CaseInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<CaseSentryPartEntity>
CaseSentryPartQueryImpl. executeList(CommandContext commandContext, Page page)
List<CaseExecution>
CaseExecutionManager. findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl caseExecutionQuery, Page page)
List<CaseInstance>
CaseExecutionManager. findCaseInstanceByQueryCriteria(CaseInstanceQueryImpl caseInstanceQuery, Page page)
List<CaseSentryPartEntity>
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 Page Modifier and Type Method Description List
DbEntityManager. selectList(String statement, Object parameter, Page page)
List
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 Page Modifier and Type Method Description List<DecisionDefinition>
DecisionDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<DecisionRequirementsDefinition>
DecisionRequirementsDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<DecisionDefinition>
DecisionDefinitionManager. findDecisionDefinitionsByQueryCriteria(DecisionDefinitionQueryImpl decisionDefinitionQuery, Page page)
List<DecisionRequirementsDefinition>
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 Page Modifier and Type Method Description List<Filter>
FilterQueryImpl. 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 Page Modifier and Type Method Description List<CleanableHistoricDecisionInstanceReportResult>
HistoricDecisionInstanceManager. findCleanableHistoricDecisionInstancesReportByCriteria(CleanableHistoricDecisionInstanceReportImpl query, Page page)
List<HistoricDecisionInstance>
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 Page Modifier and Type Method Description List<Group>
DbGroupQueryImpl. executeList(CommandContext commandContext, Page page)
List<Tenant>
DbTenantQueryImpl. executeList(CommandContext commandContext, Page page)
List<User>
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 Page Modifier and Type Field Description protected Page
GetUnlockedTimersByDuedateCmd. page
Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Page Constructor Description GetUnlockedTimersByDuedateCmd(Date duedate, Page page)
-
Uses of Page in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of Page in org.camunda.bpm.identity.impl.ldap
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type Page Modifier and Type Method Description List<Group>
LdapGroupQuery. executeList(CommandContext commandContext, Page page)
List<Tenant>
LdapTenantQuery. executeList(CommandContext commandContext, Page page)
List<User>
LdapUserQueryImpl. executeList(CommandContext commandContext, Page page)
-