org.camunda.bpm.engine.rest.dto.history.batch
Class HistoricBatchQueryDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
org.camunda.bpm.engine.rest.dto.AbstractQueryDto<HistoricBatchQuery>
org.camunda.bpm.engine.rest.dto.history.batch.HistoricBatchQueryDto
public class HistoricBatchQueryDto
- extends AbstractQueryDto<HistoricBatchQuery>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
batchId
protected String batchId
type
protected String type
completed
protected Boolean completed
tenantIds
protected List<String> tenantIds
withoutTenantId
protected Boolean withoutTenantId
HistoricBatchQueryDto
public HistoricBatchQueryDto(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
setBatchId
public void setBatchId(String batchId)
setType
public void setType(String type)
setCompleted
public void setCompleted(Boolean completed)
setTenantIdIn
public void setTenantIdIn(List<String> tenantIds)
setWithoutTenantId
public void setWithoutTenantId(Boolean withoutTenantId)
isValidSortByValue
protected boolean isValidSortByValue(String value)
- Specified by:
isValidSortByValue in class AbstractQueryDto<HistoricBatchQuery>
createNewQuery
protected HistoricBatchQuery createNewQuery(ProcessEngine engine)
- Specified by:
createNewQuery in class AbstractQueryDto<HistoricBatchQuery>
applyFilters
protected void applyFilters(HistoricBatchQuery query)
- Specified by:
applyFilters in class AbstractQueryDto<HistoricBatchQuery>
applySortBy
protected void applySortBy(HistoricBatchQuery query,
String sortBy,
Map<String,Object> parameters,
ProcessEngine engine)
- Specified by:
applySortBy in class AbstractQueryDto<HistoricBatchQuery>
Copyright © 2016 camunda services GmbH. All rights reserved.