Uses of Class
pro.taskana.task.rest.models.TaskSummaryRepresentationModel
-
Packages that use TaskSummaryRepresentationModel Package Description pro.taskana.task.rest.assembler pro.taskana.task.rest.models -
-
Uses of TaskSummaryRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return TaskSummaryRepresentationModel Modifier and Type Method Description TaskSummaryRepresentationModelTaskSummaryRepresentationModelAssembler. toModel(pro.taskana.task.api.models.TaskSummary taskSummary)Methods in pro.taskana.task.rest.assembler with parameters of type TaskSummaryRepresentationModel Modifier and Type Method Description pro.taskana.task.api.models.TaskSummaryTaskSummaryRepresentationModelAssembler. toEntityModel(TaskSummaryRepresentationModel repModel)Method parameters in pro.taskana.task.rest.assembler with type arguments of type TaskSummaryRepresentationModel Modifier and Type Method Description TaskSummaryCollectionRepresentationModelTaskSummaryRepresentationModelAssembler. buildCollectionEntity(List<TaskSummaryRepresentationModel> content)TaskSummaryPagedRepresentationModelTaskSummaryRepresentationModelAssembler. buildPageableEntity(Collection<TaskSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Uses of TaskSummaryRepresentationModel in pro.taskana.task.rest.models
Subclasses of TaskSummaryRepresentationModel in pro.taskana.task.rest.models Modifier and Type Class Description classTaskRepresentationModelEntityModel class forTask.Methods in pro.taskana.task.rest.models that return types with arguments of type TaskSummaryRepresentationModel Modifier and Type Method Description Collection<TaskSummaryRepresentationModel>TaskSummaryCollectionRepresentationModel. getContent()The embedded tasks.Collection<TaskSummaryRepresentationModel>TaskSummaryPagedRepresentationModel. getContent()The embedded tasks.Constructor parameters in pro.taskana.task.rest.models with type arguments of type TaskSummaryRepresentationModel Constructor Description TaskSummaryCollectionRepresentationModel(Collection<TaskSummaryRepresentationModel> content)TaskSummaryPagedRepresentationModel(Collection<TaskSummaryRepresentationModel> content, PageMetadata pageMetadata)
-