org.alfresco.repo.avm
Class AVMExpiredContentProcessor
java.lang.Object
org.alfresco.repo.avm.AVMExpiredContentProcessor
public class AVMExpiredContentProcessor
- 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 |
workflowName
protected java.lang.String workflowName
workflowStores
protected java.util.List workflowStores
expiredContent
protected java.util.Map expiredContent
avmService
protected AVMService avmService
avmSyncService
protected AVMSyncService avmSyncService
avmLockingAwareService
protected AVMService avmLockingAwareService
avmLockingService
protected AVMLockingService avmLockingService
nodeService
protected org.alfresco.service.cmr.repository.NodeService nodeService
workflowService
protected WorkflowService workflowService
personService
protected PersonService personService
permissionService
protected org.alfresco.service.cmr.security.PermissionService permissionService
transactionService
protected TransactionService transactionService
virtServerRegistry
protected org.alfresco.mbeans.VirtServerRegistry virtServerRegistry
searchService
protected org.alfresco.service.cmr.search.SearchService searchService
AVMExpiredContentProcessor
public AVMExpiredContentProcessor()
setAdminUserName
public void setAdminUserName(java.lang.String adminUserName)
setWorkflowName
public void setWorkflowName(java.lang.String workflowName)
setAvmService
public void setAvmService(AVMService avmService)
setAvmLockingService
public void setAvmLockingService(AVMLockingService avmLockingService)
setAvmSyncService
public void setAvmSyncService(AVMSyncService avmSyncService)
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
setPermissionService
public void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
setPersonService
public void setPersonService(PersonService personService)
setWorkflowService
public void setWorkflowService(WorkflowService workflowService)
setTransactionService
public void setTransactionService(TransactionService transactionService)
setVirtServerRegistry
public void setVirtServerRegistry(org.alfresco.mbeans.VirtServerRegistry virtServerRegistry)
setSearchService
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
setAvmLockingAwareService
public void setAvmLockingAwareService(AVMService avmLockingAwareService)
setSandboxFactory
public void setSandboxFactory(SandboxFactory sandboxFactory)
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.