| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskanaPagedModel<ClassificationSummaryRepresentationModel>> |
ClassificationController.getClassifications(org.springframework.util.MultiValueMap<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummaryRepresentationModel |
ClassificationSummaryRepresentationModelAssembler.toModel(pro.taskana.classification.api.models.ClassificationSummary classificationSummary) |
| Modifier and Type | Method and Description |
|---|---|
TaskanaPagedModel<ClassificationSummaryRepresentationModel> |
ClassificationSummaryRepresentationModelAssembler.toPageModel(Iterable<pro.taskana.classification.api.models.ClassificationSummary> entities,
org.springframework.hateoas.PagedModel.PageMetadata pageMetadata) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.classification.api.models.ClassificationSummary |
ClassificationSummaryRepresentationModelAssembler.toEntityModel(ClassificationSummaryRepresentationModel repModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationRepresentationModel
EntityModel class for
Classification. |
| Modifier and Type | Field and Description |
|---|---|
protected ClassificationSummaryRepresentationModel |
TaskSummaryRepresentationModel.classificationSummary |
protected ClassificationSummaryRepresentationModel |
AttachmentSummaryRepresentationModel.classificationSummary |
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummaryRepresentationModel |
TaskSummaryRepresentationModel.getClassificationSummary() |
ClassificationSummaryRepresentationModel |
AttachmentSummaryRepresentationModel.getClassificationSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryRepresentationModel.setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary) |
void |
AttachmentSummaryRepresentationModel.setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary) |
Copyright © 2020. All rights reserved.