Uses of Interface
org.sakaiproject.importer.api.Importable
-
Packages that use Importable Package Description org.sakaiproject.importer.api -
-
Uses of Importable in org.sakaiproject.importer.api
Methods in org.sakaiproject.importer.api that return Importable Modifier and Type Method Description ImportableImportable. getParent()ImportableIMSResourceTranslator. translate(Node resourceNode, Document descriptor, String contextPath, String archiveBasePath)Methods in org.sakaiproject.importer.api that return types with arguments of type Importable Modifier and Type Method Description Collection<Importable>ImportDataSource. getItemsForCategories(List<ImportMetadata> categories)Methods in org.sakaiproject.importer.api with parameters of type Importable Modifier and Type Method Description voidHandlesImportable. handle(Importable thing, String siteId)Import the supplied importable into the site.voidImportable. setParent(Importable parent)Method parameters in org.sakaiproject.importer.api with type arguments of type Importable Modifier and Type Method Description voidImportService. doImportItems(Collection<Importable> importables, String siteId)Put the parsed items into a site.voidImportDataSource. setItems(Collection<Importable> items)
-