org.lexevs.cts2
Interface LexEvsCTS2

All Superinterfaces:
Extendable, GenericExtension, java.io.Serializable
All Known Implementing Classes:
LexEvsCTS2Impl

public interface LexEvsCTS2
extends GenericExtension

Main interface for LexEVS CTS2 implementation.

Author:
Sridhar Dwarkanath

Method Summary
 AdminOperation getAdminOperation()
          Returns LexEVS implementation of CTS2 Administration Operations.
 AuthoringOperation getAuthoringOperation()
          Returns LexEVS implementation of CTS Authoring Operations.
 QueryOperation getQueryOperation()
          Returns LexEVS implementation of CTS Query Operations.
 ServiceInfo getServiceInfo()
          Returns service provider information.
 java.util.List<java.lang.String> getSupportedExporterNames()
          Returns list of Exporter names supported by this LexEVS instance.
 ExtensionDescriptionList getSupportedExporters()
          Returns list of Exporters supported by this LexEVS instance.
 java.util.List<java.lang.String> getSupportedLoaderNames()
          Returns list of Loader names supported by this LexEVS instance.
 ExtensionDescriptionList getSupportedLoaders()
          Returns list of Loaders supported by this LexEVS instance.
 java.util.List<java.lang.String> getSupportedSearchAlgorithmNames()
          Returns list of Search Algorithm names supported by this LexEVS instance.
 ExtensionDescriptionList getSupportedSearchAlgorithms()
          Returns list of Search Algorithms supported by this LexEVS instance.
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Extendable
getDescription, getName, getProvider, getVersion
 

Method Detail

getAdminOperation

AdminOperation getAdminOperation()
Returns LexEVS implementation of CTS2 Administration Operations.

Returns:
AdminOperation

getAuthoringOperation

AuthoringOperation getAuthoringOperation()
Returns LexEVS implementation of CTS Authoring Operations.

Returns:
AuthoringOperations

getQueryOperation

QueryOperation getQueryOperation()
Returns LexEVS implementation of CTS Query Operations.

Returns:
QueryOperation

getServiceInfo

ServiceInfo getServiceInfo()
Returns service provider information.

Returns:
serviceInfo

getSupportedSearchAlgorithms

ExtensionDescriptionList getSupportedSearchAlgorithms()
                                                      throws LBException
Returns list of Search Algorithms supported by this LexEVS instance.

Returns:
List of Supported Search Algorithms
Throws:
LBException

getSupportedLoaders

ExtensionDescriptionList getSupportedLoaders()
                                             throws LBException
Returns list of Loaders supported by this LexEVS instance.

Returns:
List of supported Loaders
Throws:
LBException

getSupportedExporters

ExtensionDescriptionList getSupportedExporters()
                                               throws LBException
Returns list of Exporters supported by this LexEVS instance.

Returns:
List of supported Exporters
Throws:
LBException

getSupportedSearchAlgorithmNames

java.util.List<java.lang.String> getSupportedSearchAlgorithmNames()
                                                                  throws LBException
Returns list of Search Algorithm names supported by this LexEVS instance.

Returns:
List of Supported Search Algorithm names
Throws:
LBException

getSupportedLoaderNames

java.util.List<java.lang.String> getSupportedLoaderNames()
                                                         throws LBException
Returns list of Loader names supported by this LexEVS instance.

Returns:
List of supported Loader names
Throws:
LBException

getSupportedExporterNames

java.util.List<java.lang.String> getSupportedExporterNames()
                                                           throws LBException
Returns list of Exporter names supported by this LexEVS instance.

Returns:
List of supported Exporter names
Throws:
LBException

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.