org.sakaiproject.tool.assessment.shared.api.common
Interface TypeServiceAPI


public interface TypeServiceAPI

Declares a shared interface to control type information.

Author:
Ed Smiley

Method Summary
 List getItemTypes()
           
 List getListByAuthorityDomain(String authority, String domain)
           
 TypeIfc getTypeById(String typeId)
           
 

Method Detail

getTypeById

TypeIfc getTypeById(String typeId)

getListByAuthorityDomain

List getListByAuthorityDomain(String authority,
                              String domain)

getItemTypes

List getItemTypes()


Copyright © 2005-2012 Sakai Project. All Rights Reserved.