|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueSetLoadOperation
LexEVS CTS 2 Value Set Load Operation.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getSupportedLoaderNames()
Returns list of Loader names supported by this LexEVS instance. |
URNVersionPair[] |
load(java.net.URI source,
java.net.URI releaseURI,
java.lang.String loaderName,
java.lang.Boolean stopOnErrors)
Load the value set definition. |
java.lang.String |
load(ValueSetDefinition valueSetDefinition,
java.net.URI releaseURI,
java.lang.Boolean stopOnErrors)
Load value set definition. |
Method Detail |
---|
URNVersionPair[] load(java.net.URI source, java.net.URI releaseURI, java.lang.String loaderName, java.lang.Boolean stopOnErrors) throws LBException
source
- location of the source filereleaseURI
- Release URI the loaded contents belong toloaderName
- Name of the loader to be used. Call getSupportedLoaderNames()
to get list of loaders supported by this instance of LexEVS.stopOnErrors
- True means stop if any load error is detected. False means
attempt to load what can be loaded if recoverable errors are
encountered.
LBException
java.lang.String load(ValueSetDefinition valueSetDefinition, java.net.URI releaseURI, java.lang.Boolean stopOnErrors) throws LBException
valueSetDefinition
- Value Set Definition object to be loadedreleaseURI
- Release URI the loaded contents belong tostopOnErrors
- True means stop if any load error is detected. False means
attempt to load what can be loaded if recoverable errors are
encountered.
LBException
java.util.List<java.lang.String> getSupportedLoaderNames() throws LBException
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |