| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.db | |
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.persistence.entity.data | |
| org.activiti.engine.impl.persistence.entity.data.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.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<Job> |
DeadLetterJobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityInstance> |
HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<EventSubscriptionEntity> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Model> |
ModelQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractVariableQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricTaskInstance> |
HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessInstance> |
ProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
SuspendedJobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
TimerJobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricVariableInstance> |
HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
List |
DbSqlSession.selectList(String statement,
ListQueryParameterObject parameter,
Page page) |
List |
DbSqlSession.selectList(String statement,
ListQueryParameterObject parameter,
Page page,
boolean useCache) |
List |
DbSqlSession.selectList(String statement,
Object parameter,
Page page) |
List |
DbSqlSession.selectList(String statement,
Object parameter,
Page page,
boolean useCache) |
Copyright © 2010–2018 Alfresco. All rights reserved.