org.LexGrid.LexBIG.Extensions.Load
Interface MetaBatchLoader
- All Superinterfaces:
- Extendable, Loader, java.io.Serializable, SpringBatchLoader, StatusReporter
- All Known Implementing Classes:
- MetaBatchLoaderImpl
public interface MetaBatchLoader
- extends SpringBatchLoader
The Interface MetaBatchLoader.
- Author:
- Kevin Peterson
Field Summary |
static java.lang.String |
DESCRIPTION
|
static java.lang.String |
NAME
|
static java.lang.String |
VERSION
|
Method Summary |
void |
loadMeta(java.net.URI rrfDir)
Load meta. |
void |
removeLoad(java.lang.String uri,
java.lang.String version)
|
void |
resumeMeta(java.net.URI rrfDir,
java.lang.String uri,
java.lang.String version)
Resume meta. |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.Loader |
clearLog, getCodingSchemeManifest, getCodingSchemeManifestURI, getCodingSchemeReferences, getLoaderPreferences, getLog, getOntologyFormat, getOptions, getStatus, load, setCodingSchemeManifest, setCodingSchemeManifestURI, setLoaderPreferences, setLoaderPreferences |
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
loadMeta
void loadMeta(java.net.URI rrfDir)
throws java.lang.Exception
- Load meta.
- Parameters:
rrfDir
- the rrf dir
- Throws:
java.lang.Exception
- the exception
resumeMeta
void resumeMeta(java.net.URI rrfDir,
java.lang.String uri,
java.lang.String version)
throws java.lang.Exception
- Resume meta.
- Parameters:
rrfDir
- the rrf diruri
- the uriversion
- the version
- Throws:
java.lang.Exception
- the exception
removeLoad
void removeLoad(java.lang.String uri,
java.lang.String version)
throws LBParameterException
- Throws:
LBParameterException