/AWS1/CL_OMXANNOTATIONSTOREV00¶
Annotation store versions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_storeid TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID¶
The store ID for an annotation store version.
iv_id TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID¶
The annotation store version ID.
iv_status TYPE /AWS1/OMXVERSIONSTATUS /AWS1/OMXVERSIONSTATUS¶
The status of an annotation store version.
iv_versionarn TYPE /AWS1/OMXARN /AWS1/OMXARN¶
The Arn for an annotation store version.
iv_name TYPE /AWS1/OMXSTORENAME /AWS1/OMXSTORENAME¶
A name given to an annotation store version to distinguish it from others.
iv_versionname TYPE /AWS1/OMXVERSIONNAME /AWS1/OMXVERSIONNAME¶
The name of an annotation store version.
iv_description TYPE /AWS1/OMXDESCRIPTION /AWS1/OMXDESCRIPTION¶
The description of an annotation store version.
iv_creationtime TYPE /AWS1/OMXCREATIONTIME /AWS1/OMXCREATIONTIME¶
The time stamp for when an annotation store version was created.
iv_updatetime TYPE /AWS1/OMXUPDATETIME /AWS1/OMXUPDATETIME¶
The time stamp for when an annotation store version was updated.
iv_statusmessage TYPE /AWS1/OMXSTATUSMESSAGE /AWS1/OMXSTATUSMESSAGE¶
The status of an annotation store version.
iv_versionsizebytes TYPE /AWS1/OMXLONG /AWS1/OMXLONG¶
The size of an annotation store version in Bytes.
Queryable Attributes¶
storeId¶
The store ID for an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOREID() |
Getter for STOREID, with configurable default |
ASK_STOREID() |
Getter for STOREID w/ exceptions if field has no value |
HAS_STOREID() |
Determine if STOREID has a value |
id¶
The annotation store version ID.
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 |
status¶
The status of an annotation store version.
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 |
versionArn¶
The Arn for an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONARN() |
Getter for VERSIONARN, with configurable default |
ASK_VERSIONARN() |
Getter for VERSIONARN w/ exceptions if field has no value |
HAS_VERSIONARN() |
Determine if VERSIONARN has a value |
name¶
A name given to an annotation store version to distinguish it from others.
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 |
versionName¶
The name of an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNAME() |
Getter for VERSIONNAME, with configurable default |
ASK_VERSIONNAME() |
Getter for VERSIONNAME w/ exceptions if field has no value |
HAS_VERSIONNAME() |
Determine if VERSIONNAME has a value |
description¶
The description of an annotation store version.
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 |
creationTime¶
The time stamp for when an annotation store version was created.
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 |
updateTime¶
The time stamp for when an annotation store version was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
statusMessage¶
The status of an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
versionSizeBytes¶
The size of an annotation store version in Bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONSIZEBYTES() |
Getter for VERSIONSIZEBYTES, with configurable default |
ASK_VERSIONSIZEBYTES() |
Getter for VERSIONSIZEBYTES w/ exceptions if field has no va |
HAS_VERSIONSIZEBYTES() |
Determine if VERSIONSIZEBYTES 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_ANNOTATIONSTOREVERSIONITEMS¶
TYPES TT_ANNOTATIONSTOREVERSIONITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXANNOTATIONSTOREV00 WITH DEFAULT KEY
.