public interface EnterpriseFeederService extends InitiateDirectory
| Modifier and Type | Field and Description | 
|---|---|
| static String | DATA_FILE_SUFFIX | 
| static String | DONE_FILE_SUFFIX | 
| static String | RECON_FILE_SUFFIX | 
| Modifier and Type | Method and Description | 
|---|---|
| void | feed(String processName,
        boolean performNotifications)This method does the feeding | 
| String | getDirectoryName()Returns the directory name from which files are loaded. | 
getRequiredDirectoryNames, prepareDirectoriesstatic final String DONE_FILE_SUFFIX
static final String DATA_FILE_SUFFIX
static final String RECON_FILE_SUFFIX
void feed(String processName, boolean performNotifications)
processName - this merely identifies the process executing the feed. It will be used to build any error messages, but
        computationally it should be ignored.performNotifications - whether notifications should be sent outString getDirectoryName()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.