Modifier and Type | Class and Description |
---|---|
class |
ParameterValue
Class to represent the value of a transformation parameter.
|
Modifier and Type | Method and Description |
---|---|
Value |
ParameterValue.intern()
Get the internal value.
|
Modifier and Type | Method and Description |
---|---|
static ParameterValue |
CellUtil.getOptionalParameter(Cell cell,
String parameterName,
Value defaultValue)
Get the first parameter with the given name in the given cell.
|
Constructor and Description |
---|
ParameterValue(String type,
Value value)
Constructor specifying the type and the value.
|
ParameterValue(Value value)
Constructor specifying the value only.
|
Modifier and Type | Method and Description |
---|---|
static LookupTable |
ClassificationMappingUtil.getClassificationLookup(com.google.common.collect.Multimap<String,? extends Value> parameters,
ServiceProvider serviceProvider)
Get the classification lookup table from the transformation parameters.
|
Modifier and Type | Method and Description |
---|---|
protected ParameterValue |
AbstractTransformationFunction.getOptionalParameter(String parameterName,
Value defaultValue)
Get the first parameter defined with the given parameter name.
|
Modifier and Type | Field and Description |
---|---|
static Value |
Value.NULL
Null value.
|
Modifier and Type | Method and Description |
---|---|
static Value |
Value.complex(Object value)
Create a complex value with a DOM representation for serialization.
|
Value |
IOProvider.getParameter(String name)
Get the value for the given parameter name
|
static Value |
Value.of(Boolean bool)
Create a value from a boolean.
|
static Value |
Value.of(Number number)
Create a value from a number.
|
static Value |
Value.of(String str)
Create a value from a string.
|
static Value |
Value.simple(Object value)
Create a simple value with a string representation for serialization.
|
Modifier and Type | Method and Description |
---|---|
void |
IOProvider.setParameter(String name,
Value value)
Set a parameter
|
Modifier and Type | Method and Description |
---|---|
void |
IOProvider.loadConfiguration(Map<String,Value> configuration)
Load the configuration from a map of key/value pairs
|
void |
IOProvider.storeConfiguration(Map<String,Value> configuration)
Store the configuration in a map of key/value pairs
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexValue
Complex value represented as DOM
Element as defined by the
ComplexValueExtension . |
class |
ElementValue
Value based on a DOM
Element . |
class |
StringValue
Simple value represented as string.
|
Modifier and Type | Method and Description |
---|---|
Value |
AbstractIOProvider.getParameter(String name) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImportProvider.setParameter(String name,
Value value) |
void |
AbstractIOProvider.setParameter(String name,
Value value) |
void |
AbstractExportProvider.setParameter(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIOProvider.loadConfiguration(Map<String,Value> configuration)
Uses
AbstractIOProvider.setParameter(String, Value) to load the configuration. |
void |
AbstractImportProvider.storeConfiguration(Map<String,Value> configuration) |
void |
AbstractIOProvider.storeConfiguration(Map<String,Value> configuration)
Stores all parameters that were set using
AbstractIOProvider.setParameter(String, Value) in the configuration. |
void |
AbstractExportProvider.storeConfiguration(Map<String,Value> configuration) |
Modifier and Type | Method and Description |
---|---|
Value |
ComplexConfigurationService.getProperty(String name)
Get the property value for the property with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexConfigurationService.setProperty(String name,
Value value)
Set the property with the given name to the given value.
|
Constructor and Description |
---|
ActionProjectFile(String loadActionId,
String loadProviderId,
Map<String,Value> loadParameters,
String saveActionId,
String saveProviderId,
Map<String,Value> saveParameters,
ServiceProvider serviceProvider)
Create a project file based on an I/O action
|
ActionProjectFile(String loadActionId,
String loadProviderId,
Map<String,Value> loadParameters,
String saveActionId,
String saveProviderId,
Map<String,Value> saveParameters,
ServiceProvider serviceProvider)
Create a project file based on an I/O action
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectWriter.setParameter(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectWriter.storeConfiguration(Map<String,Value> configuration) |
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
Project.getProperties() |
Map<String,Value> |
IOConfiguration.getProviderConfiguration()
Get the I/O provider configuration.
|
Modifier and Type | Method and Description |
---|---|
Value |
LookupTable.lookup(Value key)
Look up a value associated to a given key.
|
Modifier and Type | Method and Description |
---|---|
Map<Value,Value> |
LookupTable.asMap()
Get the lookup table as map.
|
Map<Value,Value> |
LookupTable.asMap()
Get the lookup table as map.
|
Set<Value> |
LookupTable.getKeys()
Get all keys available in the lookup table.
|
com.google.common.collect.ListMultimap<Value,Value> |
LookupTable.reverse()
Get the reverse of the lookup.
|
com.google.common.collect.ListMultimap<Value,Value> |
LookupTable.reverse()
Get the reverse of the lookup.
|
Modifier and Type | Method and Description |
---|---|
Value |
LookupTable.lookup(Value key)
Look up a value associated to a given key.
|
Modifier and Type | Method and Description |
---|---|
Value |
LookupTableImpl.lookup(Value key) |
Modifier and Type | Method and Description |
---|---|
Map<Value,Value> |
LookupTableImpl.asMap() |
Map<Value,Value> |
LookupTableImpl.asMap() |
Set<Value> |
LookupTableImpl.getKeys() |
com.google.common.collect.ListMultimap<Value,Value> |
LookupTableImpl.reverse() |
com.google.common.collect.ListMultimap<Value,Value> |
LookupTableImpl.reverse() |
Modifier and Type | Method and Description |
---|---|
Value |
LookupTableImpl.lookup(Value key) |
void |
AbstractLookupImport.setParameter(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLookupImport.storeConfiguration(Map<String,Value> configuration) |
Constructor and Description |
---|
LookupTableImpl(Map<Value,Value> table)
Create a new lookup table based on the given map.
|
LookupTableImpl(Map<Value,Value> table)
Create a new lookup table based on the given map.
|
Modifier and Type | Method and Description |
---|---|
protected Value |
AbstractScriptedPropertyTransformation.getTransformedOptionalParameter(String parameterName,
Value defaultValue)
Get the first evaluated parameter defined with the given parameter name.
|
protected Value |
AbstractScriptedPropertyTransformation.getTransformedParameterChecked(String parameterName)
Get the first evaluated parameter defined with the given parameter name.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.collect.ListMultimap<String,Value> |
AbstractScriptedPropertyTransformation.getTransformedParameters()
Returns the transformed parameters.
|
Modifier and Type | Method and Description |
---|---|
protected Value |
AbstractScriptedPropertyTransformation.getTransformedOptionalParameter(String parameterName,
Value defaultValue)
Get the first evaluated parameter defined with the given parameter name.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a