public interface FlatFileDataHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName(String principalName,
Object parsedFileContents,
String fileUserIdentifier)
Returns the name of an uploaded file.
|
void |
process(String fileName,
Object parsedFileContents)
Invokes optional processing of file after validation
|
boolean |
validate(Object parsedFileContents)
Performs specific validation on the parsed file contents.
|
boolean validate(Object parsedFileContents)
parsedFileContents - - object populated with the uploaded file contentsvoid process(String fileName, Object parsedFileContents)
fileName - name of the fileparsedFileContents - objects populated with file contentsString getFileName(String principalName, Object parsedFileContents, String fileUserIdentifier)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.