|
Options |
Name |
Purpose |
|
+
|
CHARACTER AblTypeToCatalogType (character)
|
Converts the given ABL Data Type into a Json Catalog type
|
|
+
|
AddBufferFields (handle, JsonObject, character)
|
Adds the temp-table field to the given JsonObject
|
|
+
|
AddBufferFields (handle, JsonObject, character, logical)
|
Adds the temp-table field to the given JsonObject
|
|
+
|
AddBufferFields (handle, JsonObject, character, logical, IBusinessEntityDescriptor)
|
Adds the temp-table field to the given JsonObject
|
|
+
|
Progress.Json.ObjectModel.JsonObject AddDatasetEnvelope (character, JsonObject)
|
Returns a schema for a dataset with a dataset name , as an object.
|
|
#
|
AddDatasetRelation (handle, handle, IBusinessEntityDescriptor, character, JsonObject)
|
Adds buffers from a data-relation to the JSON schema
|
|
+
|
Progress.Json.ObjectModel.JsonArray AddKeyFieldsAsQuery (handle, IBusinessEntityDescriptor, JsonArray)
|
Adds key (index) fields from a buffer as query parameters
|
|
+
|
Progress.Json.ObjectModel.JsonObject EnsureJsonObjectExistsAtPath (JsonObject, character)
|
Makes sure that the path exists : so each of the entries is a property
in the input JSON object, and that the type of the property is a JSON object
|
|
+
|
Progress.Json.ObjectModel.JsonObject EnsureJsonObjectExistsAtPath (JsonObject, character[])
|
Makes sure that the path exists : so each of the entries is a property
in the input JSON object, and that the type of the property is a JSON object
|
|
+
|
CHARACTER FindTemplate (character)
|
Locates a template file
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetAblTypePropertySchema (character, Class)
|
Returns the schema for a property with an ABL primitive type
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetAnnotationSchema (character, character)
|
Retrieves Schema Definitions defined with the Class Annotation
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetAnnotationSchema (character, character, character, character, IBusinessEntityDescriptor)
|
Retrieves Schema Definitions defined with the Class Annotation
|
|
+
|
CHARACTER GetApiDocAnnotation (character, character)
|
Retrieves an attribute value from the Business Service's ApiDoc Annotation
|
|
+
|
Progress.Json.ObjectModel.JsonArray GetArrayValue (character)
|
Returns the JSON Array for the given value
|
|
+
|
Progress.Json.ObjectModel.JsonArray GetArrayValue (character[])
|
Returns the JSON Array for the given value
|
|
+
|
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityDescriptor GetBusinessEntityDescriptor (character, handle)
|
Generates a Business Entity Descriptor for the given Dataset
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetDatasetSchema (handle, IBusinessEntityDescriptor)
|
Returns the JSON Schema description for the ProDataset
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetDatasetSchema (handle, IBusinessEntityDescriptor, character)
|
Returns the JSON Schema description for the ProDataset
|
|
+
|
CHARACTER GetDatasetSchemaType (character, character, character)
|
Retrieves the datasetSchemaType attribute value from a ParameterSchema annotation on
an invokable method for a given dataset
|
|
+
|
CHARACTER GetDescriptionAnnotation (character)
|
Retrieves the Business Entity Description Annotation
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetEnumerableSchema (character)
|
Returns the JSON Schema description for an IEnumerable property
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetEnumProperties (Class, ValueFromEnum)
|
Retrieves the Enum Attributes for the specified Enum Class
|
|
+
|
CHARACTER GetEnumValues (Class, ValueFromEnum)
|
Retrieves the Enum Attributes for the specified Enum Class
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetHeaderDetails ()
|
Returns the Swagger Header Details defined in a Template File
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetParameterClassSchema (character)
|
Gets a JSON / Swagger schema for a parameter class.
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetParameterClassSchema (Object)
|
Gets a JSON / Swagger schema for a parameter class.
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetPathResponse (character)
|
Returns the JSON Path Response
|
|
#
|
Progress.Json.ObjectModel.JsonObject GetPropertiesItems (Object, JsonObject)
|
Adds the serializable properties from the given
JsonSerializable type to the list of properties
|
|
+
|
CHARACTER GetPropertyDataTypes (character, Class)
|
Returns a comma-delimited list of Swagger/JSON data types for
properties of an object.
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetRestfulDatasetSchema (character, handle, IBusinessEntityDescriptor)
|
Returns the JSON RESTful Schema description for the ProDataset
|
|
+
|
Consultingwerk.ListNameValuePair GetRestMethodParameterDescriptions (character, character)
|
Returns a list of the method parameter names and their descriptions
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList GetServers (character, character)
|
Returns the list of servers
|
|
+
|
LOGICAL HasAnnotationSchema (character, character)
|
Checks if a schema definition has been defined for the Class Annotation
|
|
+
|
LOGICAL HasAnnotationSchema (character, character, character)
|
Checks if a schema definition has been defined for the Class Annotation
|
|
+
|
LoadTags (table)
|
Returns any tags defined in the configuration, in the swagger.tags item.
|
|
+
|
LogError (character, Error)
|
LogManager Error Logging
|
|
+
|
Progress.Json.ObjectModel.JsonObject SetDescription (character)
|
Returns the JSON Description
|
|
+
|
Progress.Json.ObjectModel.JsonObject SetResponseSchema (character)
|
Returns the JSON Response Schema
|