/AWS1/CL_DZNCREDATAPRODUCTRE01¶
CreateDataProductRevisionOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the domain where data product revision is created.
iv_id TYPE /AWS1/DZNDATAPRODUCTID /AWS1/DZNDATAPRODUCTID¶
The ID of the data product revision.
iv_revision TYPE /AWS1/DZNREVISION /AWS1/DZNREVISION¶
The revision of the data product revision.
iv_owningprojectid TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID¶
The ID of the owning project of the data product revision.
iv_name TYPE /AWS1/DZNDATAPRODUCTNAME /AWS1/DZNDATAPRODUCTNAME¶
The name of the data product revision.
iv_status TYPE /AWS1/DZNDATAPRODUCTSTATUS /AWS1/DZNDATAPRODUCTSTATUS¶
The status of the data product revision.
Optional arguments:¶
iv_description TYPE /AWS1/DZNDATAPRODUCTDESC /AWS1/DZNDATAPRODUCTDESC¶
The description of the data product revision.
it_glossaryterms TYPE /AWS1/CL_DZNGLOSSARYTERMS_W=>TT_GLOSSARYTERMS TT_GLOSSARYTERMS¶
The glossary terms of the data product revision.
it_items TYPE /AWS1/CL_DZNDATAPRODUCTITEM=>TT_DATAPRODUCTITEMS TT_DATAPRODUCTITEMS¶
The data assets of the data product revision.
it_formsoutput TYPE /AWS1/CL_DZNFORMOUTPUT=>TT_FORMOUTPUTLIST TT_FORMOUTPUTLIST¶
The metadata forms of the data product revision.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
The timestamp at which the data product revision is created.
iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
The user who created the data product revision.
iv_firstrevisioncreatedat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
The timestamp at which the first revision of the data product is created.
iv_firstrevisioncreatedby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
The user who created the first revision of the data product.
Queryable Attributes¶
domainId¶
The ID of the domain where data product revision is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
id¶
The ID of the data product revision.
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 |
revision¶
The revision of the data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |
owningProjectId¶
The ID of the owning project of the data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNINGPROJECTID() |
Getter for OWNINGPROJECTID, with configurable default |
ASK_OWNINGPROJECTID() |
Getter for OWNINGPROJECTID w/ exceptions if field has no val |
HAS_OWNINGPROJECTID() |
Determine if OWNINGPROJECTID has a value |
name¶
The name of the data product revision.
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 the data product revision.
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 |
description¶
The description of the data product revision.
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 |
glossaryTerms¶
The glossary terms of the data product revision.
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 |
items¶
The data assets of the data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
formsOutput¶
The metadata forms of the data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMSOUTPUT() |
Getter for FORMSOUTPUT, with configurable default |
ASK_FORMSOUTPUT() |
Getter for FORMSOUTPUT w/ exceptions if field has no value |
HAS_FORMSOUTPUT() |
Determine if FORMSOUTPUT has a value |
createdAt¶
The timestamp at which the data product revision is 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 |
createdBy¶
The user who created the data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
firstRevisionCreatedAt¶
The timestamp at which the first revision of the data product is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTREVISIONCREATEDAT() |
Getter for FIRSTREVISIONCREATEDAT, with configurable default |
ASK_FIRSTREVISIONCREATEDAT() |
Getter for FIRSTREVISIONCREATEDAT w/ exceptions if field has |
HAS_FIRSTREVISIONCREATEDAT() |
Determine if FIRSTREVISIONCREATEDAT has a value |
firstRevisionCreatedBy¶
The user who created the first revision of the data product.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTREVISIONCREATEDBY() |
Getter for FIRSTREVISIONCREATEDBY, with configurable default |
ASK_FIRSTREVISIONCREATEDBY() |
Getter for FIRSTREVISIONCREATEDBY w/ exceptions if field has |
HAS_FIRSTREVISIONCREATEDBY() |
Determine if FIRSTREVISIONCREATEDBY has a value |