Uses of Class
pro.taskana.classification.rest.models.ClassificationRepresentationModel
-
Packages that use ClassificationRepresentationModel Package Description pro.taskana.classification.rest pro.taskana.classification.rest.assembler -
-
Uses of ClassificationRepresentationModel in pro.taskana.classification.rest
Methods in pro.taskana.classification.rest that return types with arguments of type ClassificationRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController. createClassification(ClassificationRepresentationModel resource)org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController. deleteClassification(String classificationId)org.springframework.http.ResponseEntity<TaskanaPagedModel<ClassificationRepresentationModel>>ClassificationDefinitionController. exportClassifications(String domain)org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController. getClassification(String classificationId)org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController. updateClassification(String classificationId, ClassificationRepresentationModel resource)Methods in pro.taskana.classification.rest with parameters of type ClassificationRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController. createClassification(ClassificationRepresentationModel resource)org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController. updateClassification(String classificationId, ClassificationRepresentationModel resource) -
Uses of ClassificationRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationRepresentationModel Modifier and Type Method Description ClassificationRepresentationModelClassificationRepresentationModelAssembler. toModel(pro.taskana.classification.api.models.Classification classification)Methods in pro.taskana.classification.rest.assembler with parameters of type ClassificationRepresentationModel Modifier and Type Method Description pro.taskana.classification.api.models.ClassificationClassificationRepresentationModelAssembler. toEntityModel(ClassificationRepresentationModel repModel)
-