Uses of Class
pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
-
Packages that use ClassificationSummaryRepresentationModel Package Description pro.taskana.classification.rest.assembler pro.taskana.classification.rest.models pro.taskana.task.rest.models -
-
Uses of ClassificationSummaryRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationSummaryRepresentationModel Modifier and Type Method Description ClassificationSummaryRepresentationModelClassificationSummaryRepresentationModelAssembler. toModel(pro.taskana.classification.api.models.ClassificationSummary classificationSummary)Methods in pro.taskana.classification.rest.assembler with parameters of type ClassificationSummaryRepresentationModel Modifier and Type Method Description pro.taskana.classification.api.models.ClassificationSummaryClassificationSummaryRepresentationModelAssembler. toEntityModel(ClassificationSummaryRepresentationModel repModel)Method parameters in pro.taskana.classification.rest.assembler with type arguments of type ClassificationSummaryRepresentationModel Modifier and Type Method Description ClassificationSummaryPagedRepresentationModelClassificationSummaryRepresentationModelAssembler. buildPageableEntity(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Uses of ClassificationSummaryRepresentationModel in pro.taskana.classification.rest.models
Subclasses of ClassificationSummaryRepresentationModel in pro.taskana.classification.rest.models Modifier and Type Class Description classClassificationRepresentationModelEntityModel class forClassification.Methods in pro.taskana.classification.rest.models that return types with arguments of type ClassificationSummaryRepresentationModel Modifier and Type Method Description @NotNull Collection<ClassificationSummaryRepresentationModel>ClassificationSummaryPagedRepresentationModel. getContent()the embedded classifications.Constructor parameters in pro.taskana.classification.rest.models with type arguments of type ClassificationSummaryRepresentationModel Constructor Description ClassificationSummaryPagedRepresentationModel(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Uses of ClassificationSummaryRepresentationModel in pro.taskana.task.rest.models
Fields in pro.taskana.task.rest.models declared as ClassificationSummaryRepresentationModel Modifier and Type Field Description protected ClassificationSummaryRepresentationModelAttachmentSummaryRepresentationModel. classificationSummaryThe classification of this attachment.protected @NotNull ClassificationSummaryRepresentationModelTaskSummaryRepresentationModel. classificationSummaryThe classification of this task.Methods in pro.taskana.task.rest.models that return ClassificationSummaryRepresentationModel Modifier and Type Method Description ClassificationSummaryRepresentationModelAttachmentSummaryRepresentationModel. getClassificationSummary()ClassificationSummaryRepresentationModelTaskSummaryRepresentationModel. getClassificationSummary()Methods in pro.taskana.task.rest.models with parameters of type ClassificationSummaryRepresentationModel Modifier and Type Method Description voidAttachmentSummaryRepresentationModel. setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)voidTaskSummaryRepresentationModel. setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)
-