Skip to content

/AWS1/CL_CNTWORKSPACEPAGE

Contains information about a page configuration in a workspace, including the view assigned to the page.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_resourcearn TYPE /AWS1/CNTARN /AWS1/CNTARN

The Amazon Resource Name (ARN) of the view associated with this page.

iv_page TYPE /AWS1/CNTPAGE /AWS1/CNTPAGE

The page identifier. System pages include HOME and AGENT_EXPERIENCE.

iv_slug TYPE /AWS1/CNTSLUG /AWS1/CNTSLUG

The URL-friendly identifier for the page.

iv_inputdata TYPE /AWS1/CNTINPUTDATA /AWS1/CNTINPUTDATA

A JSON string containing input parameters passed to the view when the page is rendered.


Queryable Attributes

ResourceArn

The Amazon Resource Name (ARN) of the view associated with this page.

Accessible with the following methods

Method Description
GET_RESOURCEARN() Getter for RESOURCEARN, with configurable default
ASK_RESOURCEARN() Getter for RESOURCEARN w/ exceptions if field has no value
HAS_RESOURCEARN() Determine if RESOURCEARN has a value

Page

The page identifier. System pages include HOME and AGENT_EXPERIENCE.

Accessible with the following methods

Method Description
GET_PAGE() Getter for PAGE, with configurable default
ASK_PAGE() Getter for PAGE w/ exceptions if field has no value
HAS_PAGE() Determine if PAGE has a value

Slug

The URL-friendly identifier for the page.

Accessible with the following methods

Method Description
GET_SLUG() Getter for SLUG, with configurable default
ASK_SLUG() Getter for SLUG w/ exceptions if field has no value
HAS_SLUG() Determine if SLUG has a value

InputData

A JSON string containing input parameters passed to the view when the page is rendered.

Accessible with the following methods

Method Description
GET_INPUTDATA() Getter for INPUTDATA, with configurable default
ASK_INPUTDATA() Getter for INPUTDATA w/ exceptions if field has no value
HAS_INPUTDATA() Determine if INPUTDATA has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_WORKSPACEPAGELIST

TYPES TT_WORKSPACEPAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTWORKSPACEPAGE WITH DEFAULT KEY
.