Uses of Enum Class
oracle.stellent.ridc.protocol.Protocol.NullHandlingStrategy
Packages that use Protocol.NullHandlingStrategy
Package
Description
-
Uses of Protocol.NullHandlingStrategy in oracle.stellent.ridc.common.util
Methods in oracle.stellent.ridc.common.util with parameters of type Protocol.NullHandlingStrategyModifier and TypeMethodDescriptionstatic String
HttpUtils.createQueryFromParameters
(Map<String, String> parameters, Protocol.NullHandlingStrategy nullStrategy) Create the query string from the parameters. -
Uses of Protocol.NullHandlingStrategy in oracle.stellent.ridc.model.impl
Methods in oracle.stellent.ridc.model.impl that return Protocol.NullHandlingStrategyModifier and TypeMethodDescriptionDataObjectEncodingUtils.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 -
Uses of Protocol.NullHandlingStrategy in oracle.stellent.ridc.model.serialize
Methods in oracle.stellent.ridc.model.serialize with parameters of type Protocol.NullHandlingStrategyModifier and TypeMethodDescriptionprotected 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. -
Uses of Protocol.NullHandlingStrategy in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that return Protocol.NullHandlingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Protocol.NullHandlingStrategy[]
Protocol.NullHandlingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.