Uses of Class
org.camunda.bpm.engine.query.PeriodUnit
-
Packages that use PeriodUnit Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.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 -
-
Uses of PeriodUnit in org.camunda.bpm.engine.history
Methods in org.camunda.bpm.engine.history that return PeriodUnit Modifier and Type Method Description 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 Modifier and Type Field Description protected PeriodUnit
HistoricProcessInstanceReportImpl. durationPeriodUnit
protected PeriodUnit
HistoricTaskInstanceReportImpl. durationPeriodUnit
Methods in org.camunda.bpm.engine.impl with parameters of type PeriodUnit Modifier and Type Method Description 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 Modifier and Type Field Description protected PeriodUnit
ReportResultEntity. periodUnit
Methods in org.camunda.bpm.engine.impl.persistence.entity that return PeriodUnit Modifier and Type Method Description PeriodUnit
ReportResultEntity. getPeriodUnit()
-
Uses of PeriodUnit in org.camunda.bpm.engine.query
Methods in org.camunda.bpm.engine.query that return PeriodUnit Modifier and Type Method 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.Methods in org.camunda.bpm.engine.query with parameters of type PeriodUnit Modifier and Type Method Description List<DurationReportResult>
Report. 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 PeriodUnit Modifier and Type Field Description protected PeriodUnit
AbstractReportDto. periodUnit
Methods in org.camunda.bpm.engine.rest.dto that return PeriodUnit Modifier and Type Method Description protected PeriodUnit
AbstractReportDto. getPeriodUnit()
Methods in org.camunda.bpm.engine.rest.dto with parameters of type PeriodUnit Modifier and Type Method Description void
AbstractReportDto. setPeriodUnit(PeriodUnit periodUnit)
-
Uses of PeriodUnit in org.camunda.bpm.engine.rest.dto.converter
Methods in org.camunda.bpm.engine.rest.dto.converter that return PeriodUnit Modifier and Type Method Description PeriodUnit
PeriodUnitConverter. convertQueryParameterToType(String value)
-