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<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. 
 - 
 
- 
- 
Method Detail
- 
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) 
 
 - 
 
 -