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

    Fields
    Modifier and Type
    Field
    Description
    protected Map<String,pro.taskana.common.api.exceptions.ErrorCode>
    Map of keys to the stored information.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,pro.taskana.common.api.exceptions.ErrorCode>
     
    void
    setTasksWithErrors(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • tasksWithErrors

      protected Map<String,pro.taskana.common.api.exceptions.ErrorCode> tasksWithErrors
      Map of keys to the stored information.
  • Constructor Details

    • BulkOperationResultsRepresentationModel

      public BulkOperationResultsRepresentationModel()
  • Method Details

    • getTasksWithErrors

      public Map<String,pro.taskana.common.api.exceptions.ErrorCode> getTasksWithErrors()
    • setTasksWithErrors

      public void setTasksWithErrors(Map<String,pro.taskana.common.api.exceptions.ErrorCode> tasksWithErrors)