Skip to content

/AWS1/CL_OMXCREANNOTATIONSTO01

CreateAnnotationStoreResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID

The store's ID.

iv_status TYPE /AWS1/OMXSTORESTATUS /AWS1/OMXSTORESTATUS

The store's status.

iv_name TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING

The store's name.

iv_versionname TYPE /AWS1/OMXVERSIONNAME /AWS1/OMXVERSIONNAME

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

iv_creationtime TYPE /AWS1/OMXCREATIONTIME /AWS1/OMXCREATIONTIME

When the store was created.

Optional arguments:

io_reference TYPE REF TO /AWS1/CL_OMXREFERENCEITEM /AWS1/CL_OMXREFERENCEITEM

The store's genome reference. Required for all stores except TSV format with generic annotations.

iv_storeformat TYPE /AWS1/OMXSTOREFORMAT /AWS1/OMXSTOREFORMAT

The annotation file format of the store.

io_storeoptions TYPE REF TO /AWS1/CL_OMXSTOREOPTIONS /AWS1/CL_OMXSTOREOPTIONS

The store's file parsing options.


Queryable Attributes

id

The store's 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

reference

The store's genome reference. Required for all stores except TSV format with generic annotations.

Accessible with the following methods

Method Description
GET_REFERENCE() Getter for REFERENCE

storeFormat

The annotation file format of the store.

Accessible with the following methods

Method Description
GET_STOREFORMAT() Getter for STOREFORMAT, with configurable default
ASK_STOREFORMAT() Getter for STOREFORMAT w/ exceptions if field has no value
HAS_STOREFORMAT() Determine if STOREFORMAT has a value

storeOptions

The store's file parsing options.

Accessible with the following methods

Method Description
GET_STOREOPTIONS() Getter for STOREOPTIONS

status

The store's 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

name

The store's name.

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 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

creationTime

When the store 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