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.management |
Modifier and Type | Method and Description |
---|---|
List<JobDefinition> |
JobDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
JobDefinitionEntity |
Modifier and Type | Field and Description |
---|---|
protected JobDefinition |
JobEntity.jobDefinition |
Modifier and Type | Method and Description |
---|---|
JobDefinition |
JobEntity.getJobDefinition() |
Modifier and Type | Method and Description |
---|---|
List<JobDefinition> |
JobDefinitionManager.findJobDefnitionByQueryCriteria(JobDefinitionQueryImpl jobDefinitionQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
void |
JobEntity.setJobDefinition(JobDefinition jobDefinition) |
Modifier and Type | Method and Description |
---|---|
static JobDefinitionDto |
JobDefinitionDto.fromJobDefinition(JobDefinition definition) |
Copyright © 2017. All rights reserved.