Class BatchStatisticsQueryDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
org.camunda.bpm.engine.rest.dto.AbstractQueryDto<BatchStatisticsQuery>
org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsQueryDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Date
protected Date
protected Boolean
protected String
protected String
protected Boolean
protected Boolean
protected Boolean
Fields inherited from class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
expressions, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortings, sortOrder, VALID_SORT_ORDER_VALUES
Fields inherited from class org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
objectMapper
-
Constructor Summary
ConstructorDescriptionBatchStatisticsQueryDto
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyFilters
(BatchStatisticsQuery query) protected void
applySortBy
(BatchStatisticsQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine) protected BatchStatisticsQuery
createNewQuery
(ProcessEngine engine) protected boolean
isValidSortByValue
(String value) void
setBatchId
(String batchId) void
setCreateUserId
(String userId) void
setStartedAfter
(Date startedAfter) void
setStartedBefore
(Date startedBefore) void
setSuspended
(Boolean suspended) void
setTenantIdIn
(List<String> tenantIds) void
void
setWithFailures
(Boolean withFailures) void
setWithoutFailures
(Boolean withoutFailures) void
setWithoutTenantId
(Boolean withoutTenantId) Methods inherited from class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
applySortingOptions, applySortOrder, getSorting, setSortBy, setSorting, setSortOrder, sortOptionsValid, sortOrderValueForDirection, toQuery
Methods inherited from class org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
setObjectMapper, setValueBasedOnAnnotation
-
Field Details
-
batchId
-
type
-
tenantIds
-
withoutTenantId
-
suspended
-
userId
-
startedBefore
-
startedAfter
-
withFailures
-
withoutFailures
-
-
Constructor Details
-
BatchStatisticsQueryDto
-
-
Method Details
-
setBatchId
-
setType
-
setTenantIdIn
-
setWithoutTenantId
-
setSuspended
-
setCreateUserId
-
setStartedBefore
-
setStartedAfter
-
setWithFailures
-
setWithoutFailures
-
isValidSortByValue
- Specified by:
isValidSortByValue
in classAbstractQueryDto<BatchStatisticsQuery>
-
createNewQuery
- Specified by:
createNewQuery
in classAbstractQueryDto<BatchStatisticsQuery>
-
applyFilters
- Specified by:
applyFilters
in classAbstractQueryDto<BatchStatisticsQuery>
-
applySortBy
protected void applySortBy(BatchStatisticsQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine) - Specified by:
applySortBy
in classAbstractQueryDto<BatchStatisticsQuery>
-