Package | Description |
---|---|
oracle.stellent.ridc.common.util | |
oracle.stellent.ridc.model.impl | |
oracle.stellent.ridc.model.serialize | |
oracle.stellent.ridc.protocol |
Modifier and Type | Method and Description |
---|---|
static String |
HttpUtils.createQueryFromParameters(Map<String,String> parameters,
Protocol.NullHandlingStrategy nullStrategy)
Create the query string from the parameters.
|
Modifier and Type | Method and Description |
---|---|
static Protocol.NullHandlingStrategy |
DataObjectEncodingUtils.getNullHandlingStrategyFromBinder(DataBinder dataBinder,
boolean removeIdcNullHandlingParamFromBinderWhenDone)
Get the null value handling strategy from the databinder
By default, we will treat the null value as empty string should an
explicit handling strategy not be specified
|
Modifier and Type | Method and Description |
---|---|
protected void |
HdaBinderSerializer.packageProperties(Writer writer,
DataObject dataObject,
String name,
Protocol.NullHandlingStrategy nullStrategy)
Turns the properties object into a hda formatted string, and writes the
data to the writer.
|
void |
HdaBinderSerializer.serializeBinder(OutputStream outputStream,
DataBinder dataBinder,
Protocol.NullHandlingStrategy nullStrategy)
Writes out the local data, option lists, and result sets in hda format.
|
void |
HdaBinderSerializer.serializeBinder(Writer writer,
DataBinder dataBinder,
Protocol.NullHandlingStrategy nullStrategy)
Writes out the local data, option lists, and result sets in hda format.
|
Modifier and Type | Method and Description |
---|---|
static Protocol.NullHandlingStrategy |
Protocol.NullHandlingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.NullHandlingStrategy[] |
Protocol.NullHandlingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|