Uses of Class
pro.taskana.classification.rest.models.ClassificationRepresentationModel
-
Packages that use ClassificationRepresentationModel Package Description pro.taskana.classification.rest pro.taskana.classification.rest.assembler pro.taskana.classification.rest.models -
-
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 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 ClassificationRepresentationModel Modifier and Type Method Description org.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 ClassificationRepresentationModel Modifier and Type Method Description ClassificationRepresentationModelClassificationRepresentationModelAssembler. toModel(pro.taskana.classification.api.models.Classification classification)ClassificationRepresentationModelClassificationRepresentationModelAssembler. toModelWithoutLinks(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)Method parameters in pro.taskana.classification.rest.assembler with type arguments of type ClassificationRepresentationModel Modifier and Type Method Description ClassificationCollectionRepresentationModelClassificationRepresentationModelAssembler. buildCollectionEntity(List<ClassificationRepresentationModel> content) -
Uses of ClassificationRepresentationModel in pro.taskana.classification.rest.models
Methods in pro.taskana.classification.rest.models that return ClassificationRepresentationModel Modifier and Type Method Description ClassificationRepresentationModelClassificationDefinitionRepresentationModel. getClassification()Methods in pro.taskana.classification.rest.models that return types with arguments of type ClassificationRepresentationModel Modifier and Type Method Description Collection<ClassificationRepresentationModel>ClassificationCollectionRepresentationModel. getContent()the embedded classifications.Constructors in pro.taskana.classification.rest.models with parameters of type ClassificationRepresentationModel Constructor Description ClassificationDefinitionRepresentationModel(ClassificationRepresentationModel classification)Constructor parameters in pro.taskana.classification.rest.models with type arguments of type ClassificationRepresentationModel Constructor Description ClassificationCollectionRepresentationModel(Collection<ClassificationRepresentationModel> content)
-