All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pro.taskana.common.rest.QuerySortBy Maven / Gradle / Ivy

The newest version!
package pro.taskana.common.rest;

import pro.taskana.common.api.BaseQuery;
import pro.taskana.common.api.BaseQuery.SortDirection;

public interface QuerySortBy> {

  void applySortByForQuery(Q query, SortDirection sortDirection);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy