Class DecisionDefinitionSortImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<List<SearchRequestSort>>
io.camunda.client.impl.search.request.SearchRequestSortBase<DecisionDefinitionSort>
io.camunda.client.impl.search.sort.DecisionDefinitionSortImpl
- All Implemented Interfaces:
TypedSortableRequest.SearchRequestSort<DecisionDefinitionSort>,DecisionDefinitionSort
public class DecisionDefinitionSortImpl
extends SearchRequestSortBase<DecisionDefinitionSort>
implements DecisionDefinitionSort
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSort by dmn decision id.Sort by decision key.Sort by dmn decision requirements id.Sort by decision requirements key.name()Sort by dmn decision name.protected DecisionDefinitionSortself()tenantId()Sort by tenant id.version()Sort by version.Methods inherited from class io.camunda.client.impl.search.request.SearchRequestSortBase
asc, desc, field, getSearchRequestProperty, orderMethods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.client.api.search.request.TypedSortableRequest.SearchRequestSort
asc, desc
-
Constructor Details
-
DecisionDefinitionSortImpl
public DecisionDefinitionSortImpl()
-
-
Method Details
-
decisionDefinitionKey
Description copied from interface:DecisionDefinitionSortSort by decision key.- Specified by:
decisionDefinitionKeyin interfaceDecisionDefinitionSort
-
decisionDefinitionId
Description copied from interface:DecisionDefinitionSortSort by dmn decision id.- Specified by:
decisionDefinitionIdin interfaceDecisionDefinitionSort
-
name
Description copied from interface:DecisionDefinitionSortSort by dmn decision name.- Specified by:
namein interfaceDecisionDefinitionSort
-
version
Description copied from interface:DecisionDefinitionSortSort by version.- Specified by:
versionin interfaceDecisionDefinitionSort
-
decisionRequirementsId
Description copied from interface:DecisionDefinitionSortSort by dmn decision requirements id.- Specified by:
decisionRequirementsIdin interfaceDecisionDefinitionSort
-
decisionRequirementsKey
Description copied from interface:DecisionDefinitionSortSort by decision requirements key.- Specified by:
decisionRequirementsKeyin interfaceDecisionDefinitionSort
-
tenantId
Description copied from interface:DecisionDefinitionSortSort by tenant id.- Specified by:
tenantIdin interfaceDecisionDefinitionSort
-
self
- Specified by:
selfin classSearchRequestSortBase<DecisionDefinitionSort>
-