| java.lang.Object org.fao.geonet.kernel.Thesaurus
Thesaurus | public class Thesaurus (Code) | | |
Method Summary | |
public URI | addElement(String code, String prefLab, String note, String lang) | public void | addElement(String code, String prefLab, String note, String east, String west, String south, String north, String lang) | public static String | buildThesaurusKey(String fname, String type, String dname) | public String | getDname() | public File | getFile() | public String | getFname() | public String | getKey() | public LocalRepository | getRepository() | public String | getType() | public boolean | isFreeCode(String namespace, String code) | public QueryResultsTable | performRequest(String query) | public void | removeElement(KeywordBean keyword) | public void | setRepository(LocalRepository repository) | public void | updateCode(String namespace, String oldcode, String newcode) | public URI | updateElement(String namespace, String id, String prefLab, String note, String lang) | public void | updateElement(String namespace, String id, String prefLab, String note, String east, String west, String south, String north, String lang) |
Thesaurus | public Thesaurus(String fname, String type, String dname, File thesaurusFile)(Code) | | Parameters: fname - file name Parameters: type - Parameters: dname - |
buildThesaurusKey | public static String buildThesaurusKey(String fname, String type, String dname)(Code) | | Parameters: fname - Parameters: type - Parameters: dname - |
getRepository | public LocalRepository getRepository()(Code) | | |
isFreeCode | public boolean isFreeCode(String namespace, String code) throws AccessDeniedException(Code) | | |
performRequest | public QueryResultsTable performRequest(String query) throws IOException, MalformedQueryException, QueryEvaluationException, AccessDeniedException(Code) | | |
removeElement | public void removeElement(KeywordBean keyword) throws MalformedQueryException, QueryEvaluationException, IOException, AccessDeniedException(Code) | | |
setRepository | public void setRepository(LocalRepository repository)(Code) | | |
updateElement | public void updateElement(String namespace, String id, String prefLab, String note, String east, String west, String south, String north, String lang) throws AccessDeniedException, IOException, MalformedQueryException, QueryEvaluationException, GraphException(Code) | | |
|
|