org.sakaiproject.archive.impl
Class ImportMetadataServiceImpl

java.lang.Object
  extended by org.sakaiproject.archive.impl.ImportMetadataServiceImpl
All Implemented Interfaces:
ImportMetadataService

public class ImportMetadataServiceImpl
extends Object
implements ImportMetadataService

Version:
$Id: ImportMetadataServiceImpl.java 84140 2010-11-02 19:59:39Z ottenhoff@longsight.com $
Author:
rshastri Rashmi Shastri

Constructor Summary
ImportMetadataServiceImpl()
           
 
Method Summary
 ImportMetadata getImportMapById(String id)
           
 List getImportMetadataElements(Document doc)
           
 boolean hasMaintainRole(String username, Document siteDoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportMetadataServiceImpl

public ImportMetadataServiceImpl()
Method Detail

getImportMetadataElements

public List getImportMetadataElements(Document doc)
Specified by:
getImportMetadataElements in interface ImportMetadataService

getImportMapById

public ImportMetadata getImportMapById(String id)
Specified by:
getImportMapById in interface ImportMetadataService

hasMaintainRole

public boolean hasMaintainRole(String username,
                               Document siteDoc)
Specified by:
hasMaintainRole in interface ImportMetadataService


Copyright © 2003-2013 Sakai Foundations. All Rights Reserved.