|
Options |
Name |
Purpose |
|
#
|
AddBufferFields (handle, JsonObject, IRestAddress, character)
|
Adds the Buffer Fields to the given JSON Object
|
|
#
|
AddResponseDataset (JsonObject, character, handle[])
|
Adds a dataset to the JSON response
|
|
#
|
Consultingwerk.OERA.RestResource.BufferFieldSubstitue AddressToSubstitute (character)
|
Parses an address pattern and returns the
SUBSTITUTE() parameters
|
|
#
|
AssignParameterPropertiesFromQueryString (Object, IWebRequest)
|
Assigns properties of the parameter object from the QUERY_STRING
|
|
#
|
AssignParameterPropertiesFromRequestEntity (Object, IWebRequest)
|
Assigns properties of the parameter object from the request payload
|
|
#
|
AssignPropertyValue (Object, Property, character)
|
Assigns a property value form a string value
|
|
#
|
Progress.Json.ObjectModel.JsonConstruct BuildCollectionResponse (handle, IWebRequest, IRestRequest, character, character)
|
Returns the response JsonArray for a collection record
|
|
#
|
Progress.Json.ObjectModel.JsonObject BuildRecordResponse (handle, IWebRequest, IRestRequest)
|
Returns the response JsonObject for a single record
|
|
#
|
CheckFieldAuthorization (handle, JsonObject)
|
Checks for field authorization during update
|
|
#
|
Consultingwerk.OERA.IFetchDataRequest FetchDataRequestFromRestRequest (IRestRequest, IWebRequest, logical, handle)
|
Builds an FetchDataRequest from the current Rest Request
|
|
#
|
Consultingwerk.OERA.IFetchDataRequest FetchDataRequestFromRestRequest (IRestRequest, IWebRequest, logical, handle, character, character)
|
Builds an FetchDataRequest from the current Rest Request
|
|
#
|
CHARACTER FilterString (character, character, handle)
|
Builds a query string based on the URI Query String
|
|
#
|
INTEGER HandleDelete (IWebRequest)
|
Handles the DELETE request
|
|
#
|
HandleError (Error, IHttpResponse)
|
Handels an error. The error is written into the logfile and returned
to the client in the body. Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
INTEGER HandleGet (IWebRequest)
|
Handles the GET request
|
|
#
|
INTEGER HandleNotAllowedMethod (IWebRequest)
|
Handler for unsupported methods. The request being serviced and
an optional status code is returned. A zero or null value means
this method will deal with all errors. Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
INTEGER HandleNotImplemented (IWebRequest)
|
Handler for unknown methods. The request being serviced and an
optional status code is returned. A zero or null value means
this method will deal with all errors. Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
INTEGER HandlePatch (IWebRequest)
|
Handles the PATCH request
|
|
#
|
INTEGER HandlePost (IWebRequest)
|
Handles the POST request
|
|
#
|
INTEGER HandlePut (IWebRequest)
|
Handles the PUT request
|
|
#
|
Consultingwerk.Framework.Collections.CharacterDictionary InitalizeRestrictedFields (character)
|
Queries the Field Authorization Provider and returns
a CharacterDictionary of restricted fields (Hidden)
|
|
#
|
Progress.Json.ObjectModel.JsonObject InitializeJsonParameterObject (IRestRequest, IWebRequest)
|
Initializes the JSON Parameter Object instance
|
|
#
|
Progress.Lang.Object InitializeParameterObject (IRestRequest, IWebRequest)
|
Creates and initializes the Parameter Object instance
|
|
#
|
Progress.Lang.Object InvokeMethod (IRestRequest, IWebRequest)
|
Invokes a method of a Business Task or Business Entity
|
|
#
|
LogRequestDetail (IWebRequest)
|
Logs details about the current web handler request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
LogRequestEnd (IWebRequest, IHttpResponse)
|
Logs details about the end of current web handler request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
ProcessLinks (JsonObject, handle, IWebRequest, IRestRequest)
|
Processes the Links
|
|
#
|
ProcessRelations (JsonObject, handle, IRestRequest, IWebRequest)
|
Processes the child relations of the given record
|
|
#
|
CHARACTER ProcessSortString (character, character)
|
Processes the Sort String
|
|
#
|
CHARACTER ResourceUri (handle, IWebRequest, character, IRestRequest)
|
Returns a Resource URI for the given record
|
|
#
|
CHARACTER UrlPrefix (IWebRequest)
|
Returns the UrlPrefix (hostname, port and /web/Entities)
|
|
#
|
LOGICAL VerifyMethodSignature (Parameter[])
|
Verifies if the method signature is compatible to the Service Interface
|
|
#
|
WriteResponse (IHttpResponse)
|
Writes the HttpResponse to the stream Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|