public class RegisteringTasklet extends AbstractLexEvsUtilityTasklet implements org.springframework.batch.core.step.tasklet.Tasklet
Constructor and Description |
---|
RegisteringTasklet() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.batch.repeat.RepeatStatus |
doExecute(org.springframework.batch.core.StepContribution contribution,
org.springframework.batch.core.scope.context.ChunkContext chunkContext) |
org.springframework.batch.repeat.RepeatStatus |
execute(org.springframework.batch.core.StepContribution contribution,
org.springframework.batch.core.scope.context.ChunkContext chunkContext) |
protected java.lang.String |
getCurrentCodingSchemeUri()
Gets the current coding scheme uri.
|
protected java.lang.String |
getCurrentCodingSchemeVersion()
Gets the current coding scheme version.
|
java.lang.String |
getPrefix() |
boolean |
isRetry() |
void |
setPrefix(java.lang.String prefix) |
void |
setRetry(boolean retry) |
getCodingSchemeIdSetter, getConnectionManager, getCurrentCodingScheme, getDatabaseServiceManager, setCodingSchemeIdSetter, setConnectionManager, setDatabaseServiceManager
getLogger, setLogger
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
execute
in interface org.springframework.batch.core.step.tasklet.Tasklet
execute
in class AbstractLexEvsUtilityTasklet
java.lang.Exception
protected java.lang.String getCurrentCodingSchemeUri() throws java.lang.Exception
AbstractLexEvsUtilityTasklet
getCurrentCodingSchemeUri
in class AbstractLexEvsUtilityTasklet
java.lang.Exception
- the exceptionprotected java.lang.String getCurrentCodingSchemeVersion() throws java.lang.Exception
AbstractLexEvsUtilityTasklet
getCurrentCodingSchemeVersion
in class AbstractLexEvsUtilityTasklet
java.lang.Exception
- the exceptionprotected org.springframework.batch.repeat.RepeatStatus doExecute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws java.lang.Exception
doExecute
in class AbstractLexEvsUtilityTasklet
java.lang.Exception
public void setRetry(boolean retry)
public boolean isRetry()
public void setPrefix(java.lang.String prefix)
public java.lang.String getPrefix()