Class JAXRConceptsManager
- java.lang.Object
-
- com.sun.xml.registry.common.tools.JAXRConceptsManager
-
public class JAXRConceptsManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionfindClassificationSchemeByName(Collection findQualifiers, String namePattern)CollectionfindClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks)ConceptfindConceptByPath(String path)CollectiongetChildConcepts(ClassificationScheme scheme)ClassificationSchemegetClassificationSchemeById(String id)ConceptgetConceptById(String id)static JAXRConceptsManagergetInstance(ConnectionImpl connection)
-
-
-
Method Detail
-
getInstance
public static JAXRConceptsManager getInstance(ConnectionImpl connection)
-
findClassificationSchemeByName
public Collection findClassificationSchemeByName(Collection findQualifiers, String namePattern) throws JAXRException
- Throws:
JAXRException
-
findConceptByPath
public Concept findConceptByPath(String path) throws JAXRException
- Throws:
JAXRException
-
findClassificationSchemes
public Collection findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) throws JAXRException
- Throws:
JAXRException
-
getChildConcepts
public Collection getChildConcepts(ClassificationScheme scheme) throws JAXRException
- Throws:
JAXRException
-
getClassificationSchemeById
public ClassificationScheme getClassificationSchemeById(String id) throws JAXRException
- Throws:
JAXRException
-
getConceptById
public Concept getConceptById(String id) throws JAXRException
- Throws:
JAXRException
-
-