Class ResourceSortImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<List<SearchRequestSort>>
io.camunda.client.impl.search.request.SearchRequestSortBase<ResourceSort>
io.camunda.client.impl.search.sort.ResourceSortImpl
- All Implemented Interfaces:
TypedSortableRequest.SearchRequestSort<ResourceSort>,ResourceSort
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSort by deployment key.Sort by resource ID.Sort by resource key.Sort by resource name.protected ResourceSortself()tenantId()Sort by tenant ID.version()Sort by version.Sort by version tag.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
-
ResourceSortImpl
public ResourceSortImpl()
-
-
Method Details
-
resourceKey
Description copied from interface:ResourceSortSort by resource key.- Specified by:
resourceKeyin interfaceResourceSort
-
resourceName
Description copied from interface:ResourceSortSort by resource name.- Specified by:
resourceNamein interfaceResourceSort
-
resourceId
Description copied from interface:ResourceSortSort by resource ID.- Specified by:
resourceIdin interfaceResourceSort
-
version
Description copied from interface:ResourceSortSort by version.- Specified by:
versionin interfaceResourceSort
-
versionTag
Description copied from interface:ResourceSortSort by version tag.- Specified by:
versionTagin interfaceResourceSort
-
deploymentKey
Description copied from interface:ResourceSortSort by deployment key.- Specified by:
deploymentKeyin interfaceResourceSort
-
tenantId
Description copied from interface:ResourceSortSort by tenant ID.- Specified by:
tenantIdin interfaceResourceSort
-
self
- Specified by:
selfin classSearchRequestSortBase<ResourceSort>
-