/AWS1/CL_SAGCONFLNCDOCMETADATA¶
Metadata for an integrated Confluence document.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SAGPROVIDERRESOURCENAME /AWS1/SAGPROVIDERRESOURCENAME¶
Name of the resource e.g. repository name, etc.
iv_providerresourceid TYPE /AWS1/SAGPROVIDERRESOURCEID /AWS1/SAGPROVIDERRESOURCEID¶
Provider Id of the resource e.g. GitHub repository id, etc.
iv_spacekey TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The Confluence space key containing the document.
iv_pageid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The Confluence page identifier.
Optional arguments:¶
iv_title TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The display title of the Confluence page.
iv_spacetitle TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The display title of the Confluence space.
Queryable Attributes¶
name¶
Name of the resource e.g. repository name, etc.
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 |
providerResourceId¶
Provider Id of the resource e.g. GitHub repository id, etc.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERRESOURCEID() |
Getter for PROVIDERRESOURCEID, with configurable default |
ASK_PROVIDERRESOURCEID() |
Getter for PROVIDERRESOURCEID w/ exceptions if field has no |
HAS_PROVIDERRESOURCEID() |
Determine if PROVIDERRESOURCEID has a value |
spaceKey¶
The Confluence space key containing the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACEKEY() |
Getter for SPACEKEY, with configurable default |
ASK_SPACEKEY() |
Getter for SPACEKEY w/ exceptions if field has no value |
HAS_SPACEKEY() |
Determine if SPACEKEY has a value |
pageId¶
The Confluence page identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGEID() |
Getter for PAGEID, with configurable default |
ASK_PAGEID() |
Getter for PAGEID w/ exceptions if field has no value |
HAS_PAGEID() |
Determine if PAGEID has a value |
title¶
The display title of the Confluence page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
spaceTitle¶
The display title of the Confluence space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACETITLE() |
Getter for SPACETITLE, with configurable default |
ASK_SPACETITLE() |
Getter for SPACETITLE w/ exceptions if field has no value |
HAS_SPACETITLE() |
Determine if SPACETITLE has a value |