public interface HandlesImportable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleType(String typeName)
Can this handler deal with this importable type.
|
void |
handle(Importable thing,
String siteId)
Import the supplied importable into the site.
|
boolean canHandleType(String typeName)
typeName - The type of the importable.true if this handler can handle this type.void handle(Importable thing, String siteId)
thing - The Importable to be imported.siteId - The site ID into whichCopyright © 2003–2016 Sakai Foundation. All rights reserved.