public interface CDMFrSyncTransformer
Modifier and Type | Method and Description |
---|---|
boolean |
supports(Document document)
Analyze the document and tell if it's support or not by the current transformer.
|
Document |
transform(Document document,
Map<String,Object> parameters)
Transform the document to a generic document designed for Ametys importers and synchronizers.
|
boolean supports(Document document)
document
- The document to analyze.Document transform(Document document, Map<String,Object> parameters) throws IOException, SAXException, ProcessingException
document
- The document to transform.parameters
- additional parameters for transformationIOException
- if an error occurs.SAXException
- if an error occurs.ProcessingException
- if an error occurs.