public interface ImportEngine
ImportFieldSet component to execute an import.
The page need to implement the execute(InputStream) method to use
the component.
Created: 18 juin 2010| Modifier and Type | Method and Description |
|---|---|
ImportResults |
execute(InputStream input)
Excute an import from an
input stream. |
ImportResults execute(InputStream input) throws WaoException, WaoBusinessException
input stream. This method was called
in ImportFieldSet when file are successfully uploaded. This method
to to return an ImportResults that contains stats and errors
from import.input - InputStream of the file to importWaoException - for unknown errorsWaoBusinessException - for known errorsCopyright © 2009-2013 Ifremer. All Rights Reserved.