public interface MedRtUmlsBatchLoader extends SpringBatchLoader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESCRIPTION |
static java.lang.String |
NAME |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
loadMEDRT(java.net.URI rrfDir)
Load umls.
|
void |
removeLoad(java.lang.String uri,
java.lang.String version)
Removes the load.
|
void |
resumeMEDRT(java.net.URI rrfDir,
java.lang.String uri,
java.lang.String version)
Resume umls.
|
getJobExecution
clearLog, getCodingSchemeManifest, getCodingSchemeManifestURI, getCodingSchemeReferences, getLoaderPreferences, getLog, getOntologyFormat, getOptions, getStatus, load, setCodingSchemeManifest, setCodingSchemeManifestURI, setLoaderPreferences, setLoaderPreferences
getDescription, getName, getProvider, getVersion
static final java.lang.String NAME
static final java.lang.String VERSION
static final java.lang.String DESCRIPTION
void loadMEDRT(java.net.URI rrfDir) throws java.lang.Exception
sab
- the sabrrfDir
- the rrf dirjava.lang.Exception
- the exceptionvoid resumeMEDRT(java.net.URI rrfDir, java.lang.String uri, java.lang.String version) throws java.lang.Exception
sab
- the sabrrfDir
- the rrf diruri
- the uriversion
- the versionjava.lang.Exception
- the exceptionvoid removeLoad(java.lang.String uri, java.lang.String version) throws java.lang.Exception
sab
- the sabrrfDir
- the rrf diruri
- the uriversion
- the versionjava.lang.Exception
- the exception