@Component public class CollectLocalRDBStorageManager extends BaseStorageManager implements org.springframework.beans.factory.InitializingBean
configurationManager, DATA_FOLDER_NAME, storageDirectory| Constructor and Description |
|---|
CollectLocalRDBStorageManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
boolean |
deleteRDBFile(String surveyName,
RecordStep step) |
boolean |
existsRDBFile(String surveyName,
RecordStep step) |
File |
getRDBFile(String surveyName,
RecordStep step) |
Date |
getRDBFileDate(String surveyName,
RecordStep step) |
void |
init() |
protected void |
initStorageDirectory() |
getDefaultRootStoragePath, getDefaultStorageDirectory, getDefaultStorageRootDirectory, getStorageDirectory, initStorageDirectory, initStorageDirectory, setDefaultRootStoragePath, setDefaultSubFolderpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void init()
protected void initStorageDirectory()
public boolean existsRDBFile(String surveyName, RecordStep step)
public Date getRDBFileDate(String surveyName, RecordStep step)
public File getRDBFile(String surveyName, RecordStep step)
public boolean deleteRDBFile(String surveyName, RecordStep step)
Copyright © 2020 Open Foris. All rights reserved.