Package com.logicaldoc.enterprise.store
Class FSCleanerTask
java.lang.Object
com.logicaldoc.core.task.Task
com.logicaldoc.enterprise.store.FSCleanerTask
- All Implemented Interfaces:
Runnable
public class FSCleanerTask
extends com.logicaldoc.core.task.Task
This is the task that performs the cleaning of the file system
- Since:
- 7.1.3
- Author:
- Marco Meschieri - LogicalDOC
-
Field Summary
FieldsFields inherited from class com.logicaldoc.core.task.Task
STATUS_IDLE, STATUS_RUNNING, STATUS_STOPPING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDocumentDao(com.logicaldoc.core.document.DocumentDAO documentDao) voidsetStore(com.logicaldoc.core.store.Store store) Methods inherited from class com.logicaldoc.core.task.Task
addTaskListener, getCompletionPercentage, getConfig, getName, getProgress, getReportRecipients, getScheduling, getSize, getStatus, interrupt, isInterrupted, isInterruptRequested, isRunning, isSendActivityReport, notifyReport, removeTaskListener, run, save, saveWork, setReportRecipients, setSendActivityReport, setSize
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
FSCleanerTask
public FSCleanerTask()
-
-
Method Details
-
isIndeterminate
public boolean isIndeterminate()- Specified by:
isIndeterminatein classcom.logicaldoc.core.task.Task
-
isConcurrent
public boolean isConcurrent()- Specified by:
isConcurrentin classcom.logicaldoc.core.task.Task
-
setDocumentDao
public void setDocumentDao(com.logicaldoc.core.document.DocumentDAO documentDao) -
setStore
public void setStore(com.logicaldoc.core.store.Store store)
-