Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAPIHandler

An API catalog service definition for existing business logic.

External procedures, internal entries (procedures, functions) can be executed by defining the business logic object and the parameters mapping.

If parameters definition for the service does not match the business logic parameters an error will be thrown.

Hierarchy

Index

Properties

Properties

blObject

blObject: string

The business logic procedure, relative path to PROPATH.

Optional mappings

mappings: IParameterMap[]

The parameters mapping for request/response.