| nl.hippo.cms.fileimport.FileImporterImpl
FileImporterImpl | public class FileImporterImpl extends AbstractLogEnabled implements FileImporter,Serviceable,Contextualizable,Parameterizable(Code) | | |
FileImporterImpl | public FileImporterImpl()(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
importDocument | public void importDocument(String documentLocation, String type, String repositoryLocation, String binariesRoot, String relativeBinariesLocation) throws UIDGeneratorException, ServiceException, ParserConfigurationException, SAXException, IOException, TransformerException(Code) | | Import a document into the repository as a specific type.
Parameters: documentLocation - The location of the document to import. Parameters: type - The document type to conver the imported document to. Parameters: repositoryLocation - The location at which to store the imported document. Parameters: binariesRoot - The root location at which binaries are stored. Parameters: relativeBinariesLocation - The path of the binaries relative to binariesRoot. throws: UIDGeneratorException - throws: ServiceException - throws: ParserConfigurationException - throws: SAXException - throws: IOException - throws: TransformerException - |
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|