| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.runtime |
Classes related to the
RuntimeService. |
| Modifier and Type | Method and Description |
|---|---|
List<Execution> |
NativeExecutionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecutionQueryImpl.localize(Execution execution,
String activityId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionEntity |
| Modifier and Type | Method and Description |
|---|---|
List<Execution> |
ExecutionEntityManager.findExecutionsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessInstance
Represents one execution of a
ProcessDefinition. |
Copyright © 2016 Alfresco. All rights reserved.