public class DeleteLinksStatusReport extends Object
Constructor and Description |
---|
DeleteLinksStatusReport() |
Modifier and Type | Method and Description |
---|---|
void |
addErrorDetail(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Throwable th) |
void |
addTotalLinksFoundCount(int totalLinksFoundCount) |
int |
getDeletedLinksCount() |
HashMap<org.alfresco.service.cmr.repository.NodeRef,Throwable> |
getErrorDetails() |
int |
getTotalLinksFoundCount() |
void |
incrementDeletedLinksCount() |
void |
setDeletedLinksCount(int deletedLinksCount) |
void |
setTotalLinksFoundCount(int totalLinksFoundCount) |
public int getTotalLinksFoundCount()
public int getDeletedLinksCount()
public HashMap<org.alfresco.service.cmr.repository.NodeRef,Throwable> getErrorDetails()
public void setTotalLinksFoundCount(int totalLinksFoundCount)
public void addTotalLinksFoundCount(int totalLinksFoundCount)
public void setDeletedLinksCount(int deletedLinksCount)
public void incrementDeletedLinksCount()
public void addErrorDetail(org.alfresco.service.cmr.repository.NodeRef nodeRef, Throwable th)
Copyright © 2005–2017 Alfresco Software. All rights reserved.