Class SamigoPoolHandler
- java.lang.Object
-
- org.sakaiproject.importer.impl.handlers.SamigoPoolHandler
-
- All Implemented Interfaces:
org.sakaiproject.importer.api.HandlesImportable
public class SamigoPoolHandler extends Object implements org.sakaiproject.importer.api.HandlesImportable
-
-
Field Summary
Fields Modifier and Type Field Description static intFILL_BLANKstatic intFILL_BLANK_PLUSstatic intMATCHINGstatic intTRUE_FALSE
-
Constructor Summary
Constructors Constructor Description SamigoPoolHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandleType(String typeName)protected StringcontextualizeUrls(String text, String siteId)voidhandle(org.sakaiproject.importer.api.Importable thing, String siteId)
-
-
-
Field Detail
-
TRUE_FALSE
public static final int TRUE_FALSE
- See Also:
- Constant Field Values
-
FILL_BLANK
public static final int FILL_BLANK
- See Also:
- Constant Field Values
-
MATCHING
public static final int MATCHING
- See Also:
- Constant Field Values
-
FILL_BLANK_PLUS
public static int FILL_BLANK_PLUS
-
-
Method Detail
-
canHandleType
public boolean canHandleType(String typeName)
- Specified by:
canHandleTypein interfaceorg.sakaiproject.importer.api.HandlesImportable
-
handle
public void handle(org.sakaiproject.importer.api.Importable thing, String siteId)- Specified by:
handlein interfaceorg.sakaiproject.importer.api.HandlesImportable
-
-