Uses of Class
pro.taskana.classification.rest.models.ClassificationSummaryPagedRepresentationModel
-
Packages that use ClassificationSummaryPagedRepresentationModel Package Description pro.taskana.classification.rest pro.taskana.classification.rest.assembler -
-
Uses of ClassificationSummaryPagedRepresentationModel in pro.taskana.classification.rest
Methods in pro.taskana.classification.rest that return types with arguments of type ClassificationSummaryPagedRepresentationModel 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. -
Uses of ClassificationSummaryPagedRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationSummaryPagedRepresentationModel Modifier and Type Method Description ClassificationSummaryPagedRepresentationModelClassificationSummaryRepresentationModelAssembler. buildPageableEntity(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata)
-