Class DeleteLinksStatusReport

java.lang.Object
org.alfresco.service.cmr.repository.DeleteLinksStatusReport

public class DeleteLinksStatusReport extends Object
This class is used by DocumentLinkService to encapsulate the status of deleting the links of a document.
Since:
5.1
Author:
Ana Bozianu
  • Constructor Details

    • DeleteLinksStatusReport

      public DeleteLinksStatusReport()
  • Method Details

    • getTotalLinksFoundCount

      public int getTotalLinksFoundCount()
    • getDeletedLinksCount

      public int getDeletedLinksCount()
    • getErrorDetails

      public HashMap<NodeRef,Throwable> getErrorDetails()
    • setTotalLinksFoundCount

      public void setTotalLinksFoundCount(int totalLinksFoundCount)
    • addTotalLinksFoundCount

      public void addTotalLinksFoundCount(int totalLinksFoundCount)
    • setDeletedLinksCount

      public void setDeletedLinksCount(int deletedLinksCount)
    • incrementDeletedLinksCount

      public void incrementDeletedLinksCount()
    • addErrorDetail

      public void addErrorDetail(NodeRef nodeRef, Throwable th)