|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PeriodUnit | |
|---|---|
| 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. |
| Uses of PeriodUnit in org.camunda.bpm.engine.history |
|---|
| Methods in org.camunda.bpm.engine.history that return PeriodUnit | |
|---|---|
PeriodUnit |
ReportResult.getPeriodUnit()
Returns the unit of the period. |
| Uses of PeriodUnit in org.camunda.bpm.engine.impl |
|---|
| Fields in org.camunda.bpm.engine.impl declared as PeriodUnit | |
|---|---|
protected PeriodUnit |
HistoricProcessInstanceReportImpl.durationPeriodUnit
|
protected PeriodUnit |
HistoricTaskInstanceReportImpl.durationPeriodUnit
|
| Methods in org.camunda.bpm.engine.impl with parameters of type PeriodUnit | |
|---|---|
List<DurationReportResult> |
HistoricProcessInstanceReportImpl.duration(PeriodUnit periodUnit)
|
List<DurationReportResult> |
HistoricTaskInstanceReportImpl.duration(PeriodUnit periodUnit)
|
| Uses of PeriodUnit in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity declared as PeriodUnit | |
|---|---|
protected PeriodUnit |
ReportResultEntity.periodUnit
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return PeriodUnit | |
|---|---|
PeriodUnit |
ReportResultEntity.getPeriodUnit()
|
| Uses of PeriodUnit in org.camunda.bpm.engine.query |
|---|
| Methods in org.camunda.bpm.engine.query that return PeriodUnit | |
|---|---|
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. |
| Methods in org.camunda.bpm.engine.query with parameters of type PeriodUnit | |
|---|---|
List<DurationReportResult> |
Report.duration(PeriodUnit periodUnit)
Executes the duration report query and returns a list of DurationReportResults. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||