- call() - Method in class com.hof.mi.etl.runner.ExecutionHead
-
- cancel() - Method in interface com.hof.mi.etl.runner.ETLRunner
-
Stop executing the process
- cancel() - Method in class com.hof.mi.etl.runner.ETLRunnerImpl
-
- cancel() - Method in interface com.hof.mi.etl.runner.status.ETLProcessStatus
-
Set the status of the process and unfinished steps to cancelled.
- cancel() - Method in class com.hof.mi.etl.runner.status.ETLProcessStatusImpl
-
- cancel() - Method in interface com.hof.mi.etl.runner.status.ETLStepStatus
-
Set the status of the step to cancelled, if it is not complete.
- cancel() - Method in class com.hof.mi.etl.runner.status.ETLStepStatusImpl
-
- changedValues - Variable in class com.hof.parameters.ParameterValueLoader
-
- checkErrorThreshold() - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Check if the step has exceeded this step's error threshold.
- cleanup() - Method in class com.hof.mi.etl.step.AbstractETLCachedStep
-
All cleanup and releasing resources to happen here.
- cleanup() - Method in class com.hof.mi.etl.step.AbstractETLRowStep
-
All cleanup and releasing resources to happen here.
- clearAllWires() - Method in class com.hof.mi.etl.step.AbstractETLStep
-
Clear all wires
- com.hof.mi.etl.runner - package com.hof.mi.etl.runner
-
- com.hof.mi.etl.runner.status - package com.hof.mi.etl.runner.status
-
- com.hof.mi.etl.step.definition.ui - package com.hof.mi.etl.step.definition.ui
-
- commonDeps - Variable in class com.hof.mi.etl.step.AbstractETLStep
-
- convertParameterToJSON(String) - Method in class com.hof.parameters.ParameterSection
-
Helper method to converts JSON to it's equivilent java object (for lists, maps and booleans) so that the javascript
interepting it isn't just sent a string like "[1,2,3]"
- convertParamToJDBCType(int) - Method in class com.hof.parameters.ParamToJDBCTypeConverter
-
- CssDeclaration - Interface in com.hof.parameters
-
Interface is for classes representing a CSS Declaration.
- CssDeclarationImpl - Class in com.hof.parameters
-
- CssDeclarationImpl(String, String) - Constructor for class com.hof.parameters.CssDeclarationImpl
-
- CssRule - Interface in com.hof.parameters
-
Interface is for classes representing a CSS Rule
- CssRuleImpl - Class in com.hof.parameters
-
Represents a css rule
- CssRuleImpl(String, Set<CssDeclaration>, boolean) - Constructor for class com.hof.parameters.CssRuleImpl
-
Construct a CSS rule
- CssRuleImpl(String, boolean) - Constructor for class com.hof.parameters.CssRuleImpl
-
Construct a CSS rule
- CssRuleSerializer - Class in com.hof.parameters
-
Serializer for converting a CssRule object into JSON using Gson.
- CssRuleSerializer() - Constructor for class com.hof.parameters.CssRuleSerializer
-