Top Method Summary
Options Name Purpose
Progress.Json.ObjectModel.JsonObject GetObjectTokenSecurityCheck (character) Performs an Object Security Token Check for a list of objects
Progress.Json.ObjectModel.JsonArray GetTokenSecurityCheck (character) Returns a JsonArray with all restricted tokens of the current user
INTEGER HandleGet (IWebRequest) Default handler for the HTTP GET method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.


Method Detail
Top

Progress.Json.ObjectModel.JsonObject GetObjectTokenSecurityCheck (character)

Purpose: Performs an Object Security Token Check for a list of objects
Notes:

Parameters:
pcObjectNames CHARACTER
The list of objects
Returns Progress.Json.ObjectModel.JsonObject
The JsonObject object the list of objects and their restricted tokens
Top

Progress.Json.ObjectModel.JsonArray GetTokenSecurityCheck (character)

Purpose: Returns a JsonArray with all restricted tokens of the current user
Notes:

Parameters:
pcObjectName CHARACTER
The name of the object to return restricted tokens for, or ? when the generic tokens should be returned
Returns Progress.Json.ObjectModel.JsonArray
The JsonArray with the restricted security tokens
Top

INTEGER HandleGet (IWebRequest)

Purpose: Default handler for the HTTP GET method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:12