com.sun.xml.registry.common.tools
Class JAXRConceptsManager
java.lang.Object
com.sun.xml.registry.common.tools.JAXRConceptsManager
public class JAXRConceptsManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.