public class AsposeDataAdapter extends Object implements de.xima.aspose.processor.interfaces.IDataAdapter, de.xima.aspose.processor.interfaces.IReplacer
Modifier and Type | Field and Description |
---|---|
static String |
MATCHER_DYNAMIC_FIELD_REF |
Constructor and Description |
---|
AsposeDataAdapter(IWorkflowProcessingContext workflowProcessingContext) |
Modifier and Type | Method and Description |
---|---|
String |
asStringValue(List<String[]> value) |
String |
asStringValue(String[] value) |
HashMap<String,HashMap<String,String>> |
getFieldOptions(String identifier,
boolean asAlias) |
List<String[]> |
getFieldValues(String fieldName) |
Map<String,List<String[]>> |
getFieldValuesMap() |
Map<String,String> |
getMetaDataMap() |
List<Pattern> |
getPatternList() |
String[] |
getStringsAsVal(String... val) |
boolean |
hasField(String fieldName) |
boolean |
isElementLooped(String elementName) |
int |
loopCount(String elementName) |
boolean |
matchPlaceholder(String text) |
String |
replaceValue(String fieldName,
de.xima.aspose.processor.interfaces.IDataAdapter dataAdapter) |
String |
resolveAliasName(String alias) |
public static final String MATCHER_DYNAMIC_FIELD_REF
public AsposeDataAdapter(IWorkflowProcessingContext workflowProcessingContext)
public String replaceValue(String fieldName, de.xima.aspose.processor.interfaces.IDataAdapter dataAdapter)
replaceValue
in interface de.xima.aspose.processor.interfaces.IReplacer
public List<Pattern> getPatternList()
getPatternList
in interface de.xima.aspose.processor.interfaces.IReplacer
public boolean matchPlaceholder(String text)
matchPlaceholder
in interface de.xima.aspose.processor.interfaces.IReplacer
public List<String[]> getFieldValues(String fieldName)
getFieldValues
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public boolean hasField(String fieldName)
hasField
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public Map<String,List<String[]>> getFieldValuesMap()
getFieldValuesMap
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public boolean isElementLooped(String elementName)
isElementLooped
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public int loopCount(String elementName)
loopCount
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public Map<String,String> getMetaDataMap()
getMetaDataMap
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public String resolveAliasName(String alias)
resolveAliasName
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public HashMap<String,HashMap<String,String>> getFieldOptions(String identifier, boolean asAlias)
getFieldOptions
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public String asStringValue(List<String[]> value)
asStringValue
in interface de.xima.aspose.processor.interfaces.IDataAdapter
public String asStringValue(String[] value)
asStringValue
in interface de.xima.aspose.processor.interfaces.IDataAdapter
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.