public abstract class AbstractProcessInstanceQueryDto<T extends ProcessInstanceDto> extends AbstractRestQueryParametersDto<T>
Modifier and Type | Field and Description |
---|---|
protected String[] |
activityIdIn |
protected String[] |
activityInstanceIdIn |
protected String |
businessKey |
protected String |
parentProcessDefinitionId |
protected String |
parentProcessInstanceId |
protected String |
processDefinitionId |
protected Date |
startedAfter |
protected Date |
startedBefore |
DEFAULT_ORDER, objectMapper, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrder
historyEnabled
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
Constructor and Description |
---|
AbstractProcessInstanceQueryDto() |
AbstractProcessInstanceQueryDto(javax.ws.rs.core.MultivaluedMap<String,String> queryParameter) |
getOrderBy, resolveVariableValue, setObjectMapper, setSortBy, setSortOrder, setValueBasedOnAnnotation, sortOptionsValid
isHistoryEnabled, setHistoryEnabled
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
protected String processDefinitionId
protected String parentProcessDefinitionId
protected String[] activityIdIn
protected String[] activityInstanceIdIn
protected String businessKey
protected String parentProcessInstanceId
protected Date startedBefore
protected Date startedAfter
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getParentProcessDefinitionId()
public void setParentProcessDefinitionId(String parentProcessDefinitionId)
public void setVariables(List<VariableQueryParameterDto> variables)
public List<QueryVariableValue> getQueryVariableValues()
public void initQueryVariableValues(VariableSerializers variableTypes)
public String getParentProcessInstanceId()
public void setParentProcessInstanceId(String parentProcessInstanceId)
public String[] getActivityIdIn()
public void setActivityIdIn(String[] activityIdIn)
public String[] getActivityInstanceIdIn()
public void setActivityInstanceIdIn(String[] activityInstanceIdIn)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public Date getStartedBefore()
public void setStartedBefore(Date startedBefore)
public Date getStartedAfter()
public void setStartedAfter(Date startedAfter)
protected String getOrderByValue(String sortBy)
getOrderByValue
in class AbstractRestQueryParametersDto<T extends ProcessInstanceDto>
protected boolean isValidSortByValue(String value)
isValidSortByValue
in class AbstractRestQueryParametersDto<T extends ProcessInstanceDto>
public String getOuterOrderBy()
Copyright © 2018. All rights reserved.