Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for getting attachments.

Hierarchy

Index

Constructors

constructor

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apexRestUrlAWS

apexRestUrlAWS: string

apiNamespace

apiNamespace: string = SalesForceNamespace.restAPIPrefix

Salesforce organization.

isDefault

isDefault: any

isDefault - isDefault to get only default image

pageNumber

pageNumber: any

pageNumber - pageNumber for pagination.

pageSize

pageSize: any

limit - limit for pagination

productGroupkey

productGroupkey: string

Global group key of Product

productId

productId: string

Object Id of the product

remoteClass

remoteClass: string

Remote class that handles this request.

remoteMethod

remoteMethod: string

Remote method that handles this request.

restUrl

restUrl: string

Rest URL that handles this request.

searchString

searchString: string

searchString - searchString to search in attachments

sortObject

sortObject: any

sortObject - containts sortBy and SortOrder

Methods

getApexRestEndPoint

  • getApexRestEndPoint(): string
  • A method that returns the end point with apex rest url with namepsace if defined.

    Returns string

    • endpoint with apex rest url with apiNamespace if defined.

getEndPointWithNamespace

  • getEndPointWithNamespace(): string
  • A method that returns the end point with rest url and or namepsace.

    Returns string

    • endpoint with rest url and or apiNamespace.

getParamsArray

  • getParamsArray(): string[]
  • Function that constructs an array for getVlocityAttachments remote action

    Returns string[]

Generated using TypeDoc