Uses of Class
pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
Packages that use ClassificationSummaryRepresentationModel
Package
Description
-
Uses of ClassificationSummaryRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationSummaryRepresentationModelModifier and TypeMethodDescriptionClassificationSummaryRepresentationModelAssembler.toModel(pro.taskana.classification.api.models.ClassificationSummary classificationSummary) Methods in pro.taskana.classification.rest.assembler with parameters of type ClassificationSummaryRepresentationModelModifier and TypeMethodDescriptionpro.taskana.classification.api.models.ClassificationSummaryClassificationSummaryRepresentationModelAssembler.toEntityModel(ClassificationSummaryRepresentationModel repModel) Method parameters in pro.taskana.classification.rest.assembler with type arguments of type ClassificationSummaryRepresentationModelModifier and TypeMethodDescriptionClassificationSummaryRepresentationModelAssembler.buildPageableEntity(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Uses of ClassificationSummaryRepresentationModel in pro.taskana.classification.rest.models
Modifier and TypeClassDescriptionclassEntityModel class forClassification.Methods in pro.taskana.classification.rest.models that return types with arguments of type ClassificationSummaryRepresentationModelModifier and TypeMethodDescriptionClassificationSummaryPagedRepresentationModel.getContent()the embedded classifications.Constructor parameters in pro.taskana.classification.rest.models with type arguments of type ClassificationSummaryRepresentationModelModifierConstructorDescriptionClassificationSummaryPagedRepresentationModel(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Uses of ClassificationSummaryRepresentationModel in pro.taskana.task.rest.models
Fields in pro.taskana.task.rest.models declared as ClassificationSummaryRepresentationModelModifier and TypeFieldDescriptionprotected ClassificationSummaryRepresentationModelAttachmentSummaryRepresentationModel.classificationSummaryThe classification of this attachment.protected @NotNull ClassificationSummaryRepresentationModelTaskSummaryRepresentationModel.classificationSummaryThe classification of this task.Methods in pro.taskana.task.rest.models that return ClassificationSummaryRepresentationModelModifier and TypeMethodDescriptionAttachmentSummaryRepresentationModel.getClassificationSummary()TaskSummaryRepresentationModel.getClassificationSummary()Methods in pro.taskana.task.rest.models with parameters of type ClassificationSummaryRepresentationModelModifier and TypeMethodDescriptionvoidAttachmentSummaryRepresentationModel.setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary) voidTaskSummaryRepresentationModel.setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)