Package | Description |
---|---|
org.camunda.bpm.cockpit.impl.plugin.base.dto | |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
static IncidentDto |
IncidentDto.fromIncident(Incident incident) |
Modifier and Type | Method and Description |
---|---|
static List<IncidentDto> |
IncidentDto.fromListOfIncidents(List<Incident> incidents) |
Modifier and Type | Method and Description |
---|---|
List<Incident> |
IncidentQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
IncidentEntity |
Modifier and Type | Method and Description |
---|---|
List<Incident> |
IncidentManager.findIncidentByConfiguration(String configuration) |
List<Incident> |
IncidentManager.findIncidentByQueryCriteria(IncidentQueryImpl jobQuery,
Page page) |
List<Incident> |
IncidentManager.findIncidentsByExecution(String id) |
Copyright © 2015. All rights reserved.