Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DialogRequest

Index

Constructors

constructor

Properties

Private _baseUrl

_baseUrl: string

Private _body

Private _fetchClientParams

_fetchClientParams: any[]

Private _queryParams

_queryParams: StringDictionary

Private _resourcePath

_resourcePath: string

Private _resourcePathElems

_resourcePathElems: string[]

Static Private ACTIONS

ACTIONS: string = "actions"

Static Private AVAILABLE_VALUES

AVAILABLE_VALUES: string = "availableValues"

Static Private AVAILABLE_VIEWS

AVAILABLE_VIEWS: string = "availableViews"

Static Private CONTENT

CONTENT: string = "content"

Static Private DIALOGS

DIALOGS: string = "dialogs"

Static Private RECORD

RECORD: string = "record"

Static Private RECORDS

RECORDS: string = "records"

Static Private REDIRECTIONS

REDIRECTIONS: string = "redirections"

Static Private SELECTED_VIEW

SELECTED_VIEW: string = "selectedView"

Static Private SESSIONS

SESSIONS: string = "sessions"

Static Private TENANTS

TENANTS: string = "tenants"

Static Private VIEW_MODE

VIEW_MODE: string = "viewMode"

Static Private WORKBENCHES

WORKBENCHES: string = "workbenches"

Methods

actionId

  • actionId(): string

baseUrl

  • baseUrl(): string

body

deconstructDeleteDialogPath

  • deconstructDeleteDialogPath(): any

deconstructDeleteSessionPath

  • deconstructDeleteSessionPath(): any

deconstructGetDialogPath

  • deconstructGetDialogPath(): any

deconstructGetRecordPath

  • deconstructGetRecordPath(): any

deconstructGetRedirectionPath

  • deconstructGetRedirectionPath(): any

deconstructPostMenuActionPath

  • deconstructPostMenuActionPath(): any

deconstructPostRecordsPath

  • deconstructPostRecordsPath(): any

deconstructPostSessionContentPath

  • deconstructPostSessionContentPath(): any

deconstructPostSessionsPath

  • deconstructPostSessionsPath(): any

deconstructPostWorkbenchActionPath

  • deconstructPostWorkbenchActionPath(): any

deconstructPutPropertyPath

  • deconstructPutPropertyPath(): any

deconstructPutRecordPath

  • deconstructPutRecordPath(): any

deconstructPutViewModePath

  • deconstructPutViewModePath(): any

dialogId

  • dialogId(): string

fetchClientParams

  • fetchClientParams(): any[]

isCreateSessionPath

  • isCreateSessionPath(): boolean

isDeleteDialogPath

  • isDeleteDialogPath(): boolean

isDeleteSessionPath

  • isDeleteSessionPath(): boolean

isGetAvailableViewsPath

  • isGetAvailableViewsPath(): boolean

isGetDialogPath

  • isGetDialogPath(): boolean

isGetDialogPathWithDialogId

  • isGetDialogPathWithDialogId(dialogId: string): boolean

isGetRecordPath

  • isGetRecordPath(): boolean

isGetRedirectionPath

  • isGetRedirectionPath(): boolean

isGetSelectedViewPath

  • isGetSelectedViewPath(): boolean

isGetSessionPath

  • isGetSessionPath(): boolean

isGetTenantPath

  • isGetTenantPath(): boolean

isGetTenantsPath

  • isGetTenantsPath(): boolean

isGetViewModePath

  • isGetViewModePath(): boolean

isGetWorkbenchesPath

  • isGetWorkbenchesPath(): boolean

isPostAvailableValuesPath

  • isPostAvailableValuesPath(): boolean

isPostMenuActionPath

  • isPostMenuActionPath(): boolean

isPostMenuActionPathWithActionId

  • isPostMenuActionPathWithActionId(actionId: string): boolean

isPostMenuActionPathWithDialogIdAndActionId

  • isPostMenuActionPathWithDialogIdAndActionId(dialogId: string, actionId: string): boolean

isPostRecordsPath

  • isPostRecordsPath(): boolean

isPostRecordsPathWithDialogId

  • isPostRecordsPathWithDialogId(dialogId: string): boolean

isPostSessionContentPath

  • isPostSessionContentPath(): boolean

isPostSessionPath

  • isPostSessionPath(): boolean

isPostWorkbenchActionPath

  • isPostWorkbenchActionPath(): boolean

isPostWorkbenchActionPathWithActionId

  • isPostWorkbenchActionPathWithActionId(actionId: string): boolean

isPutPropertyPath

  • isPutPropertyPath(): boolean

isPutRecordPath

  • isPutRecordPath(): boolean

isPutSelectedViewPath

  • isPutSelectedViewPath(): boolean

isPutViewModePath

  • isPutViewModePath(): boolean

resourcePath

  • resourcePath(): string

resourcePathElems

  • resourcePathElems(): string[]

sessionId

  • sessionId(): string

targetId

  • targetId(): string

targetIds

  • targetIds(): string[]

tenantId

  • tenantId(): string

Static createFromDeleteRequest

  • createFromDeleteRequest(baseUrl: string, resourcePath: string): DialogRequest

Static createFromGetRequest

Static createFromPostMultipartRequest

  • createFromPostMultipartRequest(baseUrl: string, resourcePath: string, formData: FormData): DialogRequest

Static createFromPostRequest

Static createFromPutRequest

Generated using TypeDoc