Uses of Class
pro.taskana.classification.rest.ClassificationController.ClassificationQuerySortParameter
-
Packages that use ClassificationController.ClassificationQuerySortParameter Package Description pro.taskana.classification.rest -
-
Uses of ClassificationController.ClassificationQuerySortParameter in pro.taskana.classification.rest
Methods in pro.taskana.classification.rest with parameters of type ClassificationController.ClassificationQuerySortParameter Modifier and Type Method Description org.springframework.http.ResponseEntity<ClassificationSummaryPagedRepresentationModel>ClassificationController. getClassifications(javax.servlet.http.HttpServletRequest request, ClassificationQueryFilterParameter filterParameter, ClassificationController.ClassificationQuerySortParameter sortParameter, QueryPagingParameter<pro.taskana.classification.api.models.ClassificationSummary,pro.taskana.classification.api.ClassificationQuery> pagingParameter)This endpoint retrieves a list of existing Classifications.
-