Skip to content

/AWS1/CL_CNTWORKSPACESRCHSUMM

Contains summary information about a workspace returned from a search operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/CNTWORKSPACEID /AWS1/CNTWORKSPACEID

The unique identifier of the workspace.

iv_name TYPE /AWS1/CNTWORKSPACENAME /AWS1/CNTWORKSPACENAME

The name of the workspace.

iv_visibility TYPE /AWS1/CNTVISIBILITY /AWS1/CNTVISIBILITY

The visibility setting of the workspace.

iv_description TYPE /AWS1/CNTWORKSPACEDESCRIPTION /AWS1/CNTWORKSPACEDESCRIPTION

The description of the workspace.

iv_title TYPE /AWS1/CNTWORKSPACETITLE /AWS1/CNTWORKSPACETITLE

The title displayed for the workspace.

iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN

The Amazon Resource Name (ARN) of the workspace.

iv_createdat TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp when the workspace was created.

it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags associated with the workspace.


Queryable Attributes

Id

The unique identifier of the workspace.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Name

The name of the workspace.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Visibility

The visibility setting of the workspace.

Accessible with the following methods

Method Description
GET_VISIBILITY() Getter for VISIBILITY, with configurable default
ASK_VISIBILITY() Getter for VISIBILITY w/ exceptions if field has no value
HAS_VISIBILITY() Determine if VISIBILITY has a value

Description

The description of the workspace.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Title

The title displayed for the workspace.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

Arn

The Amazon Resource Name (ARN) of the workspace.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

CreatedAt

The timestamp when the workspace was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

Tags

The tags associated with the workspace.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS 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_WORKSPACESEARCHSUMMARYLIST

TYPES TT_WORKSPACESEARCHSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTWORKSPACESRCHSUMM WITH DEFAULT KEY
.