Interface ICorpusBatchStepTask
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
ThreadedCorpusBatchStepTask
public interface ICorpusBatchStepTask extends Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CorpusBatchStepModel
getData()
com.fasterxml.jackson.databind.node.ArrayNode
getOutput()
void
setData(CorpusBatchStepModel data)
void
setInput(com.fasterxml.jackson.databind.node.ObjectNode outputStepItem)
void
setParameterStore(io.outofprintmagazine.util.IParameterStore parameterStore)
void
setStorage(IScratchStorage storage)
-
-
-
Method Detail
-
setInput
void setInput(com.fasterxml.jackson.databind.node.ObjectNode outputStepItem) throws Exception
- Throws:
Exception
-
getOutput
com.fasterxml.jackson.databind.node.ArrayNode getOutput()
-
setData
void setData(CorpusBatchStepModel data)
-
setStorage
void setStorage(IScratchStorage storage)
-
setParameterStore
void setParameterStore(io.outofprintmagazine.util.IParameterStore parameterStore)
-
getData
CorpusBatchStepModel getData()
-
-