/AWS1/CL_SGMSPACEDETAILS¶
The space's details.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainid TYPE /AWS1/SGMDOMAINID /AWS1/SGMDOMAINID¶
The ID of the associated domain.
iv_spacename TYPE /AWS1/SGMSPACENAME /AWS1/SGMSPACENAME¶
The name of the space.
iv_status TYPE /AWS1/SGMSPACESTATUS /AWS1/SGMSPACESTATUS¶
The status.
iv_creationtime TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME¶
The creation time.
iv_lastmodifiedtime TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME¶
The last modified time.
io_spacesettingssummary TYPE REF TO /AWS1/CL_SGMSPACESTGSSUMMARY /AWS1/CL_SGMSPACESTGSSUMMARY¶
Specifies summary information about the space settings.
io_spacesharingstgssummary TYPE REF TO /AWS1/CL_SGMSPACESHARINGSTGS00 /AWS1/CL_SGMSPACESHARINGSTGS00¶
Specifies summary information about the space sharing settings.
io_ownershipsettingssummary TYPE REF TO /AWS1/CL_SGMOSHPSTGSSUMMARY /AWS1/CL_SGMOSHPSTGSSUMMARY¶
Specifies summary information about the ownership settings.
iv_spacedisplayname TYPE /AWS1/SGMNONEMPTYSTRING64 /AWS1/SGMNONEMPTYSTRING64¶
The name of the space that appears in the Studio UI.
Queryable Attributes¶
DomainId¶
The ID of the associated domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
SpaceName¶
The name of the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACENAME() |
Getter for SPACENAME, with configurable default |
ASK_SPACENAME() |
Getter for SPACENAME w/ exceptions if field has no value |
HAS_SPACENAME() |
Determine if SPACENAME has a value |
Status¶
The status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CreationTime¶
The creation time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
The last modified time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
SpaceSettingsSummary¶
Specifies summary information about the space settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACESETTINGSSUMMARY() |
Getter for SPACESETTINGSSUMMARY |
SpaceSharingSettingsSummary¶
Specifies summary information about the space sharing settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACESHARINGSTGSSUMMARY() |
Getter for SPACESHARINGSETTINGSSUMMARY |
OwnershipSettingsSummary¶
Specifies summary information about the ownership settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERSHIPSETTINGSSUMMARY() |
Getter for OWNERSHIPSETTINGSSUMMARY |
SpaceDisplayName¶
The name of the space that appears in the Studio UI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACEDISPLAYNAME() |
Getter for SPACEDISPLAYNAME, with configurable default |
ASK_SPACEDISPLAYNAME() |
Getter for SPACEDISPLAYNAME w/ exceptions if field has no va |
HAS_SPACEDISPLAYNAME() |
Determine if SPACEDISPLAYNAME 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_SPACELIST¶
TYPES TT_SPACELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMSPACEDETAILS WITH DEFAULT KEY
.