Package org.sakaiproject.archive.cover
Class ImportMetadataService
- java.lang.Object
-
- org.sakaiproject.archive.cover.ImportMetadataService
-
public class ImportMetadataService extends Object
...
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Constructor Summary
Constructors Constructor Description ImportMetadataService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImportMetadata
getImportMapById(String id)
static List
getImportMetadataElements(Document doc)
static ImportMetadataService
getInstance()
Access the component instance: special cover only method.static boolean
hasMaintainRole(String username, Document siteDoc)
-
-
-
Field Detail
-
SERVICE_NAME
public static String SERVICE_NAME
-
-
Method Detail
-
getInstance
public static ImportMetadataService getInstance()
Access the component instance: special cover only method.- Returns:
- the component instance.
-
getImportMapById
public static ImportMetadata getImportMapById(String id)
-
-