Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class that defines an input

Hierarchy

Index

Constructors

constructor

Properties

actionObj

actionObj: Action

Action object json.

apiNamespace

apiNamespace: string

API namespace.

Optional fields

fields: string[]

List of fields to be returned.

remoteClass

remoteClass: string = "CpqAppHandler"

Remote class that handles this request.

remoteMethod

remoteMethod: string

Remote method that handles this request.

Optional secureServerEndPointUrl

secureServerEndPointUrl: string

optional input param used as secure Server rest URL end point when Proxy SDK is used

Methods

Abstract getAPIPath

  • getAPIPath(): string
  • Function that constructs the API path for ApexRest Handles scenerio when namespace is null

    Returns string

Protected Abstract getEncodedQueryString

  • getEncodedQueryString(): string
  • Function that constructs the query string for API

    Returns string

Abstract getInputMap

  • getInputMap(): any
  • Function that constructs the input map object containing all query parameters for API

    Returns any

getRemoteMethod

  • getRemoteMethod(): string
  • Function to return VF Remoting method name.

    Returns string

Abstract getRequestPayload

  • getRequestPayload(): any
  • Function to create post body

    Returns any

Generated using TypeDoc