Uses of Enum Class
org.camunda.bpm.engine.query.PeriodUnit
Packages that use 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
Methods in org.camunda.bpm.engine.history that return PeriodUnit -
Uses of PeriodUnit in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as PeriodUnitModifier and TypeFieldDescriptionprotected PeriodUnit
HistoricProcessInstanceReportImpl.durationPeriodUnit
protected PeriodUnit
HistoricTaskInstanceReportImpl.durationPeriodUnit
Methods in org.camunda.bpm.engine.impl with parameters of type PeriodUnitModifier and TypeMethodDescriptionHistoricProcessInstanceReportImpl.duration
(PeriodUnit periodUnit) 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 PeriodUnitMethods in org.camunda.bpm.engine.impl.persistence.entity that return PeriodUnit -
Uses of PeriodUnit in org.camunda.bpm.engine.query
Methods in org.camunda.bpm.engine.query that return PeriodUnitModifier 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.Methods in org.camunda.bpm.engine.query with parameters of type PeriodUnitModifier 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
Fields in org.camunda.bpm.engine.rest.dto declared as PeriodUnitMethods in org.camunda.bpm.engine.rest.dto that return PeriodUnitMethods in org.camunda.bpm.engine.rest.dto with parameters of type PeriodUnit -
Uses of PeriodUnit in org.camunda.bpm.engine.rest.dto.converter
Methods in org.camunda.bpm.engine.rest.dto.converter that return PeriodUnit