Package | Description |
---|---|
org.camunda.bpm.engine.history |
Classes related to the
HistoryService . |
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.query |
Classes related to the querying entities in the engine.
|
org.camunda.bpm.engine.rest.dto | |
org.camunda.bpm.engine.rest.dto.converter |
Modifier and Type | Method and Description |
---|---|
PeriodUnit |
ReportResult.getPeriodUnit()
Returns the unit of the period.
|
Modifier and Type | Field and Description |
---|---|
protected PeriodUnit |
HistoricProcessInstanceReportImpl.durationPeriodUnit |
protected PeriodUnit |
HistoricTaskInstanceReportImpl.durationPeriodUnit |
Modifier and Type | Method and Description |
---|---|
List<DurationReportResult> |
HistoricProcessInstanceReportImpl.duration(PeriodUnit periodUnit) |
List<DurationReportResult> |
HistoricTaskInstanceReportImpl.duration(PeriodUnit periodUnit) |
Modifier and Type | Field and Description |
---|---|
protected PeriodUnit |
ReportResultEntity.periodUnit |
Modifier and Type | Method and Description |
---|---|
PeriodUnit |
ReportResultEntity.getPeriodUnit() |
Modifier and Type | Method and Description |
---|---|
static PeriodUnit |
PeriodUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodUnit[] |
PeriodUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DurationReportResult> |
Report.duration(PeriodUnit periodUnit)
Executes the duration report query and returns a list of
DurationReportResult s. |
Modifier and Type | Field and Description |
---|---|
protected PeriodUnit |
AbstractReportDto.periodUnit |
Modifier and Type | Method and Description |
---|---|
protected PeriodUnit |
AbstractReportDto.getPeriodUnit() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReportDto.setPeriodUnit(PeriodUnit periodUnit) |
Modifier and Type | Method and Description |
---|---|
PeriodUnit |
PeriodUnitConverter.convertQueryParameterToType(String value) |
Copyright © 2022. All rights reserved.