|
Options |
Name |
Purpose |
|
#
|
Activate ()
|
Wrapper to the call to ServiceInterface:Activate
|
|
#
|
Activate (IWebRequest)
|
Wrapper to the call to ServiceInterface:Activate
|
|
#
|
AddCookieValues (IWebRequest, character, Object)
|
Sets property values on a parameter object to cookie values
|
|
#
|
AddHeaderValues (IWebRequest, character, Object)
|
Sets property values on a parameter object to header values
|
|
#
|
AddResponseDataset (JsonObject, character, handle[])
|
Adds a dataset to the JSON response
|
|
#
|
AssignParameterPropertiesFromPath (Object, IRestRequest)
|
Assigns properties of the parameter object from the request's query string
|
|
#
|
AssignParameterPropertiesFromQueryString (Object, IWebRequest)
|
Assigns properties of the parameter object from the request's query string
|
|
#
|
AssignParameterPropertiesFromRequestEntity (Object, Object)
|
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
|
|
#
|
Consultingwerk.OERA.INamedQueryParameter BuildNamedQuery (IRestRequest, IWebRequest)
|
Builds a INamedQueryParameter instance from the current Rest Address
|
|
#
|
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
|
|
+
|
Deactivate ()
|
Wrapper to the call to ServiceInterface:Deactivate
|
|
#
|
Deactivate (IWebRequest)
|
Wrapper to the call to ServiceInterface:Deactivate
|
|
#
|
CHARACTER ExpandFields (character, character, handle)
|
Ensures a list of fields are qualified with table names.
|
|
#
|
Consultingwerk.OERA.IFetchDataRequest FetchDataRequestFromRestRequest (IRestRequest, IWebRequest, logical, handle, logical)
|
Builds an FetchDataRequest from the current Rest Request
|
|
#
|
Consultingwerk.OERA.IFetchDataRequest FetchDataRequestFromRestRequest (IRestRequest, IWebRequest, logical, handle, logical, character, character)
|
Builds an FetchDataRequest from the current Rest Request
|
|
#
|
FilterString (URI, handle, ListQueryExpression)
|
Builds a query string based on the URI Query
|
|
#
|
CHARACTER FormatDate (date)
|
Produces a string version of a date, formatted per the
application's DATE-FORMAT. This may not be the current
SESSION DATE-FORMAT, particularly if the EnforceAmericanSettings
property is TRUE.
|
|
#
|
CHARACTER FormatDateTime (datetime)
|
Produces a string version of a datetime, formatted per the
application's DATE-FORMAT. This may not be the current
SESSION DATE-FORMAT, particularly if the EnforceAmericanSettings
property is TRUE.
|
|
#
|
CHARACTER FormatDateTimeTz (datetime-tz)
|
Produces a string version of a date, formatted per the
application's DATE-FORMAT. This may not be the current
SESSION DATE-FORMAT, particularly if the EnforceAmericanSettings
property is TRUE.
|
|
#
|
Progress.Json.ObjectModel.JsonObject GetInitialValues (IRestRequest, IWebRequest)
|
Gets the initial values for an entity
|
|
#
|
Consultingwerk.Framework.Collections.CharacterDictionary GetQueryStringAsDictionary (IWebRequest)
|
Returns a CharacterDictionary containing the query string for
a web request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
CHARACTER HandleDatasetControlString (handle)
|
Checks for a Dataset Control string as part of the Questions API
|
|
#
|
INTEGER HandleDelete (IWebRequest)
|
Handles the DELETE request
|
|
#
|
HandleDeleteRequest (IWebRequest, IHttpResponse)
|
Performs the processing of a DELETE request
|
|
#
|
HandleError (Error, IHttpResponse)
|
Handles 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
|
|
#
|
HandleGetRequest (IWebRequest, IHttpResponse)
|
Performs the processing of a 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
|
|
#
|
HandlePatchRequest (IWebRequest, IHttpResponse)
|
Performs the processing of a GET request
|
|
#
|
INTEGER HandlePost (IWebRequest)
|
Handles the POST request
|
|
#
|
HandlePostRequest (IWebRequest, IHttpResponse)
|
Performs the processing of a POST request
|
|
#
|
INTEGER HandlePut (IWebRequest)
|
Handles the PUT request
|
|
#
|
HandlePutRequest (IWebRequest, IHttpResponse)
|
Performs the processing of a POST request
|
|
#
|
Progress.Json.ObjectModel.JsonConstruct InitializeJsonParameterObject (IRestRequest, IWebRequest)
|
Initializes the JSON Parameter Object instance
|
|
#
|
Progress.Lang.Object InitializeParameterObject (IRestRequest, IWebRequest, Object, character)
|
Creates and initializes the Parameter Object instance
|
|
#
|
InitializeRequestArguments (IRestRequest, IWebRequest, Method, handle, handle, handle, handle, handle, Object)
|
Initializes the JSON 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
|
|
#
|
OnBeginRequest (BeginRequestEventArgs)
|
Raises the BeginRequest Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
OnEndRequest (EndRequestEventArgs)
|
Raises the EndRequest Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
+
|
ProcessHttpResponse (IHttpResponse, IHttpRequest, IRestRequest)
|
Tests if the invoked service supports the HTTP response processing
and invokes the UpdateHttpResponse method
|
|
#
|
Consultingwerk.ListSortField ProcessSortString (character, character)
|
Processes the Sort String
|
|
#
|
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
|