org.alfresco.repo.avm
Class AVMDeploymentAttemptCleaner
java.lang.Object
org.alfresco.repo.avm.AVMDeploymentAttemptCleaner
public class AVMDeploymentAttemptCleaner
- extends java.lang.Object
Bean that is responsible for locating expired content and routing
it for review to the most relevant user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxAge
protected long maxAge
nodeService
protected org.alfresco.service.cmr.repository.NodeService nodeService
transactionService
protected TransactionService transactionService
searchService
protected org.alfresco.service.cmr.search.SearchService searchService
importerBootstrap
protected ImporterBootstrap importerBootstrap
AVMDeploymentAttemptCleaner
public AVMDeploymentAttemptCleaner()
setMaxAge
public void setMaxAge(long maxAge)
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
setTransactionService
public void setTransactionService(TransactionService transactionService)
setSearchService
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
setImporterBootstrap
public void setImporterBootstrap(ImporterBootstrap importerBootstrap)
execute
public void execute()
- Executes the expired content processor.
The work is performed within a transaction running as the system user.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.