vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Class VisualforceRemoting

    Index

    Constructors

    Properties

    initialized: boolean
    logger: Logger
    remotingInfo: VisualforceRemotingInfo
    remotingUrl: URL
    requestIdCounter: number = 1
    visualForceTransport: HttpTransport

    Methods

    • Get the visual-force page URL

      Parameters

      • namespace: null | string

        Page namespace

      • ...urlPath: string[]

        URL path parts

      Returns string

    • Initializes the APEX remote call manager for the specified page; makes available all calls from the specified APEX remote page

      Parameters

      • OptionalapexPage: string

        APEX remote page to initialize the remoting manager for

      • namespace: string = 'c'

        Namespace of the APEX page

      Returns Promise<VisualforceRemoting>