public class JAXRConceptsManager extends Object
| Modifier and Type | Method and Description |
|---|---|
Collection |
findClassificationSchemeByName(Collection findQualifiers,
String namePattern) |
Collection |
findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks) |
Concept |
findConceptByPath(String path) |
Collection |
getChildConcepts(ClassificationScheme scheme) |
ClassificationScheme |
getClassificationSchemeById(String id) |
Concept |
getConceptById(String id) |
static JAXRConceptsManager |
getInstance(ConnectionImpl connection) |
public static JAXRConceptsManager getInstance(ConnectionImpl connection)
public Collection findClassificationSchemeByName(Collection findQualifiers, String namePattern) throws JAXRException
JAXRExceptionpublic Concept findConceptByPath(String path) throws JAXRException
JAXRExceptionpublic Collection findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) throws JAXRException
JAXRExceptionpublic Collection getChildConcepts(ClassificationScheme scheme) throws JAXRException
JAXRExceptionpublic ClassificationScheme getClassificationSchemeById(String id) throws JAXRException
JAXRExceptionpublic Concept getConceptById(String id) throws JAXRException
JAXRExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.