| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ImportDataDumpStrategy.dump(AbstractCodeLine codeLine)
Dumps single
AbstractCodeLine object into String representation of an ImpEx import. |
| Modifier and Type | Method and Description |
|---|---|
AbstractCodeLine |
ImportBatchParser.BatchingImpexReader.getAfterEachExpr() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultImportDataDumpStrategy.dump(AbstractCodeLine codeLine) |
void |
ImportBatchParser.BatchingImpexReader.execute(AbstractCodeLine line,
java.util.Map csvLine) |
protected boolean |
ImportBatchParser.BatchingImpexReader.processMarkerCodeLine(AbstractCodeLine line) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BatchingImportReader.processCodeLine(AbstractCodeLine line) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptingEngineCodeLine |
class |
BeanshellCodeLine |
class |
GroovyCodeLine |
class |
JavascriptCodeLine |
class |
SimpleCodeLine |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCodeLine |
ImpExReader.createCodeLine(java.util.Map<java.lang.Integer,java.lang.String> line)
Interprets the given line as code line.
|
AbstractCodeLine |
ScriptCodeLineFactory.createCodeLineFromLine(java.util.Map<java.lang.Integer,java.lang.String> line) |
protected AbstractCodeLine |
ImpExReader.createCodeLineLegacyWay(java.util.Map<java.lang.Integer,java.lang.String> line) |
protected AbstractCodeLine |
ImpExReader.createCodeLineModernWay(java.util.Map<java.lang.Integer,java.lang.String> line) |
AbstractCodeLine |
ImpExReader.getBeforeEachCode()
Gets the code line executed after parsing but before interpreting of each line.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImpExReader.enterIfBlock(AbstractCodeLine line)
Has to be called when an if-condition occurs.
|
protected void |
ImpExReader.execute(AbstractCodeLine line,
java.util.Map csvLine)
Executes the code line at the bean shell.
|
protected void |
ImpExReader.execute(AbstractCodeLine line,
java.util.Map csvLine,
boolean forEachMode)
Executes the code line at the bean shell.
|
protected boolean |
ImpExReader.isNotInInactiveIfBlock(AbstractCodeLine curLine)
Tests if you are allowed to execute code, based on the current if-block situation.
|
protected void |
ImpExReader.legacyExecute(AbstractCodeLine line,
java.util.Map<java.lang.Integer,java.lang.String> csvLine) |
protected void |
ImpExReader.processCodeLine(AbstractCodeLine line)
Processes given code line.
|
protected boolean |
ImpExReader.processMarkerCodeLine(AbstractCodeLine line)
Processes the special logic of the marker set to the given code line and returns true, if the code line should be
executed or the marker prohibits the execution.
|
protected void |
ImpExReader.setBeforeEachCode(AbstractCodeLine line)
Sets the code line executed after parsing but before interpreting of each line.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCodeLine |
ImpExImportReader.getAfterEachCode() |
AbstractCodeLine |
ValueLine.getAfterEachCode() |
AbstractCodeLine |
ImpExImportReader.getForEachCode()
Deprecated.
since ages - use
ImpExImportReader.getAfterEachCode() instead |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultiThreadedImpExImportReader.execute(AbstractCodeLine line,
java.util.Map csvLine,
boolean forEachMode)
Called for each code line.
|
protected boolean |
ImpExImportReader.processMarkerCodeLine(AbstractCodeLine line) |
protected void |
ImpExImportReader.setAfterEachCode(AbstractCodeLine line) |
void |
ValueLine.setAfterEachCode(AbstractCodeLine abstractCodeLine) |
protected void |
ImpExImportReader.setForEachCode(AbstractCodeLine line)
Deprecated.
since ages - use
ImpExImportReader.setAfterEachCode(de.hybris.platform.impex.jalo.AbstractCodeLine) instead |
Copyright © 2018 SAP SE. All Rights Reserved.