org.gcube.portlets.user.codelistinterface.codelist
Interface CodeListManager
public interface CodeListManager
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
list
java.util.List<CodeList> list()
throws java.lang.Exception
- Throws:
java.lang.Exception
open
CodeListServiceInterface open(java.lang.String codeListId)
throws java.lang.Exception
- Throws:
java.lang.Exception
get
CodeList get(java.lang.String codeListId)
throws java.lang.Exception
- Throws:
java.lang.Exception
remove
void remove(java.lang.String codeListId)
throws java.lang.Exception
- Throws:
java.lang.Exception
createCodeList
CodeListServiceInterface createCodeList(java.lang.String curationId)
throws java.lang.Exception
- Throws:
java.lang.Exception