Skip to content

/AWS1/CL_CATPROJECTSUMMARY

Information about a project.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/CATSTRING /AWS1/CATSTRING

The name of the project in the space.

Optional arguments:

IV_DISPLAYNAME TYPE /AWS1/CATSTRING /AWS1/CATSTRING

The friendly name displayed to users of the project in Amazon CodeCatalyst.

IV_DESCRIPTION TYPE /AWS1/CATSTRING /AWS1/CATSTRING

The description of the project.


Queryable Attributes

name

The name of the project in the space.

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

displayName

The friendly name displayed to users of the project in Amazon CodeCatalyst.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

description

The description of the project.

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

Public Local Types In This Class

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

TT_PROJECTSUMMARIES

TYPES TT_PROJECTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CATPROJECTSUMMARY WITH DEFAULT KEY
.