Uses of Class
pro.taskana.classification.rest.assembler.ClassificationDefinitionCollectionRepresentationModel
-
Packages that use ClassificationDefinitionCollectionRepresentationModel Package Description pro.taskana.classification.rest pro.taskana.classification.rest.assembler -
-
Uses of ClassificationDefinitionCollectionRepresentationModel in pro.taskana.classification.rest
Methods in pro.taskana.classification.rest that return types with arguments of type ClassificationDefinitionCollectionRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<ClassificationDefinitionCollectionRepresentationModel>ClassificationDefinitionController. exportClassifications(String[] domain)This endpoint exports all configured Classifications. -
Uses of ClassificationDefinitionCollectionRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationDefinitionCollectionRepresentationModel Modifier and Type Method Description ClassificationDefinitionCollectionRepresentationModelClassificationDefinitionRepresentationModelAssembler. buildCollectionEntity(List<ClassificationDefinitionRepresentationModel> content)
-