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, org.slf4j.Logger logger) Method used to import the structure of an ODF content or its dependencies, import or synchronize each child recursively.
-
Method Details
-
importOrSynchronizeContents
List<ModifiableContent> importOrSynchronizeContents(Map<String, Object> searchParams, org.slf4j.Logger logger) 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
ListofModifiableContentof children (imported or synchronized)
-