Uses of Interface
net.anwiba.spatial.ckan.request.sort.ISortOrder
-
Packages that use ISortOrder Package Description net.anwiba.spatial.ckan.query net.anwiba.spatial.ckan.request net.anwiba.spatial.ckan.request.sort -
-
Uses of ISortOrder in net.anwiba.spatial.ckan.query
Methods in net.anwiba.spatial.ckan.query that return ISortOrder Modifier and Type Method Description ISortOrderIPackageSearchCondition. getSortOrder()ISortOrderPackageSearchCondition. getSortOrder()Methods in net.anwiba.spatial.ckan.query with parameters of type ISortOrder Modifier and Type Method Description IPackageSearchConditionBuilderIPackageSearchConditionBuilder. setSortOrder(ISortOrder sortOrder)IPackageSearchConditionBuilderPackageSearchConditionBuilder. setSortOrder(ISortOrder sortOrder)Constructors in net.anwiba.spatial.ckan.query with parameters of type ISortOrder Constructor Description PackageSearchCondition(java.lang.String queryString, Envelope envelope, Event event, java.time.LocalDateTime fromDate, java.time.LocalDateTime toDate, java.util.List<Organization> organizations, java.util.List<Group> groups, java.util.List<Tag> tags, java.util.List<java.lang.String> formats, java.util.List<License> licenses, int offset, int rows, ISortOrder sortOrder) -
Uses of ISortOrder in net.anwiba.spatial.ckan.request
Methods in net.anwiba.spatial.ckan.request with parameters of type ISortOrder Modifier and Type Method Description PackageRequestBuilder.PackageSearchRequestBuilderPackageRequestBuilder.PackageSearchRequestBuilder. sortOrder(ISortOrder sortOrder) -
Uses of ISortOrder in net.anwiba.spatial.ckan.request.sort
Subinterfaces of ISortOrder in net.anwiba.spatial.ckan.request.sort Modifier and Type Interface Description interfaceISortOrderListinterfaceISortOrderTermClasses in net.anwiba.spatial.ckan.request.sort that implement ISortOrder Modifier and Type Class Description classSortOrderListclassSortOrderTerm
-