Namespace: Consultingwerk.SmartFramework.Repository.Customization
Class 
CustomizationMaintenanceBusinessTask Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.BusinessTask
Implements: Consultingwerk.OERA.IBusinessService, ISupportsRestMethods

Purpose: Returns a Progress.Lang.Class object identified by ClassName
Notes:



Top Method Summary
Options Name Purpose
- Progress.Lang.Class GetClassOfType (character) Returns a Progress.Lang.Class object identified by ClassName
+ Progress.Json.ObjectModel.JsonArray GetMethodNames (CharacterHolder) Returns a JsonArray of Method Names for the given Class
+ ListRestMethod GetRestMethods () Returns the list of supported rest addresses for methods to the caller
Inherited from Consultingwerk.OERA.BusinessTask
+ Consultingwerk.CharacterHolder TestServiceMethod (TestServiceMethodRequest) Returns the result of a service method


Method Detail
Top

PRIVATE Progress.Lang.Class GetClassOfType (character)

Purpose: Returns a Progress.Lang.Class object identified by ClassName
Notes:

Parameters:
pcClassName CHARACTER
Name of the requested Service Type
Returns Progress.Lang.Class
The Progress.Lang.Class object
Top

PUBLIC Progress.Json.ObjectModel.JsonArray GetMethodNames (CharacterHolder)

Purpose: Returns a JsonArray of Method Names for the given Class
Notes:

Parameters:
poClassName Consultingwerk.CharacterHolder
Name of the Class
Returns Progress.Json.ObjectModel.JsonArray
JsonArray of Method Names
Top

PUBLIC ListRestMethod GetRestMethods ()

Inherited from Consultingwerk.OERA.BusinessTask
Purpose: Returns the list of supported rest addresses for methods
to the caller
Notes:

Returns ListRestMethod
The list of supported rest methods to the caller
Top

PUBLIC Consultingwerk.CharacterHolder TestServiceMethod (TestServiceMethodRequest)

Purpose: Returns the result of a service method
Notes: Uses a database-transaction to ensure that the tested method does not
perform any undesired side effects.

Parameters:
poRequest Consultingwerk.SmartFramework.Repository.Customization.TestServiceMethodRequest
The request object containing the service method name and parameters
Returns Consultingwerk.CharacterHolder
The result of the service method


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       21.07.2025 10:36:15