Uses of Interface
org.alfresco.repo.domain.contentdata.ContentDataDAO.ContentUrlHandler
Packages that use ContentDataDAO.ContentUrlHandler
Package
Description
-
Uses of ContentDataDAO.ContentUrlHandler in org.alfresco.repo.domain.contentdata
Methods in org.alfresco.repo.domain.contentdata with parameters of type ContentDataDAO.ContentUrlHandlerModifier and TypeMethodDescriptionvoidContentDataDAO.getContentUrlsKeepOrphaned(ContentDataDAO.ContentUrlHandler contentUrlHandler, int maxResults) Enumerate all available content URLs that were orphaned and cleanup for these urls failedvoidContentDataDAO.getContentUrlsOrphaned(ContentDataDAO.ContentUrlHandler contentUrlHandler, Long maxOrphanTimeExclusive, int maxResults) Enumerate all available content URLs that were orphaned on or before the given time -
Uses of ContentDataDAO.ContentUrlHandler in org.alfresco.repo.domain.contentdata.ibatis
Methods in org.alfresco.repo.domain.contentdata.ibatis with parameters of type ContentDataDAO.ContentUrlHandlerModifier and TypeMethodDescriptionvoidContentDataDAOImpl.getContentUrlsKeepOrphaned(ContentDataDAO.ContentUrlHandler contentUrlHandler, int maxResults) voidContentDataDAOImpl.getContentUrlsOrphaned(ContentDataDAO.ContentUrlHandler contentUrlHandler, Long maxOrphanTimeExclusive, int maxResults)