Skip to content

/AWS1/CL_GLUGETASSETOUTPUT

GetAssetOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/GLUASSETID /AWS1/GLUASSETID

The unique identifier of the asset.

iv_assettypeid TYPE /AWS1/GLUASSETTYPEID /AWS1/GLUASSETTYPEID

The identifier of the asset type for this asset.

Optional arguments:

iv_name TYPE /AWS1/GLUASSETNAME /AWS1/GLUASSETNAME

The name of the asset.

iv_description TYPE /AWS1/GLUASSETDESCRIPTION /AWS1/GLUASSETDESCRIPTION

The description of the asset.

iv_createdat TYPE /AWS1/GLUCREATEDAT /AWS1/GLUCREATEDAT

The timestamp at which the asset was created.

iv_updatedat TYPE /AWS1/GLUUPDATEDAT /AWS1/GLUUPDATEDAT

The timestamp at which the asset was last updated.

it_glossaryterms TYPE /AWS1/CL_GLUGLOSSARYTRMIDLST_W=>TT_GLOSSARYTERMIDLIST TT_GLOSSARYTERMIDLIST

The identifiers of the glossary terms associated with the asset.

it_forms TYPE /AWS1/CL_GLUASSETFORMENTRY=>TT_ASSETFORMMAP TT_ASSETFORMMAP

The forms on the asset, keyed by form name.

it_attachments TYPE /AWS1/CL_GLUASSETFORMENTRY=>TT_ASSETFORMMAP TT_ASSETFORMMAP

Additional attachments on the asset for more context, keyed by attachment name.

it_iterableforms TYPE /AWS1/CL_GLUITERABLEFORMENTRY=>TT_ITERABLEFORMMAP TT_ITERABLEFORMMAP

The iterable forms available on the asset, keyed by form name (for example, columns). Use the form name with ListIterableForms or BatchGetIterableForms to retrieve the form's items.


Queryable Attributes

Id

The unique identifier of the asset.

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

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

Description

The description of the asset.

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

CreatedAt

The timestamp at which the asset was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

UpdatedAt

The timestamp at which the asset was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

AssetTypeId

The identifier of the asset type for this asset.

Accessible with the following methods

Method Description
GET_ASSETTYPEID() Getter for ASSETTYPEID, with configurable default
ASK_ASSETTYPEID() Getter for ASSETTYPEID w/ exceptions if field has no value
HAS_ASSETTYPEID() Determine if ASSETTYPEID has a value

GlossaryTerms

The identifiers of the glossary terms associated with the asset.

Accessible with the following methods

Method Description
GET_GLOSSARYTERMS() Getter for GLOSSARYTERMS, with configurable default
ASK_GLOSSARYTERMS() Getter for GLOSSARYTERMS w/ exceptions if field has no value
HAS_GLOSSARYTERMS() Determine if GLOSSARYTERMS has a value

Forms

The forms on the asset, keyed by form name.

Accessible with the following methods

Method Description
GET_FORMS() Getter for FORMS, with configurable default
ASK_FORMS() Getter for FORMS w/ exceptions if field has no value
HAS_FORMS() Determine if FORMS has a value

Attachments

Additional attachments on the asset for more context, keyed by attachment name.

Accessible with the following methods

Method Description
GET_ATTACHMENTS() Getter for ATTACHMENTS, with configurable default
ASK_ATTACHMENTS() Getter for ATTACHMENTS w/ exceptions if field has no value
HAS_ATTACHMENTS() Determine if ATTACHMENTS has a value

IterableForms

The iterable forms available on the asset, keyed by form name (for example, columns). Use the form name with ListIterableForms or BatchGetIterableForms to retrieve the form's items.

Accessible with the following methods

Method Description
GET_ITERABLEFORMS() Getter for ITERABLEFORMS, with configurable default
ASK_ITERABLEFORMS() Getter for ITERABLEFORMS w/ exceptions if field has no value
HAS_ITERABLEFORMS() Determine if ITERABLEFORMS has a value