com.sun.xml.registry.common.tools
Class JAXRConceptsManager

java.lang.Object
  extended by com.sun.xml.registry.common.tools.JAXRConceptsManager

public class JAXRConceptsManager
extends Object


Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.