| Package | Description |
|---|---|
| pro.taskana.classification.rest | |
| pro.taskana.classification.rest.assembler |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ClassificationRepresentationModel> |
ClassificationController.createClassification(ClassificationRepresentationModel resource) |
org.springframework.http.ResponseEntity<ClassificationRepresentationModel> |
ClassificationController.updateClassification(String classificationId,
ClassificationRepresentationModel resource) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationRepresentationModel |
ClassificationRepresentationModelAssembler.toModel(pro.taskana.classification.api.models.Classification classification) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.classification.api.models.Classification |
ClassificationRepresentationModelAssembler.toEntityModel(ClassificationRepresentationModel repModel) |
Copyright © 2020. All rights reserved.