| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.rest.dto.runtime |
| 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> |
JobManager.findJobsByConfiguration(String jobHandlerType,
String jobHandlerConfiguration) |
List<Job> |
JobManager.findJobsByExecutionId(String executionId) |
List<Job> |
JobManager.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
static JobDto |
JobDto.fromJob(Job job) |
Copyright © 2015. All rights reserved.