org.lexgrid.loader.lexbigadmin
Class AbstractLexEvsUtilityTasklet
java.lang.Object
org.lexgrid.loader.logging.LoggingBean
org.lexgrid.loader.lexbigadmin.AbstractLexEvsUtilityTasklet
All Implemented Interfaces: org.springframework.batch.core.step.tasklet.Tasklet
Direct Known Subclasses: IndexingTasklet , MetadataLoadingTasklet , RegisteringTasklet , TransitivityBuildingTasklet
public abstract class AbstractLexEvsUtilityTasklet extends LoggingBean implements org.springframework.batch.core.step.tasklet.Tasklet
The Class IndexingTasklet.
Author:
Kevin Peterson
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
AbstractLexEvsUtilityTasklet
public AbstractLexEvsUtilityTasklet ()
execute
public org.springframework.batch.repeat.RepeatStatus execute (org.springframework.batch.core.StepContribution contribution,
org.springframework.batch.core.scope.context.ChunkContext chunkContext)
throws java.lang.Exception
Specified by: execute
in interface org.springframework.batch.core.step.tasklet.Tasklet
Throws:
java.lang.Exception
doExecute
protected abstract org.springframework.batch.repeat.RepeatStatus doExecute (org.springframework.batch.core.StepContribution contribution,
org.springframework.batch.core.scope.context.ChunkContext chunkContext)
throws java.lang.Exception
Throws:
java.lang.Exception
getCurrentCodingSchemeUri
protected java.lang.String getCurrentCodingSchemeUri ()
throws java.lang.Exception
Gets the current coding scheme uri.
Returns: the current coding scheme uri
Throws:
java.lang.Exception
- the exception
getCurrentCodingSchemeVersion
protected java.lang.String getCurrentCodingSchemeVersion ()
throws java.lang.Exception
Gets the current coding scheme version.
Returns: the current coding scheme version
Throws:
java.lang.Exception
- the exception
getCurrentCodingScheme
protected CodingScheme getCurrentCodingScheme ()
throws java.lang.Exception
Gets the current coding scheme.
Returns: the current coding scheme
Throws:
java.lang.Exception
- the exception
getCodingSchemeIdSetter
public CodingSchemeIdSetter getCodingSchemeIdSetter ()
setCodingSchemeIdSetter
public void setCodingSchemeIdSetter (CodingSchemeIdSetter codingSchemeIdSetter)
setConnectionManager
public void setConnectionManager (LexEvsDatabaseOperations connectionManager)
getConnectionManager
public LexEvsDatabaseOperations getConnectionManager ()
setDatabaseServiceManager
public void setDatabaseServiceManager (DatabaseServiceManager databaseServiceManager)
getDatabaseServiceManager
public DatabaseServiceManager getDatabaseServiceManager ()
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
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD