public class Convert extends AbstractTransformationFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
paramDefaultPattern |
static String |
paramFieldValue |
static String |
paramFunction |
static String |
paramVocabularyName |
| Constructor and Description |
|---|
Convert() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
not implemented
|
List<String> |
executeAllValues(String vocabularyName,
List<String> fieldValues) |
List<String> |
executeFilterByParams(String vocabName,
List<String> fieldValues,
String defaultPattern,
String filterFunction) |
String |
executeSingleValue(String vocabularyName,
List<String> fieldValues)
extracts and returns the encoded value as used in the vocabulary
|
VocabularyRegistry |
getVocabularyRegistry() |
void |
setVocabularyRegistry(VocabularyRegistry vocabularyRegistry) |
public static final String paramVocabularyName
public static final String paramFieldValue
public static final String paramDefaultPattern
public static final String paramFunction
public String execute() throws ProcessingException
ProcessingExceptionAbstractTransformationFunction.execute()public String executeSingleValue(String vocabularyName, List<String> fieldValues) throws ProcessingException
vocabularyName - the name of the vocabulary to be usedfieldValues - the list of values to normalizeProcessingExceptionpublic List<String> executeAllValues(String vocabularyName, List<String> fieldValues) throws ProcessingException
ProcessingExceptionpublic List<String> executeFilterByParams(String vocabName, List<String> fieldValues, String defaultPattern, String filterFunction) throws ProcessingException
ProcessingExceptionpublic VocabularyRegistry getVocabularyRegistry()
public void setVocabularyRegistry(VocabularyRegistry vocabularyRegistry)
Copyright © 2025. All rights reserved.