Skip to content

/AWS1/CL_CMTDELETEFILEOUTPUT

DeleteFileOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_COMMITID TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID

The full commit ID of the commit that contains the change that deletes the file.

IV_BLOBID TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID

The blob ID removed from the tree as part of deleting the file.

IV_TREEID TYPE /AWS1/CMTOBJECTID /AWS1/CMTOBJECTID

The full SHA-1 pointer of the tree information for the commit that contains the delete file change.

IV_FILEPATH TYPE /AWS1/CMTPATH /AWS1/CMTPATH

The fully qualified path to the file to be deleted, including the full name and extension of that file.


Queryable Attributes

commitId

The full commit ID of the commit that contains the change that deletes the file.

Accessible with the following methods

Method Description
GET_COMMITID() Getter for COMMITID, with configurable default
ASK_COMMITID() Getter for COMMITID w/ exceptions if field has no value
HAS_COMMITID() Determine if COMMITID has a value

blobId

The blob ID removed from the tree as part of deleting the file.

Accessible with the following methods

Method Description
GET_BLOBID() Getter for BLOBID, with configurable default
ASK_BLOBID() Getter for BLOBID w/ exceptions if field has no value
HAS_BLOBID() Determine if BLOBID has a value

treeId

The full SHA-1 pointer of the tree information for the commit that contains the delete file change.

Accessible with the following methods

Method Description
GET_TREEID() Getter for TREEID, with configurable default
ASK_TREEID() Getter for TREEID w/ exceptions if field has no value
HAS_TREEID() Determine if TREEID has a value

filePath

The fully qualified path to the file to be deleted, including the full name and extension of that file.

Accessible with the following methods

Method Description
GET_FILEPATH() Getter for FILEPATH, with configurable default
ASK_FILEPATH() Getter for FILEPATH w/ exceptions if field has no value
HAS_FILEPATH() Determine if FILEPATH has a value