Class DeleteLinksStatusReport
java.lang.Object
org.alfresco.service.cmr.repository.DeleteLinksStatusReport
This class is used by DocumentLinkService to encapsulate the status of
deleting the links of a document.
- Since:
- 5.1
- Author:
- Ana Bozianu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddErrorDetail(NodeRef nodeRef, Throwable th) voidaddTotalLinksFoundCount(int totalLinksFoundCount) intintvoidvoidsetDeletedLinksCount(int deletedLinksCount) voidsetTotalLinksFoundCount(int totalLinksFoundCount)
-
Constructor Details
-
DeleteLinksStatusReport
public DeleteLinksStatusReport()
-
-
Method Details
-
getTotalLinksFoundCount
public int getTotalLinksFoundCount() -
getDeletedLinksCount
public int getDeletedLinksCount() -
getErrorDetails
-
setTotalLinksFoundCount
public void setTotalLinksFoundCount(int totalLinksFoundCount) -
addTotalLinksFoundCount
public void addTotalLinksFoundCount(int totalLinksFoundCount) -
setDeletedLinksCount
public void setDeletedLinksCount(int deletedLinksCount) -
incrementDeletedLinksCount
public void incrementDeletedLinksCount() -
addErrorDetail
-