Top Method Summary
Options Name Purpose
Consultingwerk.OERA.RestResource.RestResources GetResources () Populates a Rest Resource Service's RestAddress, RestMethod and BusinessTaskMethods from a JSON file
ObtainSessionInfoHandler (Object, JsonObject) Event handler for SessionInfoProvider:ObtainSessionInfo

Top Constructor Summary
Options Name Purpose
RestResourcesJsonReader () Default constructor
RestResourcesJsonReader (character) Alternative Constructor

Top Property Summary
Options Name Purpose
CHARACTER FileName


Method Detail
Top

Consultingwerk.OERA.RestResource.RestResources GetResources ()

Purpose: Populates a Rest Resource Service's RestAddress, RestMethod and BusinessTaskMethods from a JSON file
Notes: The general assumption is that if the file is not found, or cannot be loaded for any reasons, that
no errors are raised, and that the caller of this method needs to populate the various lists themselves.
- If a file name is not specified, return an unknown parameter object
- If the file does not exist on disk, return an unknown parameter object
- If the file is not JSON, return without an unknown parameter object
- If there are any errors in loading items, return an unknown parameter object
any errors were encountered while loading.

Returns Consultingwerk.OERA.RestResource.RestResources
RestResources An object containing loaded resources; this may be an unknown value if
Top

ObtainSessionInfoHandler (Object, JsonObject)

Purpose: Event handler for SessionInfoProvider:ObtainSessionInfo
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the event
poSessionInfo Progress.Json.ObjectModel.JsonObject
The JsonObject with the session info


Constructor Detail
Top

RestResourcesJsonReader ()

Purpose: Default constructor
Notes:

Top

RestResourcesJsonReader (character)

Purpose: Alternative Constructor
Notes:

Parameters:
pcCacheFile CHARACTER
The file name that contains the REST resources


Property Detail
Top

CHARACTER FileName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:05:28