Uses of Enum Class
org.camunda.bpm.engine.query.PeriodUnit
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the querying entities in the engine.
-
Uses of PeriodUnit in org.camunda.bpm.engine.history
-
Uses of PeriodUnit in org.camunda.bpm.engine.impl
Modifier and TypeFieldDescriptionprotected PeriodUnit
HistoricProcessInstanceReportImpl.durationPeriodUnit
protected PeriodUnit
HistoricTaskInstanceReportImpl.durationPeriodUnit
Modifier and TypeMethodDescriptionHistoricProcessInstanceReportImpl.duration
(PeriodUnit periodUnit) HistoricTaskInstanceReportImpl.duration
(PeriodUnit periodUnit) -
Uses of PeriodUnit in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of PeriodUnit in org.camunda.bpm.engine.query
Modifier and TypeMethodDescriptionstatic PeriodUnit
Returns the enum constant of this class with the specified name.static PeriodUnit[]
PeriodUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionReport.duration
(PeriodUnit periodUnit) Executes the duration report query and returns a list ofDurationReportResult
s. -
Uses of PeriodUnit in org.camunda.bpm.engine.rest.dto
-
Uses of PeriodUnit in org.camunda.bpm.engine.rest.dto.converter