public class DataRetrievalRequest
extends java.util.HashMap
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIALET
Key used to define Dialect of data to be retrieved.
|
static java.lang.String |
IDENTIFIER
Key used to defined Identify of data to be retrieved.
|
static java.lang.String |
OUTPUT_FORM
Key used to define the output format of retrieved data to be returned.
|
| Constructor and Description |
|---|
DataRetrievalRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDialect()
Returns the Dialect value specified in the request.
|
java.lang.String |
getIdentifier()
Returns the Identifier value specified in the request.
|
OutputForm |
getOutputForm()
Returns the output format specified in the request.
|
void |
putDialect(java.lang.String dialect)
Allow to set the dialect of data to retrieve
|
void |
putIdentifier(java.lang.String identifier)
Allow to set the identifier of data to retrieve
|
void |
putOutputForm(OutputForm form)
Allow to set the output format of the data retrieved.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static final java.lang.String DIALET
public static final java.lang.String IDENTIFIER
public static final java.lang.String OUTPUT_FORM
public java.lang.String getDialect()
throws DataRetrievalException
DataRetrievalExceptionpublic java.lang.String getIdentifier()
public OutputForm getOutputForm()
public void putDialect(java.lang.String dialect)
throws DataRetrievalException
dialect - - Valid dialect value supported by the Data Locator.DataRetrievalExceptionpublic void putIdentifier(java.lang.String identifier)
identifier - - identifier valueDataRetrievalExceptionpublic void putOutputForm(OutputForm form)
form - - Valid output format types supported by the Data Locator.DataRetrievalExceptionCopyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.