Class ProcessDefinitionQueryDto
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.cockpit.db.QueryParameters
-
- org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto<ProcessDefinitionDto>
-
- org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
-
- All Implemented Interfaces:
Serializable
public class ProcessDefinitionQueryDto extends AbstractRestQueryParametersDto<ProcessDefinitionDto>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String[]activityIdInprotected StringbusinessKeyprotected StringparentProcessDefinitionIdprotected StringsuperProcessDefinitionId-
Fields inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
DEFAULT_ORDER, objectMapper, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrder
-
Fields inherited from class org.camunda.bpm.cockpit.db.QueryParameters
historyEnabled, maxResultsLimitEnabled
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionQueryDto()ProcessDefinitionQueryDto(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getActivityIdIn()StringgetBusinessKey()protected StringgetOrderByValue(String sortBy)StringgetParentProcessDefinitionId()List<org.camunda.bpm.engine.impl.QueryVariableValue>getQueryVariableValues()StringgetSuperProcessDefinitionId()voidinitQueryVariableValues(org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers variableTypes, String dbType)protected booleanisValidSortByValue(String value)voidsetActivityIdIn(String[] activityIdIn)voidsetBusinessKey(String businessKey)voidsetParentProcessDefinitionId(String parentProcessDefinitionId)voidsetSuperProcessDefinitionId(String superProcessDefinitionId)voidsetVariables(List<org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto> variables)-
Methods inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
getInternalOrderBy, getOrderBy, resolveVariableValue, setObjectMapper, setSortBy, setSortOrder, setValueBasedOnAnnotation, sortOptionsValid
-
Methods inherited from class org.camunda.bpm.cockpit.db.QueryParameters
disableMaxResultsLimit, isHistoryEnabled, isMaxResultsLimitEnabled, setHistoryEnabled
-
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
-
-
-
-
Method Detail
-
getParentProcessDefinitionId
public String getParentProcessDefinitionId()
-
setParentProcessDefinitionId
public void setParentProcessDefinitionId(String parentProcessDefinitionId)
-
getSuperProcessDefinitionId
public String getSuperProcessDefinitionId()
-
setSuperProcessDefinitionId
public void setSuperProcessDefinitionId(String superProcessDefinitionId)
-
getActivityIdIn
public String[] getActivityIdIn()
-
setActivityIdIn
public void setActivityIdIn(String[] activityIdIn)
-
getBusinessKey
public String getBusinessKey()
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
setVariables
public void setVariables(List<org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto> variables)
-
getQueryVariableValues
public List<org.camunda.bpm.engine.impl.QueryVariableValue> getQueryVariableValues()
-
initQueryVariableValues
public void initQueryVariableValues(org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers variableTypes, String dbType)
-
getOrderByValue
protected String getOrderByValue(String sortBy)
- Specified by:
getOrderByValuein classAbstractRestQueryParametersDto<ProcessDefinitionDto>
-
isValidSortByValue
protected boolean isValidSortByValue(String value)
- Specified by:
isValidSortByValuein classAbstractRestQueryParametersDto<ProcessDefinitionDto>
-
-