org.sakaiproject.archive.cover
Class ImportMetadataService

java.lang.Object
  extended by org.sakaiproject.archive.cover.ImportMetadataService

public class ImportMetadataService
extends Object

...


Field Summary
static String SERVICE_NAME
           
 
Constructor Summary
ImportMetadataService()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static String SERVICE_NAME
Constructor Detail

ImportMetadataService

public ImportMetadataService()
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)

getImportMetadataElements

public static List getImportMetadataElements(Document doc)

hasMaintainRole

public static boolean hasMaintainRole(String username,
                                      Document siteDoc)
Parameters:
username -
siteDoc -
Returns:


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