Uses of Interface
io.camunda.client.api.search.filter.builder.DateTimeProperty
Packages that use DateTimeProperty
Package
Description
-
Uses of DateTimeProperty in io.camunda.client.api.search.filter
Method parameters in io.camunda.client.api.search.filter with type arguments of type DateTimePropertyModifier and TypeMethodDescriptionUserTaskFilter.completionDate(Consumer<DateTimeProperty> completionDate) Filters user tasks by the specifiedDateTimePropertycompletion date.UserTaskFilter.creationDate(Consumer<DateTimeProperty> creationDate) Filters user tasks by the specifiedDateTimePropertycreation date.UserTaskFilter.dueDate(Consumer<DateTimeProperty> dueDate) Filters user tasks by the specifiedDateTimePropertydue date.ProcessInstanceFilter.endDate(Consumer<DateTimeProperty> fn) Filter by endDate usingDateTimePropertyconsumerProcessInstanceFilterBase.endDate(Consumer<DateTimeProperty> fn) Filter by endDate usingDateTimePropertyconsumerDecisionInstanceFilter.evaluationDate(Consumer<DateTimeProperty> callback) Filter by evaluationDate usingDateTimePropertyconsumerUserTaskFilter.followUpDate(Consumer<DateTimeProperty> followUpDate) Filters user tasks by the specifiedDateTimePropertyfollow-up date.ProcessInstanceFilter.startDate(Consumer<DateTimeProperty> fn) Filter by startDate usingDateTimePropertyconsumerProcessInstanceFilterBase.startDate(Consumer<DateTimeProperty> fn) Filter by startDate usingDateTimePropertyconsumer -
Uses of DateTimeProperty in io.camunda.client.api.statistics.filter
Method parameters in io.camunda.client.api.statistics.filter with type arguments of type DateTimePropertyModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilter.endDate(Consumer<DateTimeProperty> fn) Filter by endDate usingDateTimePropertyconsumerProcessDefinitionStatisticsFilterBase.endDate(Consumer<DateTimeProperty> fn) Filter by endDate usingDateTimePropertyconsumerProcessDefinitionStatisticsFilter.startDate(Consumer<DateTimeProperty> fn) Filter by startDate usingDateTimePropertyconsumerProcessDefinitionStatisticsFilterBase.startDate(Consumer<DateTimeProperty> fn) Filter by startDate usingDateTimePropertyconsumer -
Uses of DateTimeProperty in io.camunda.client.impl.search.filter
Method parameters in io.camunda.client.impl.search.filter with type arguments of type DateTimePropertyModifier and TypeMethodDescriptionUserTaskFilterImpl.completionDate(Consumer<DateTimeProperty> fn) UserTaskFilterImpl.creationDate(Consumer<DateTimeProperty> fn) UserTaskFilterImpl.dueDate(Consumer<DateTimeProperty> fn) ProcessInstanceFilterImpl.endDate(Consumer<DateTimeProperty> fn) DecisionInstanceFilterImpl.evaluationDate(Consumer<DateTimeProperty> fn) UserTaskFilterImpl.followUpDate(Consumer<DateTimeProperty> fn) ProcessInstanceFilterImpl.startDate(Consumer<DateTimeProperty> fn) -
Uses of DateTimeProperty in io.camunda.client.impl.search.filter.builder
Classes in io.camunda.client.impl.search.filter.builder that implement DateTimePropertyMethods in io.camunda.client.impl.search.filter.builder that return DateTimePropertyModifier and TypeMethodDescriptionDateTimePropertyImpl.eq(OffsetDateTime value) DateTimePropertyImpl.exists(boolean value) DateTimePropertyImpl.gt(OffsetDateTime value) DateTimePropertyImpl.gte(OffsetDateTime value) DateTimePropertyImpl.in(OffsetDateTime... values) DateTimePropertyImpl.in(List<OffsetDateTime> values) DateTimePropertyImpl.lt(OffsetDateTime value) DateTimePropertyImpl.lte(OffsetDateTime value) DateTimePropertyImpl.neq(OffsetDateTime value) -
Uses of DateTimeProperty in io.camunda.client.impl.statistics.filter
Method parameters in io.camunda.client.impl.statistics.filter with type arguments of type DateTimePropertyModifier and TypeMethodDescriptionProcessDefinitionStatisticsFilterImpl.endDate(Consumer<DateTimeProperty> fn) ProcessDefinitionStatisticsFilterImpl.startDate(Consumer<DateTimeProperty> fn)