|
|
|
ApplyFieldList (JsonObject, character)
|
Removes all fields not contained in the given field list from
the serialized dataset rows
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildDatasetErrorResponse (handle)
|
Builds the Build.One SWAT error response envelope from the
validation errors of the given dataset
|
|
|
|
Progress.Json.ObjectModel.JsonObject BuildErrorResponse (Error)
|
Builds the Build.One SWAT error response envelope for the
given error
|
|
|
|
CollectBufferErrors (handle, JsonArray)
|
Collects the ERROR-STRING values of all rows of the given
buffer into the messages array
|
|
|
|
CHARACTER DefaultOrderBy (handle, character)
|
Returns the default order-by phrase (without the BY keyword)
for the given buffer, based on its unique key fields
|
|
|
|
EnsureTableArrays (JsonObject, handle)
|
Ensures that the serialized dataset carries an (empty) array
for every dataset table
|
|
|
|
Progress.Json.ObjectModel.JsonObject Fetch (JsonObject)
|
Processes a Build.One SWAT fetch request (query interface)
|
|
|
|
CHARACTER PrepareRequest (JsonObject)
|
Assigns the AccessToken property from the request payload and
returns the validated entityName property
|
|
|
|
Progress.Json.ObjectModel.JsonObject Update (JsonObject)
|
Processes a Build.One SWAT update request (creates, updates
and deletes)
|