/AWS1/CL_CMTSYMBOLICLINK¶
Returns information about a symbolic link in a repository folder.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_blobid
TYPE /AWS1/CMTOBJECTID
/AWS1/CMTOBJECTID
¶
The blob ID that contains the information about the symbolic link.
iv_absolutepath
TYPE /AWS1/CMTPATH
/AWS1/CMTPATH
¶
The fully qualified path to the folder that contains the symbolic link.
iv_relativepath
TYPE /AWS1/CMTPATH
/AWS1/CMTPATH
¶
The relative path of the symbolic link from the folder where the query originated.
iv_filemode
TYPE /AWS1/CMTFILEMODETYPEENUM
/AWS1/CMTFILEMODETYPEENUM
¶
The file mode permissions of the blob that cotains information about the symbolic link.
Queryable Attributes¶
blobId¶
The blob ID that contains the information about the symbolic link.
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 |
absolutePath¶
The fully qualified path to the folder that contains the symbolic link.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ABSOLUTEPATH() |
Getter for ABSOLUTEPATH, with configurable default |
ASK_ABSOLUTEPATH() |
Getter for ABSOLUTEPATH w/ exceptions if field has no value |
HAS_ABSOLUTEPATH() |
Determine if ABSOLUTEPATH has a value |
relativePath¶
The relative path of the symbolic link from the folder where the query originated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELATIVEPATH() |
Getter for RELATIVEPATH, with configurable default |
ASK_RELATIVEPATH() |
Getter for RELATIVEPATH w/ exceptions if field has no value |
HAS_RELATIVEPATH() |
Determine if RELATIVEPATH has a value |
fileMode¶
The file mode permissions of the blob that cotains information about the symbolic link.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILEMODE() |
Getter for FILEMODE, with configurable default |
ASK_FILEMODE() |
Getter for FILEMODE w/ exceptions if field has no value |
HAS_FILEMODE() |
Determine if FILEMODE 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_SYMBOLICLINKLIST
¶
TYPES TT_SYMBOLICLINKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTSYMBOLICLINK WITH DEFAULT KEY
.