|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilePurgeCustomAge | |
---|---|
org.kuali.kfs.sys.batch | |
org.kuali.kfs.sys.batch.service | |
org.kuali.kfs.sys.batch.service.impl |
Uses of FilePurgeCustomAge in org.kuali.kfs.sys.batch |
---|
Constructors in org.kuali.kfs.sys.batch with parameters of type FilePurgeCustomAge | |
---|---|
DirectoryNameFileFilter(FilePurgeCustomAge filePurgeCustomAge)
Constructs a DirectoryNameFileFilter, using the directory name from the FilePurgeCustomAge configuration as the directory to match |
|
MaxAgePurgeFileFilter(FilePurgeCustomAge filePurgeCustomAge)
Constructs a MaxAgePurgeFileFilter, using the time set with the parameter associated with the given file purge custom age to get rid of files from |
Constructor parameters in org.kuali.kfs.sys.batch with type arguments of type FilePurgeCustomAge | |
---|---|
NotAmongDirectoriesFileFilter(List<FilePurgeCustomAge> customAges)
Constructs a NotAmongDirectoriesFileFilter which will avoid any of the directories associated with the given custom ages |
Uses of FilePurgeCustomAge in org.kuali.kfs.sys.batch.service |
---|
Methods in org.kuali.kfs.sys.batch.service with parameters of type FilePurgeCustomAge | |
---|---|
int |
FilePurgeService.getDaysBeforePurgeForCustomAge(FilePurgeCustomAge customAge)
Returns the age in days that files matching this custom age should leave matching files before purging |
Method parameters in org.kuali.kfs.sys.batch.service with type arguments of type FilePurgeCustomAge | |
---|---|
void |
FilePurgeService.purgeFiles(String directory,
List<FilePurgeCustomAge> customAges)
Purges old files from the given directory |
Uses of FilePurgeCustomAge in org.kuali.kfs.sys.batch.service.impl |
---|
Methods in org.kuali.kfs.sys.batch.service.impl with parameters of type FilePurgeCustomAge | |
---|---|
int |
FilePurgeServiceImpl.getDaysBeforePurgeForCustomAge(FilePurgeCustomAge customAge)
|
Method parameters in org.kuali.kfs.sys.batch.service.impl with type arguments of type FilePurgeCustomAge | |
---|---|
protected org.apache.commons.io.filefilter.IOFileFilter |
FilePurgeServiceImpl.buildAnyDirectoryButCustomAgeDirectoryFileFilter(List<FilePurgeCustomAge> customAges)
Builds a file filter which will skip the directories taken by the CustomAges |
protected FilePurgeDirectoryWalker |
FilePurgeServiceImpl.getCustomAgesDirectoryWalker(List<FilePurgeCustomAge> customAges)
Gets a directory walker which will |
protected FilePurgeDirectoryWalker |
FilePurgeServiceImpl.getDefaultDirectoryWalker(List<FilePurgeCustomAge> customAges)
Gets the directory walker for the default directories |
protected void |
FilePurgeServiceImpl.purgeCustomAgeFiles(String directory,
List<FilePurgeCustomAge> customAges)
Purges any files in the given directory associated with custom ages |
protected void |
FilePurgeServiceImpl.purgeDefaultFiles(String directory,
List<FilePurgeCustomAge> customAges)
Purges any files in the given directory not associated with custom ages |
void |
FilePurgeServiceImpl.purgeFiles(String directory,
List<FilePurgeCustomAge> customAges)
Uses a FilePurgeDirectoryWalker to get a List of Files to purge, then purges each |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |