|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.node.cleanup.AbstractNodeCleanupWorker
org.alfresco.repo.node.db.DeletedNodeCleanupWorker
public class DeletedNodeCleanupWorker
Cleans up deleted nodes and dangling transactions that are old enough.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.node.cleanup.AbstractNodeCleanupWorker |
---|
dbNodeService, jobLockService, logger, nodeDAO, transactionService |
Constructor Summary | |
---|---|
DeletedNodeCleanupWorker()
Default constructor |
Method Summary | |
---|---|
protected java.util.List |
doCleanInternal()
Do the actual cleanup. |
void |
setMinPurgeAgeDays(int minPurgeAgeDays)
Set the minimum age (days) that nodes and transactions must be before they get purged. |
Methods inherited from class org.alfresco.repo.node.cleanup.AbstractNodeCleanupWorker |
---|
doClean, refreshLock, register, setDbNodeService, setJobLockService, setNodeDAO, setRegistry, setTransactionService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeletedNodeCleanupWorker()
Method Detail |
---|
protected java.util.List doCleanInternal() throws java.lang.Throwable
doCleanInternal
in class AbstractNodeCleanupWorker
java.lang.Throwable
public void setMinPurgeAgeDays(int minPurgeAgeDays)
minPurgeAgeDays
- the minimum age (in days) before nodes and transactions get purged
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |