Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
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.filter | |
org.camunda.bpm.engine.impl.identity.db | |
org.camunda.bpm.engine.impl.jobexecutor | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.identity.impl.ldap |
Modifier and Type | Method and Description |
---|---|
List<U> |
AbstractQuery.evaluateExpressionsAndExecuteList(CommandContext commandContext,
Page page) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractVariableQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<VariableInstance> |
VariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityInstance> |
HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<JobDefinition> |
JobDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<UserOperationLogEntry> |
UserOperationLogQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricCaseActivityInstance> |
HistoricCaseActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricTaskInstance> |
HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Incident> |
IncidentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricIncident> |
HistoricIncidentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricVariableInstance> |
HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ActivityStatistics> |
ActivityStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityStatistics> |
HistoricActivityStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractQuery.executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
List<Authorization> |
AuthorizationQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricCaseInstance> |
HistoricCaseInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinitionStatistics> |
ProcessDefinitionStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessInstance> |
ProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<DeploymentStatistics> |
DeploymentStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<EventSubscription> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<CaseDefinition> |
CaseDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<CaseDefinition> |
CaseDefinitionManager.findCaseDefinitionsByQueryCriteria(CaseDefinitionQueryImpl caseDefinitionQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<CaseExecution> |
CaseExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<CaseSentryPartEntity> |
CaseSentryPartQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<CaseInstance> |
CaseInstanceQueryImpl.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) |
Modifier and Type | Method and Description |
---|---|
List |
DbEntityManager.selectList(String statement,
ListQueryParameterObject parameter,
Page page) |
List |
DbEntityManager.selectList(String statement,
Object parameter,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<Filter> |
FilterQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<User> |
DbUserQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Group> |
DbGroupQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Field and Description |
---|---|
protected Page |
GetUnlockedTimersByDuedateCmd.page |
Constructor and Description |
---|
GetUnlockedTimersByDuedateCmd(Date duedate,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
LdapGroupQuery.executeList(CommandContext commandContext,
Page page) |
List<User> |
LdapUserQueryImpl.executeList(CommandContext commandContext,
Page page) |
Copyright © 2018. All rights reserved.