public abstract class BaseTaskScript extends BaseScript
Modifier and Type | Field and Description |
---|---|
protected com.labvantage.sapphire.util.groovy.DBRead |
database |
bindings, callingScript, connectionInfo, LOGHEADER
Constructor and Description |
---|
BaseTaskScript() |
Modifier and Type | Method and Description |
---|---|
protected ActionProcessor |
getActionProcessor() |
protected com.labvantage.sapphire.util.groovy.DBRead |
getDatabase() |
protected com.labvantage.sapphire.util.groovy.GroovyLogger |
getLogger() |
protected M18NUtil |
getM18N() |
protected QueryProcessor |
getQueryProcessor() |
protected SDCProcessor |
getSDCProcessor() |
protected SDIProcessor |
getSDIProcessor() |
protected SequenceProcessor |
getSequenceProcessor() |
protected PropertyList |
getStepProperty() |
protected TaskContext |
getTaskContext() |
protected com.labvantage.sapphire.gwt.shared.JSONable |
getVariable(java.lang.String variableid) |
protected WorkflowProcessor |
getWorkflowProcessor() |
protected void |
setContext(java.util.HashMap bindings) |
protected void |
setOutput(java.lang.String name,
java.lang.Object value) |
protected void |
setVariable(java.lang.String variableid,
SDIList value) |
protected void |
setVariable(java.lang.String variableid,
java.lang.String value) |
getConnectionInfo, getInstance, getInstance
protected void setContext(java.util.HashMap bindings)
setContext
in class BaseScript
protected ActionProcessor getActionProcessor()
protected QueryProcessor getQueryProcessor()
protected SDCProcessor getSDCProcessor()
protected SequenceProcessor getSequenceProcessor()
protected SDIProcessor getSDIProcessor()
protected WorkflowProcessor getWorkflowProcessor()
protected com.labvantage.sapphire.util.groovy.DBRead getDatabase()
protected M18NUtil getM18N()
protected com.labvantage.sapphire.util.groovy.GroovyLogger getLogger()
protected TaskContext getTaskContext()
protected com.labvantage.sapphire.gwt.shared.JSONable getVariable(java.lang.String variableid)
protected void setVariable(java.lang.String variableid, java.lang.String value)
protected void setVariable(java.lang.String variableid, SDIList value)
protected PropertyList getStepProperty()
protected void setOutput(java.lang.String name, java.lang.Object value)