org.sakaiproject.importer.api
Interface HandlesImportable


public interface HandlesImportable


Method Summary
 boolean canHandleType(String typeName)
           
 void handle(Importable thing, String siteId)
           
 

Method Detail

canHandleType

boolean canHandleType(String typeName)

handle

void handle(Importable thing,
            String siteId)


Copyright © 2003-2012 Sakai Foundation. All Rights Reserved.