| Package | Description |
|---|---|
| eu.dnetlib.data.collective.transformation.engine.functions |
| Modifier and Type | Method and Description |
|---|---|
String |
PersonVocabulary.encoding(List<String> keys) |
String |
Vocabulary.encoding(List<String> keys)
returns the normalized, encoded String for a given key if found, otherwise a special value -depending on the vocabulary- is returned indicating that it couldn't be normalized
|
String |
IVocabulary.encoding(List<String> keys)
return the encoding for a given list of values
|
String |
DateVocabulary.encoding(List<String> aKeys) |
List<String> |
Vocabulary.encoding(List<String> aKeys,
String aDefaultPattern,
String aFilterFunction) |
List<String> |
IVocabulary.encoding(List<String> aKeys,
String aDefaultPattern,
String aFilterFunction)
return the encoding for a given list of values using a default pattern and applying a filter function
|
List<String> |
DateVocabulary.encoding(List<String> aKeys,
String aDefaultPattern,
String aFilterFunction) |
String |
Convert.execute()
not implemented
|
List<String> |
Extract.execute(List<String> aObjectRecords,
String aFeature) |
Collection<String> |
Split.executeAllValues(List<String> aInputValues,
String aRegExpr)
split a given list of values using a delimiter as regularExpression
|
List<String> |
Convert.executeAllValues(String vocabularyName,
List<String> fieldValues) |
List<String> |
Convert.executeFilterByParams(String vocabName,
List<String> fieldValues,
String defaultPattern,
String filterFunction) |
String |
Split.executeSingleValue(List<String> aInputValues,
String aRegExpr,
String aCallId)
split a given list of values stored in an internal queue and return the element from the head of the queue (recursive)
|
String |
Split.executeSingleValue(String aCallId) |
String |
RetrieveValue.executeSingleValue(String functionName,
List<Argument> arguments,
String objRecord,
Map<String,String> namespaceMap) |
String |
Convert.executeSingleValue(String vocabularyName,
List<String> fieldValues)
extracts and returns the encoded value as used in the vocabulary
|
String |
RegularExpression.executeSingleValue(String aRegularExpression,
String aExpr1,
String aExpr2) |
NodeList |
IdentifierExtract.extract(List<String> aXpathExprList,
Node aInput,
String aRegExpression,
Document aDocument,
XPath aXpath)
extract content matched by a regular expression pattern from a given node and return matched content as a node-list
|
Copyright © 2025. All rights reserved.