|
|
+
|
Progress.Json.ObjectModel.JsonArray GetBusinessEntities (character)
|
Returns the list of Business Entity class names
Notes : Business Entities are found by scanning configured filter paths for classes implementing Consultingwerk.OERA.IBusinessEntity
@param pcClassNameFilter Optional filter applied using MATCHES substitute("*&1*", pcClassNameFilter)
@return JsonArray with the class names
*/
|
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetBusinessEntityDetails (character)
|
Returns schema details for a Business Entity
Notes : The schema is returned based on FetchDataset and contains fields and indexes for each buffer in the dataset
@param pcBusinessEntityName The full Business Entity class name
@return JsonObject containing the details of the Business Entity
*/
|
|
|
+
|
Progress.Json.ObjectModel.JsonArray SearchBusinessEntities (character)
|
Searches Business Entities by name or description
Notes : Returns Business Entity class names that match the filter either by class name or by description
@param pcFilter Filter value applied using MATCHES substitute("*&1*", pcFilter)
@return JsonArray with matching Business Entity class names
*/
|