Uses of Class
org.alfresco.repo.content.cleanup.EagerContentStoreCleaner
-
Packages that use EagerContentStoreCleaner Package Description org.alfresco.repo.content org.alfresco.repo.content.cleanup org.alfresco.repo.domain.contentdata -
-
Uses of EagerContentStoreCleaner in org.alfresco.repo.content
Methods in org.alfresco.repo.content with parameters of type EagerContentStoreCleaner Modifier and Type Method Description voidContentServiceImpl. setEagerContentStoreCleaner(EagerContentStoreCleaner eagerContentStoreCleaner) -
Uses of EagerContentStoreCleaner in org.alfresco.repo.content.cleanup
Methods in org.alfresco.repo.content.cleanup with parameters of type EagerContentStoreCleaner Modifier and Type Method Description voidContentStoreCleaner. setEagerContentStoreCleaner(EagerContentStoreCleaner eagerContentStoreCleaner)Set the component that will do the physical deleting -
Uses of EagerContentStoreCleaner in org.alfresco.repo.domain.contentdata
Methods in org.alfresco.repo.domain.contentdata with parameters of type EagerContentStoreCleaner Modifier and Type Method Description voidAbstractContentDataDAOImpl. setContentStoreCleaner(EagerContentStoreCleaner contentStoreCleaner)Set this property to enable eager cleanup of orphaned content.
-