Skip to content

/AWS1/CL_OMXCREANNOTATIONSTO03

CreateAnnotationStoreVersionResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ID TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID

A generated ID for the annotation store

IV_VERSIONNAME TYPE /AWS1/OMXVERSIONNAME /AWS1/OMXVERSIONNAME

The name given to an annotation store version to distinguish it from other versions.

IV_STOREID TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID

The ID for the annotation store from which new versions are being created.

IV_NAME TYPE /AWS1/OMXSTORENAME /AWS1/OMXSTORENAME

The name given to an annotation store version to distinguish it from other versions.

IV_STATUS TYPE /AWS1/OMXVERSIONSTATUS /AWS1/OMXVERSIONSTATUS

The status of a annotation store version.

IV_CREATIONTIME TYPE /AWS1/OMXCREATIONTIME /AWS1/OMXCREATIONTIME

The time stamp for the creation of an annotation store version.

Optional arguments:

IO_VERSIONOPTIONS TYPE REF TO /AWS1/CL_OMXVERSIONOPTIONS /AWS1/CL_OMXVERSIONOPTIONS

The options for an annotation store version.


Queryable Attributes

id

A generated ID for the annotation store

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

versionName

The name given to an annotation store version to distinguish it from other versions.

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

storeId

The ID for the annotation store from which new versions are being created.

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

versionOptions

The options for an annotation store version.

Accessible with the following methods

Method Description
GET_VERSIONOPTIONS() Getter for VERSIONOPTIONS

name

The name given to an annotation store version to distinguish it from other versions.

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

status

The status of a 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

creationTime

The time stamp for the creation of an annotation store version.

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