public interface ImportCDMFrComponent
Modifier and Type | Method and Description |
---|---|
List<Expression> |
getExpressionsList(String lang,
String idValue,
String contentType,
String catalog)
Construct the query to retrieve the content.
|
String |
getIdField()
Return the metadata identifier for CDM-fr synchronization.
|
Set<String> |
getLocalAndExternalFields(Map<String,Object> additionalParameters)
Get the path of tri-state fields (with local and external values)
|
Map<String,Object> |
handleInputStream(InputStream input,
Map<String,Object> parameters,
Logger logger)
Handle the CDM-fr input stream to import all the programs and its dependencies containing into it.
|
String getIdField()
Set<String> getLocalAndExternalFields(Map<String,Object> additionalParameters)
additionalParameters
- Additional parametersMap<String,Object> handleInputStream(InputStream input, Map<String,Object> parameters, Logger logger) throws ProcessingException
input
- The CDM-fr input streamparameters
- The parameters useful for the operationlogger
- The loggerProcessingException
- If an error occursList<Expression> getExpressionsList(String lang, String idValue, String contentType, String catalog)
lang
- LangidValue
- Synchronization valuecontentType
- Content typecatalog
- The catalogList
of Expression