org.kuali.kfs.module.ld.batch.service
Interface EnterpriseFeederService
- All Known Implementing Classes:
- FileEnterpriseFeederServiceImpl
public interface EnterpriseFeederService
The enterprise feeder is a component that feeds in origin entries from an external data source
Method Summary |
void |
feed(String processName,
boolean performNotifications)
This method does the feeding |
String |
getDirectoryName()
Returns the directory name from which files are loaded. |
DONE_FILE_SUFFIX
static final String DONE_FILE_SUFFIX
- See Also:
- Constant Field Values
DATA_FILE_SUFFIX
static final String DATA_FILE_SUFFIX
- See Also:
- Constant Field Values
RECON_FILE_SUFFIX
static final String RECON_FILE_SUFFIX
- See Also:
- Constant Field Values
feed
void feed(String processName,
boolean performNotifications)
- This method does the feeding
- Parameters:
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 out
getDirectoryName
String getDirectoryName()
- Returns the directory name from which files are loaded.
- Returns:
- the staging directory name
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.