Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFunctionHandler

An API catalog service definition for an internal function.

Hierarchy

Index

Properties

blObject

blObject: string

The business logic procedure, relative path to PROPATH.

function

function: string

The name of the internal function to execute.

Optional mappings

mappings: IParameterMap[]

The parameters mapping for request/response.

Optional return

return: object

Parameter definition and mapping for the function return value.

Type declaration

  • Optional map?: IResponseParameterMap

    Optional mapping for function return value to response.

  • type: DataType

    The data type of the function return value.