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)javax.xml.registry.infomodel.ConceptfindConceptByPath(String path)CollectiongetChildConcepts(javax.xml.registry.infomodel.ClassificationScheme scheme)javax.xml.registry.infomodel.ClassificationSchemegetClassificationSchemeById(String id)javax.xml.registry.infomodel.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 javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
findConceptByPath
public javax.xml.registry.infomodel.Concept findConceptByPath(String path) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
findClassificationSchemes
public Collection findClassificationSchemes(Collection findQualifiers, Collection namePatterns, Collection classifications, Collection externalLinks) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
getChildConcepts
public Collection getChildConcepts(javax.xml.registry.infomodel.ClassificationScheme scheme) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
getClassificationSchemeById
public javax.xml.registry.infomodel.ClassificationScheme getClassificationSchemeById(String id) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
getConceptById
public javax.xml.registry.infomodel.Concept getConceptById(String id) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
-