Skip to content

/AWS1/CL_WDXDOCUMENTVERSIONMET

Describes a version of a document.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/WDXDOCUMENTVERSIONIDTYPE /AWS1/WDXDOCUMENTVERSIONIDTYPE

The ID of the version.

IV_NAME TYPE /AWS1/WDXRESOURCENAMETYPE /AWS1/WDXRESOURCENAMETYPE

The name of the version.

IV_CONTENTTYPE TYPE /AWS1/WDXDOCUMENTCONTENTTYPE /AWS1/WDXDOCUMENTCONTENTTYPE

The content type of the document.

IV_SIZE TYPE /AWS1/WDXSIZETYPE /AWS1/WDXSIZETYPE

The size of the document, in bytes.

IV_SIGNATURE TYPE /AWS1/WDXHASHTYPE /AWS1/WDXHASHTYPE

The signature of the document.

IV_STATUS TYPE /AWS1/WDXDOCUMENTSTATUSTYPE /AWS1/WDXDOCUMENTSTATUSTYPE

The status of the document.

IV_CREATEDTIMESTAMP TYPE /AWS1/WDXTIMESTAMPTYPE /AWS1/WDXTIMESTAMPTYPE

The timestamp when the document was first uploaded.

IV_MODIFIEDTIMESTAMP TYPE /AWS1/WDXTIMESTAMPTYPE /AWS1/WDXTIMESTAMPTYPE

The timestamp when the document was last uploaded.

IV_CONTENTCREATEDTIMESTAMP TYPE /AWS1/WDXTIMESTAMPTYPE /AWS1/WDXTIMESTAMPTYPE

The timestamp when the content of the document was originally created.

IV_CONTENTMODIFIEDTIMESTAMP TYPE /AWS1/WDXTIMESTAMPTYPE /AWS1/WDXTIMESTAMPTYPE

The timestamp when the content of the document was modified.

IV_CREATORID TYPE /AWS1/WDXIDTYPE /AWS1/WDXIDTYPE

The ID of the creator.

IT_THUMBNAIL TYPE /AWS1/CL_WDXDOCTHUMBNAILURLM00=>TT_DOCUMENTTHUMBNAILURLMAP TT_DOCUMENTTHUMBNAILURLMAP

The thumbnail of the document.

IT_SOURCE TYPE /AWS1/CL_WDXDOCSOURCEURLMAP_W=>TT_DOCUMENTSOURCEURLMAP TT_DOCUMENTSOURCEURLMAP

The source of the document.


Queryable Attributes

Id

The ID of the version.

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

Name

The name of the version.

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

ContentType

The content type of the document.

Accessible with the following methods

Method Description
GET_CONTENTTYPE() Getter for CONTENTTYPE, with configurable default
ASK_CONTENTTYPE() Getter for CONTENTTYPE w/ exceptions if field has no value
HAS_CONTENTTYPE() Determine if CONTENTTYPE has a value

Size

The size of the document, in bytes.

Accessible with the following methods

Method Description
GET_SIZE() Getter for SIZE, with configurable default
ASK_SIZE() Getter for SIZE w/ exceptions if field has no value
HAS_SIZE() Determine if SIZE has a value

Signature

The signature of the document.

Accessible with the following methods

Method Description
GET_SIGNATURE() Getter for SIGNATURE, with configurable default
ASK_SIGNATURE() Getter for SIGNATURE w/ exceptions if field has no value
HAS_SIGNATURE() Determine if SIGNATURE has a value

Status

The status of the document.

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

CreatedTimestamp

The timestamp when the document was first uploaded.

Accessible with the following methods

Method Description
GET_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP, with configurable default
ASK_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP w/ exceptions if field has no va
HAS_CREATEDTIMESTAMP() Determine if CREATEDTIMESTAMP has a value

ModifiedTimestamp

The timestamp when the document was last uploaded.

Accessible with the following methods

Method Description
GET_MODIFIEDTIMESTAMP() Getter for MODIFIEDTIMESTAMP, with configurable default
ASK_MODIFIEDTIMESTAMP() Getter for MODIFIEDTIMESTAMP w/ exceptions if field has no v
HAS_MODIFIEDTIMESTAMP() Determine if MODIFIEDTIMESTAMP has a value

ContentCreatedTimestamp

The timestamp when the content of the document was originally created.

Accessible with the following methods

Method Description
GET_CONTENTCREATEDTIMESTAMP() Getter for CONTENTCREATEDTIMESTAMP, with configurable defaul
ASK_CONTENTCREATEDTIMESTAMP() Getter for CONTENTCREATEDTIMESTAMP w/ exceptions if field ha
HAS_CONTENTCREATEDTIMESTAMP() Determine if CONTENTCREATEDTIMESTAMP has a value

ContentModifiedTimestamp

The timestamp when the content of the document was modified.

Accessible with the following methods

Method Description
GET_CONTENTMODIFIEDTIMESTAMP() Getter for CONTENTMODIFIEDTIMESTAMP, with configurable defau
ASK_CONTENTMODIFIEDTIMESTAMP() Getter for CONTENTMODIFIEDTIMESTAMP w/ exceptions if field h
HAS_CONTENTMODIFIEDTIMESTAMP() Determine if CONTENTMODIFIEDTIMESTAMP has a value

CreatorId

The ID of the creator.

Accessible with the following methods

Method Description
GET_CREATORID() Getter for CREATORID, with configurable default
ASK_CREATORID() Getter for CREATORID w/ exceptions if field has no value
HAS_CREATORID() Determine if CREATORID has a value

Thumbnail

The thumbnail of the document.

Accessible with the following methods

Method Description
GET_THUMBNAIL() Getter for THUMBNAIL, with configurable default
ASK_THUMBNAIL() Getter for THUMBNAIL w/ exceptions if field has no value
HAS_THUMBNAIL() Determine if THUMBNAIL has a value

Source

The source of the document.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE, with configurable default
ASK_SOURCE() Getter for SOURCE w/ exceptions if field has no value
HAS_SOURCE() Determine if SOURCE 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_DOCUMENTVERSIONMETADATALIST

TYPES TT_DOCUMENTVERSIONMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WDXDOCUMENTVERSIONMET WITH DEFAULT KEY
.