public abstract class CallableModelCreator<DATA,Item,Builder extends ModelBuilder<DATA,Algorithm,ModelQueryResults>,USERID> extends CallableQueryProcessor<Object,Item,USERID>
| Modifier and Type | Field and Description |
|---|---|
protected Algorithm |
algorithm |
protected CreatePropertyAnnotation |
annotationsWriter |
protected Builder |
builder |
protected ModelQueryResults |
model |
protected boolean |
newModel |
agent, batch, context, referer, sourceReference, targetlogFile, logger, uuid| Constructor and Description |
|---|
CallableModelCreator(org.restlet.data.Form form,
org.restlet.Context context,
Algorithm algorithm,
Builder builder,
USERID token,
String referer,
org.restlet.data.ClientInfo clientinfo) |
| Modifier and Type | Method and Description |
|---|---|
protected ModelQueryResults |
createModel() |
protected net.idea.modbcum.i.processors.ProcessorsChain<Item,net.idea.modbcum.i.batch.IBatchStatistics,net.idea.modbcum.i.processors.IProcessor> |
createProcessors() |
protected TaskResult |
createReference(Connection connection)
Writes the model into database and returns a reference
|
Builder |
getBuilder() |
ModelQueryResults |
getModel() |
protected String |
getUser() |
void |
setBuilder(Builder builder) |
protected void |
writeAnnotations(Template properties,
UpdateExecutor exec) |
createBatch, createTarget, doCall, getAgent, getCookies, getQueryObject, getQueryObject, processForm, runBatchcall, getTaskCategory, getToken, getUuid, setUuidprotected Algorithm algorithm
protected Builder extends ModelBuilder<DATA,Algorithm,ModelQueryResults> builder
protected ModelQueryResults model
protected boolean newModel
protected CreatePropertyAnnotation annotationsWriter
public Builder getBuilder()
public void setBuilder(Builder builder)
public ModelQueryResults getModel()
protected void writeAnnotations(Template properties, UpdateExecutor exec) throws Exception
Exceptionprotected TaskResult createReference(Connection connection) throws Exception
createReference in class CallableQueryProcessor<Object,Item,USERID>Exceptionprotected ModelQueryResults createModel() throws Exception
Exceptionprotected net.idea.modbcum.i.processors.ProcessorsChain<Item,net.idea.modbcum.i.batch.IBatchStatistics,net.idea.modbcum.i.processors.IProcessor> createProcessors() throws Exception
createProcessors in class CallableQueryProcessor<Object,Item,USERID>ExceptionCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.