Interface ApogeeSynchronizableContentsCollection
- All Known Implementing Classes:
AbstractApogeeSynchronizableContentsCollection
,AbstractApogeeSynchronizableContentsWithCatalogCollection
,ContainerSynchronizableContentsCollection
,CourseListSynchronizableContentsCollection
,CoursePartSynchronizableContentsCollection
,CourseSynchronizableContentsCollection
,OrgUnitSynchronizableContentsCollection
,ProgramSynchronizableContentsCollection
,SubProgramSynchronizableContentsCollection
public interface ApogeeSynchronizableContentsCollection
Interface for Apogée specific methods.
-
Method Summary
Modifier and TypeMethodDescriptionimportOrSynchronizeContents
(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.
-
Method Details
-
importOrSynchronizeContents
Method used to import the structure of an ODF content or its dependencies, import or synchronize each child recursively.- Parameters:
searchParams
- Search parameterslogger
- The logger- Returns:
- The
List
ofModifiableContent
of children (imported or synchronized)
-