Uses of Class
org.gcube.portlets.user.codelistinterface.common.CodeListType

Packages that use CodeListType
org.gcube.portlets.user.codelistinterface.codelist   
org.gcube.portlets.user.codelistinterface.common   
org.gcube.portlets.user.codelistinterface.curation   
 

Uses of CodeListType in org.gcube.portlets.user.codelistinterface.codelist
 

Methods in org.gcube.portlets.user.codelistinterface.codelist that return CodeListType
 CodeListType CodeList.getType()
           
 

Constructors in org.gcube.portlets.user.codelistinterface.codelist with parameters of type CodeListType
CodeList(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String owner, java.util.Calendar creationDate, java.util.Calendar lastModifiedDate, java.lang.String agencyId, float version, long size, CodeListType type)
           
 

Uses of CodeListType in org.gcube.portlets.user.codelistinterface.common
 

Methods in org.gcube.portlets.user.codelistinterface.common that return CodeListType
static CodeListType CodeListType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CodeListType[] CodeListType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CodeListType in org.gcube.portlets.user.codelistinterface.curation
 

Methods in org.gcube.portlets.user.codelistinterface.curation that return CodeListType
 CodeListType Curation.getType()
           
 

Methods in org.gcube.portlets.user.codelistinterface.curation with parameters of type CodeListType
 CurationServiceInterface CurationManager.startCuration(java.lang.String csvId, CodeListType codeListType)
           
 

Constructors in org.gcube.portlets.user.codelistinterface.curation with parameters of type CodeListType
Curation(java.lang.String id, CodeListType type, java.lang.String name, java.lang.String description, java.lang.String owner, java.util.Calendar creationDate, java.util.Calendar lastModifiedDate, java.lang.String agencyId, float version, boolean isFinal, long size)