public class ProcessDefinitionQueryDto extends AbstractRestQueryParametersDto<ProcessDefinitionDto>
Modifier and Type | Field and Description |
---|---|
protected String[] |
activityIdIn |
protected String |
businessKey |
protected String |
parentProcessDefinitionId |
protected String |
superProcessDefinitionId |
DEFAULT_ORDER, objectMapper, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrder
historyEnabled
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
Constructor and Description |
---|
ProcessDefinitionQueryDto() |
ProcessDefinitionQueryDto(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters) |
Modifier and Type | Method and Description |
---|---|
String[] |
getActivityIdIn() |
String |
getBusinessKey() |
protected String |
getOrderByValue(String sortBy) |
String |
getParentProcessDefinitionId() |
List<QueryVariableValue> |
getQueryVariableValues() |
String |
getSuperProcessDefinitionId() |
void |
initQueryVariableValues(VariableSerializers variableTypes) |
protected boolean |
isValidSortByValue(String value) |
void |
setActivityIdIn(String[] activityIdIn) |
void |
setBusinessKey(String businessKey) |
void |
setParentProcessDefinitionId(String parentProcessDefinitionId) |
void |
setSuperProcessDefinitionId(String superProcessDefinitionId) |
void |
setVariables(List<VariableQueryParameterDto> variables) |
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 parentProcessDefinitionId
protected String superProcessDefinitionId
protected String[] activityIdIn
protected String businessKey
public String getParentProcessDefinitionId()
public void setParentProcessDefinitionId(String parentProcessDefinitionId)
public String getSuperProcessDefinitionId()
public void setSuperProcessDefinitionId(String superProcessDefinitionId)
public String[] getActivityIdIn()
public void setActivityIdIn(String[] activityIdIn)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public void setVariables(List<VariableQueryParameterDto> variables)
public List<QueryVariableValue> getQueryVariableValues()
public void initQueryVariableValues(VariableSerializers variableTypes)
protected String getOrderByValue(String sortBy)
getOrderByValue
in class AbstractRestQueryParametersDto<ProcessDefinitionDto>
protected boolean isValidSortByValue(String value)
isValidSortByValue
in class AbstractRestQueryParametersDto<ProcessDefinitionDto>
Copyright © 2018. All rights reserved.