/AWS1/CL_STCREPOSITORYSYNCEVT¶
Information about a repository sync event.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_event TYPE /AWS1/STCEVENT /AWS1/STCEVENT¶
A description of a repository sync event.
iv_time TYPE /AWS1/STCTIMESTAMP /AWS1/STCTIMESTAMP¶
The time that a repository sync event occurred.
iv_type TYPE /AWS1/STCTYPE /AWS1/STCTYPE¶
The event type for a repository sync event.
Optional arguments:¶
iv_externalid TYPE /AWS1/STCEXTERNALID /AWS1/STCEXTERNALID¶
The ID for a repository sync event.
Queryable Attributes¶
Event¶
A description of a repository sync event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENT() |
Getter for EVENT, with configurable default |
ASK_EVENT() |
Getter for EVENT w/ exceptions if field has no value |
HAS_EVENT() |
Determine if EVENT has a value |
ExternalId¶
The ID for a repository sync event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALID() |
Getter for EXTERNALID, with configurable default |
ASK_EXTERNALID() |
Getter for EXTERNALID w/ exceptions if field has no value |
HAS_EXTERNALID() |
Determine if EXTERNALID has a value |
Time¶
The time that a repository sync event occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIME() |
Getter for TIME, with configurable default |
ASK_TIME() |
Getter for TIME w/ exceptions if field has no value |
HAS_TIME() |
Determine if TIME has a value |
Type¶
The event type for a repository sync event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_REPOSITORYSYNCEVENTLIST¶
TYPES TT_REPOSITORYSYNCEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_STCREPOSITORYSYNCEVT WITH DEFAULT KEY
.