org.alfresco.repo.avm
Class AVMDeploymentAttemptCleaner

java.lang.Object
  extended by 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.


Field Summary
protected  ImporterBootstrap importerBootstrap
           
protected  long maxAge
           
protected  org.alfresco.service.cmr.repository.NodeService nodeService
           
protected  org.alfresco.service.cmr.search.SearchService searchService
           
protected  TransactionService transactionService
           
 
Constructor Summary
AVMDeploymentAttemptCleaner()
           
 
Method Summary
 void execute()
          Executes the expired content processor.
 void setImporterBootstrap(ImporterBootstrap importerBootstrap)
           
 void setMaxAge(long maxAge)
           
 void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
           
 void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
           
 void setTransactionService(TransactionService transactionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AVMDeploymentAttemptCleaner

public AVMDeploymentAttemptCleaner()
Method Detail

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.