Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
JobEntity
Stub of the common parts of a Job.
|
class |
MessageEntity |
class |
TimerEntity |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobEntityManager.findJobsByExecutionId(String executionId) |
List<Job> |
JobEntityManager.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
Copyright © 2016 Alfresco. All rights reserved.