Interface CDMFrSyncTransformer
- All Superinterfaces:
Prioritizable
,Supporter<Document>
- All Known Implementing Classes:
DefaultCDMFrSyncTransformer
Interface for sync transformer objects.
-
Method Summary
Methods inherited from interface org.ametys.runtime.plugin.component.Prioritizable
getPriority
-
Method Details
-
transform
Document transform(Document document, Map<String, Object> parameters) throws IOException, SAXException, ProcessingExceptionTransform the document to a generic document designed for Ametys importers and synchronizers.- Parameters:
document
- The document to transform.parameters
- additional parameters for transformation- Returns:
- The transformed document.
- Throws:
IOException
- if an error occurs.SAXException
- if an error occurs.ProcessingException
- if an error occurs.
-