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 StringSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description ImportMetadataService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImportMetadatagetImportMapById(String id)static ListgetImportMetadataElements(Document doc)static ImportMetadataServicegetInstance()Access the component instance: special cover only method.static booleanhasMaintainRole(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)
-
-