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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]protected Stringprotected Stringprotected StringFields inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
DEFAULT_ORDER, objectMapper, SORT_ORDER_ASC_VALUE, SORT_ORDER_DESC_VALUE, sortBy, sortOrderFields inherited from class org.camunda.bpm.cockpit.db.QueryParameters
historyEnabled, maxResultsLimitEnabledFields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck -
Constructor Summary
ConstructorsConstructorDescriptionProcessDefinitionQueryDto(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
Method Summary
Modifier and TypeMethodDescriptionString[]protected StringgetOrderByValue(String sortBy) voidinitQueryVariableValues(VariableSerializers variableTypes, String dbType) protected booleanisValidSortByValue(String value) voidsetActivityIdIn(String[] activityIdIn) voidsetBusinessKey(String businessKey) voidsetParentProcessDefinitionId(String parentProcessDefinitionId) voidsetSuperProcessDefinitionId(String superProcessDefinitionId) voidsetVariables(List<VariableQueryParameterDto> variables) Methods inherited from class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
getInternalOrderBy, getOrderBy, resolveVariableValue, setObjectMapper, setSortBy, setSortOrder, setValueBasedOnAnnotation, sortOptionsValidMethods inherited from class org.camunda.bpm.cockpit.db.QueryParameters
disableMaxResultsLimit, isHistoryEnabled, isMaxResultsLimitEnabled, setHistoryEnabledMethods 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
-
Field Details
-
parentProcessDefinitionId
-
superProcessDefinitionId
-
activityIdIn
-
businessKey
-
-
Constructor Details
-
ProcessDefinitionQueryDto
public ProcessDefinitionQueryDto() -
ProcessDefinitionQueryDto
-
-
Method Details
-
getParentProcessDefinitionId
-
setParentProcessDefinitionId
-
getSuperProcessDefinitionId
-
setSuperProcessDefinitionId
-
getActivityIdIn
-
setActivityIdIn
-
getBusinessKey
-
setBusinessKey
-
setVariables
-
getQueryVariableValues
-
initQueryVariableValues
-
getOrderByValue
- Specified by:
getOrderByValuein classAbstractRestQueryParametersDto<ProcessDefinitionDto>
-
isValidSortByValue
- Specified by:
isValidSortByValuein classAbstractRestQueryParametersDto<ProcessDefinitionDto>
-