Uses of Class
pro.taskana.classification.rest.models.ClassificationRepresentationModel
Packages that use ClassificationRepresentationModel
Package
Description
-
Uses of ClassificationRepresentationModel in pro.taskana.classification.rest
Methods in pro.taskana.classification.rest that return types with arguments of type ClassificationRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController.createClassification(ClassificationRepresentationModel repModel) This endpoint creates a new Classification.org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController.deleteClassification(String classificationId) This endpoint deletes a requested Classification if possible.org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController.getClassification(String classificationId) This endpoint retrieves a single Classification.org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController.updateClassification(String classificationId, ClassificationRepresentationModel resource) This endpoint updates a Classification.Methods in pro.taskana.classification.rest with parameters of type ClassificationRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController.createClassification(ClassificationRepresentationModel repModel) This endpoint creates a new Classification.org.springframework.http.ResponseEntity<ClassificationRepresentationModel>ClassificationController.updateClassification(String classificationId, ClassificationRepresentationModel resource) This endpoint updates a Classification. -
Uses of ClassificationRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationRepresentationModelModifier and TypeMethodDescriptionClassificationRepresentationModelAssembler.toModel(pro.taskana.classification.api.models.Classification classification) ClassificationRepresentationModelAssembler.toModelWithoutLinks(pro.taskana.classification.api.models.Classification classification) Methods in pro.taskana.classification.rest.assembler with parameters of type ClassificationRepresentationModelModifier and TypeMethodDescriptionpro.taskana.classification.api.models.ClassificationClassificationRepresentationModelAssembler.toEntityModel(ClassificationRepresentationModel repModel) Method parameters in pro.taskana.classification.rest.assembler with type arguments of type ClassificationRepresentationModelModifier and TypeMethodDescriptionClassificationRepresentationModelAssembler.buildCollectionEntity(List<ClassificationRepresentationModel> content) -
Uses of ClassificationRepresentationModel in pro.taskana.classification.rest.models
Methods in pro.taskana.classification.rest.models that return ClassificationRepresentationModelModifier and TypeMethodDescriptionClassificationDefinitionRepresentationModel.getClassification()Methods in pro.taskana.classification.rest.models that return types with arguments of type ClassificationRepresentationModelConstructors in pro.taskana.classification.rest.models with parameters of type ClassificationRepresentationModelModifierConstructorDescriptionConstructor parameters in pro.taskana.classification.rest.models with type arguments of type ClassificationRepresentationModelModifierConstructorDescription