Uses of Class
pro.taskana.classification.rest.models.ClassificationDefinitionRepresentationModel
-
Packages that use ClassificationDefinitionRepresentationModel Package Description pro.taskana.classification.rest.assembler -
-
Uses of ClassificationDefinitionRepresentationModel in pro.taskana.classification.rest.assembler
Methods in pro.taskana.classification.rest.assembler that return ClassificationDefinitionRepresentationModel Modifier and Type Method Description ClassificationDefinitionRepresentationModelClassificationDefinitionRepresentationModelAssembler. toModel(pro.taskana.classification.api.models.Classification classification)Methods in pro.taskana.classification.rest.assembler that return types with arguments of type ClassificationDefinitionRepresentationModel Modifier and Type Method Description Collection<ClassificationDefinitionRepresentationModel>ClassificationDefinitionCollectionRepresentationModel. getContent()the embedded classification definitions.Methods in pro.taskana.classification.rest.assembler with parameters of type ClassificationDefinitionRepresentationModel Modifier and Type Method Description pro.taskana.classification.api.models.ClassificationClassificationDefinitionRepresentationModelAssembler. toEntityModel(ClassificationDefinitionRepresentationModel repModel)Method parameters in pro.taskana.classification.rest.assembler with type arguments of type ClassificationDefinitionRepresentationModel Modifier and Type Method Description ClassificationDefinitionCollectionRepresentationModelClassificationDefinitionRepresentationModelAssembler. buildCollectionEntity(List<ClassificationDefinitionRepresentationModel> content)Constructor parameters in pro.taskana.classification.rest.assembler with type arguments of type ClassificationDefinitionRepresentationModel Constructor Description ClassificationDefinitionCollectionRepresentationModel(Collection<ClassificationDefinitionRepresentationModel> content)
-