Package | Description |
---|---|
org.activiti.engine.compatibility | |
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.impl.persistence.entity.data | |
org.activiti.engine.impl.persistence.entity.data.impl |
Modifier and Type | Method and Description |
---|---|
void |
Activiti5CompatibilityHandler.executeJob(Job job) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Interface and Description |
---|---|
interface |
JobEntity
Stub of the common parts of a Job.
|
interface |
MessageEntity |
interface |
TimerEntity |
Modifier and Type | Class and Description |
---|---|
class |
JobEntityImpl
Stub of the common parts of a Job.
|
class |
MessageEntityImpl |
class |
TimerEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobEntityManagerImpl.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
List<Job> |
JobEntityManager.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
List<Job> |
JobEntityManagerImpl.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<Job> |
JobEntityManagerImpl.findJobsByTypeAndProcessDefinitionIds(String jobHandlerType,
List<String> processDefinitionIds) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionIds(String jobHandlerType,
List<String> processDefinitionIds) |
List<Job> |
JobEntityManagerImpl.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<Job> |
JobEntityManagerImpl.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
List<Job> |
JobEntityManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobDataManager.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
List<Job> |
JobDataManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<Job> |
JobDataManager.findJobsByTypeAndProcessDefinitionIds(String jobHandlerType,
List<String> processDefinitionIds) |
List<Job> |
JobDataManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<Job> |
JobDataManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
MybatisJobDataManager.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
List<Job> |
MybatisJobDataManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<Job> |
MybatisJobDataManager.findJobsByTypeAndProcessDefinitionIds(String jobHandlerType,
List<String> processDefinitionIds) |
List<Job> |
MybatisJobDataManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<Job> |
MybatisJobDataManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
Copyright © 2015 Alfresco. All rights reserved.