Interface ApogeeSynchronizableContentsCollection
-
- All Known Implementing Classes:
AbstractApogeeSynchronizableContentsCollection
,AbstractApogeeSynchronizableContentsWithCatalogCollection
,ContainerSynchronizableContentsCollection
,CourseListSynchronizableContentsCollection
,CourseSynchronizableContentsCollection
,OrgUnitSynchronizableContentsCollection
,ProgramSynchronizableContentsCollection
,SubProgramSynchronizableContentsCollection
public interface ApogeeSynchronizableContentsCollection
Interface for Apogée specific methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ModifiableDefaultContent>
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.
-
-
-
Method Detail
-
importOrSynchronizeContents
List<ModifiableDefaultContent> 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
List
ofModifiableDefaultContent
of children (imported or synchronized)
-
-