Class RecorderUtils
java.lang.Object
de.hybris.platform.sap.core.jco.rec.RecorderUtils
Collection of final string definitions and methods that are used in the JCoRecorder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSeparator for function-keys used by the Recorder to identify different executions of the same function.static final StringSeparator for record names when retrieving a record from inside a function.
functionName#parameterType#recordName where parameterType equals INPUT, OUTPUT, CHANGING or TABLES.static final StringThe absolute path where to find the validation xsd schema-file. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFunctionKey(String name, int count) Generates the functionKey for the given functionName and the given counter-value.static StringConcatenates the folder of the extension that contains the schema file with the relative path to the schema file.
-
Field Details
-
SCHEMA_FILE_RELATIVE_PATH
The absolute path where to find the validation xsd schema-file.- See Also:
-
FUNCTIONKEY_SEPERATOR
Separator for function-keys used by the Recorder to identify different executions of the same function.- See Also:
-
RECORDNAME_SEPERATOR
Separator for record names when retrieving a record from inside a function.
functionName#parameterType#recordName where parameterType equals INPUT, OUTPUT, CHANGING or TABLES.- See Also:
-
-
Method Details
-
getFunctionKey
Generates the functionKey for the given functionName and the given counter-value.- Parameters:
name- of the function.count- executionCounter of the function.- Returns:
- Returns 'name::count'.
-
getSchemaFilePath
Concatenates the folder of the extension that contains the schema file with the relative path to the schema file.- Returns:
- Returns the concatenation.
-