public interface ApogeeSynchronizableContentsCollection
Modifier and Type | Method and Description |
---|---|
List<ModifiableDefaultContent> |
importOrSynchronizeContents(Map<String,Object> searchParams,
Logger logger)
Method used to import the structure of an ODF content or its dependencies, import or synchronize each child recursively.
|
List<ModifiableDefaultContent> importOrSynchronizeContents(Map<String,Object> searchParams, Logger logger)
searchParams
- Search parameterslogger
- The loggerList
of ModifiableDefaultContent
of children (imported or synchronized)