Package pro.taskana.task.rest.models
Class BulkOperationResultsRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<BulkOperationResultsRepresentationModel>
pro.taskana.task.rest.models.BulkOperationResultsRepresentationModel
public class BulkOperationResultsRepresentationModel
extends org.springframework.hateoas.RepresentationModel<BulkOperationResultsRepresentationModel>
EntityModel class for BulkOperationResults.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of keys to the stored information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTasksWithErrors(Map<String, pro.taskana.common.api.exceptions.ErrorCode> tasksWithErrors) Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details
-
tasksWithErrors
Map of keys to the stored information.
-
-
Constructor Details
-
BulkOperationResultsRepresentationModel
public BulkOperationResultsRepresentationModel()
-
-
Method Details
-
getTasksWithErrors
-
setTasksWithErrors
-