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.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

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 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 LBParameterException
Throws:
LBParameterException

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.