org.LexGrid.LexBIG.Extensions.Load
Interface UmlsBatchLoader

All Superinterfaces:
Extendable, Loader, java.io.Serializable, SpringBatchLoader, StatusReporter
All Known Implementing Classes:
UmlsBatchLoaderImpl

public interface UmlsBatchLoader
extends SpringBatchLoader

The Interface UmlsBatchLoader.

Author:
Kevin Peterson

Field Summary
static java.lang.String DESCRIPTION
           
static java.lang.String NAME
           
static java.lang.String VERSION
           
 
Method Summary
 void loadUmls(java.net.URI rrfDir, java.lang.String sab)
          Load umls.
 void removeLoad(java.lang.String uri, java.lang.String version)
          Removes the load.
 void resumeUmls(java.net.URI rrfDir, java.lang.String sab, java.lang.String uri, java.lang.String version)
          Resume umls.
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.SpringBatchLoader
getJobExecution
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.Loader
clearLog, getCodingSchemeManifest, getCodingSchemeManifestURI, getCodingSchemeReferences, getLoaderPreferences, getLog, getOntologyFormat, getOptions, getStatus, load, setCodingSchemeManifest, setCodingSchemeManifestURI, setLoaderPreferences, setLoaderPreferences
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Extendable
getDescription, getName, getProvider, getVersion
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values

DESCRIPTION

static final java.lang.String DESCRIPTION
See Also:
Constant Field Values
Method Detail

loadUmls

void loadUmls(java.net.URI rrfDir,
              java.lang.String sab)
              throws java.lang.Exception
Load umls.

Parameters:
sab - the sab
rrfDir - the rrf dir
Throws:
java.lang.Exception - the exception

resumeUmls

void resumeUmls(java.net.URI rrfDir,
                java.lang.String sab,
                java.lang.String uri,
                java.lang.String version)
                throws java.lang.Exception
Resume umls.

Parameters:
sab - the sab
rrfDir - the rrf dir
uri - the uri
version - the version
Throws:
java.lang.Exception - the exception

removeLoad

void removeLoad(java.lang.String uri,
                java.lang.String version)
                throws java.lang.Exception
Removes the load.

Parameters:
sab - the sab
rrfDir - the rrf dir
uri - the uri
version - the version
Throws:
java.lang.Exception - the exception

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.