public class TransformationFunctionProxy extends Object
| Constructor and Description |
|---|
TransformationFunctionProxy() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(NodeList aInput,
String aVocabularyName)
normalize values given as a NodeList by using a vocabulary
|
String |
convert(NodeList aInput,
String aVocabularyName,
String aDefaultPattern,
String aFunction) |
String |
convertString(String aInput,
String aVocabularyName)
normalize values given as an input value by using a vocabulary
|
String |
extract(String uniqueKey,
int i) |
Convert |
getConvertFunction() |
static TransformationFunctionProxy |
getInstance() |
LookupRecord |
getLookupRecord() |
String |
getValue(String uniqueKey,
int i) |
NodeList |
identifierExtract(String aXpathExprJson,
Node aInput,
String aRegExpression)
extract content that match pattern given by a regular expression from a given node
|
String |
lookup(String aIdentifier,
String aPropertyKey) |
String |
regExpr(String aInput,
String aReplacement,
String aRegularExpression)
substitutes using regular expression
|
void |
setConvertFunction(Convert convertFunction) |
void |
setLookupRecord(LookupRecord lookupRecord) |
void |
setResults(String key,
FunctionResults resultsFunction_getvalue) |
Collection<String> |
split(NodeList aInput,
String aRegularExpression,
String aCallId) |
String |
split(String aCallId) |
public static TransformationFunctionProxy getInstance()
public String convertString(String aInput, String aVocabularyName)
aInput - - the value as a StringaVocabularyName - - the name of the vocabulary, which must be known for the vocabulary registrypublic String convert(NodeList aInput, String aVocabularyName)
aInput - - the input values as NodeListaVocabularyName - - the name of the vocabulary, which must be known for the vocabulary registrypublic String convert(NodeList aInput, String aVocabularyName, String aDefaultPattern, String aFunction)
public String regExpr(String aInput, String aReplacement, String aRegularExpression)
aInput - aReplacement - aRegularExpression - public Collection<String> split(NodeList aInput, String aRegularExpression, String aCallId)
public NodeList identifierExtract(String aXpathExprJson, Node aInput, String aRegExpression)
xpathExprJson - aInput - aRegExpression - public void setResults(String key, FunctionResults resultsFunction_getvalue)
key - resultsFunction_getvalue - public void setConvertFunction(Convert convertFunction)
convertFunction - the convertFunction to setpublic Convert getConvertFunction()
public LookupRecord getLookupRecord()
public void setLookupRecord(LookupRecord lookupRecord)
lookupRecord - the lookupRecord to setCopyright © 2025. All rights reserved.