|
Options | Name | Purpose | |
---|---|---|---|
Close () |
|
||
Flush () |
|
||
Open () |
|
||
Progress.Lang.Object ParseFilter (JsonObject) |
/* Parses JSON to produce a IGetDataRequest object.
- If a filter parser/builder is found for the input JSON, then those factory methods
return an implementation of IGetDataRequest. If a valid object is returned, return that
object as-is.
If a valid object does not exist, then
- Use the OpenEdge.Core.Json.JsonSerializer to convert to an object. Default to an instance of
OpenEdge.BusinessLogic.GetDataRequest
This is a reflection-based method that is used because we do not want cross-dependencies in our builds between
netlib and businesscomponents (OpenEdge.BusinessLogic.pl).
@param JsonObject Filter data encoded as JSON
@return Progress.Lang.Object A filter based on the JSON input */
|
||
Write (character) |
|
||
Write (longchar) |
|
||
Write (Object) |
|
Options | Name | Purpose | |
---|---|---|---|
DataRequestValueWriter () |
|
||
DataRequestValueWriter () |
/* Default constructor */
|
Options | Name | Purpose | |
---|---|---|---|
Progress.Lang.Class DataRequestImplType |
|
||
Progress.Lang.Class DataRequestType |
|
||
Progress.Lang.Class FilterParserBuilderType |
|
||
Progress.Lang.Class FilterParserType |
|
Close () |
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flush () |
||||||||||||||||||||||||||||||||
Open () |
||||||||||||||||||||||||||||||||
Progress.Lang.Object ParseFilter (JsonObject)
|
||||||||||||||||||||||||||||||||
Write (character)
|
||||||||||||||||||||||||||||||||
Write (longchar)
|
||||||||||||||||||||||||||||||||
Write (Object)
|
STATIC DataRequestValueWriter () |
||||||
---|---|---|---|---|---|---|
DataRequestValueWriter ()
|
Progress.Lang.Class DataRequestImplType
|
||||||||
---|---|---|---|---|---|---|---|---|
Progress.Lang.Class DataRequestType
|
||||||||
Progress.Lang.Class FilterParserBuilderType
|
||||||||
Progress.Lang.Class FilterParserType
|