/AWS1/CL_DIRBTCLSTOUTGOINGTY00¶
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListOutgoingTypedLinks and BatchReadRequest$Operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_objectreference TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE¶
The reference that identifies the object whose attributes will be listed.
Optional arguments:¶
it_filterattributeranges TYPE /AWS1/CL_DIRTYPEDLINKATTRRANGE=>TT_TYPEDLINKATTRIBUTERANGELIST TT_TYPEDLINKATTRIBUTERANGELIST¶
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
io_filtertypedlink TYPE REF TO /AWS1/CL_DIRTYPEDLINKSCHANDF00 /AWS1/CL_DIRTYPEDLINKSCHANDF00¶
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
iv_nexttoken TYPE /AWS1/DIRNEXTTOKEN /AWS1/DIRNEXTTOKEN¶
The pagination token.
iv_maxresults TYPE /AWS1/DIRNUMBERRESULTS /AWS1/DIRNUMBERRESULTS¶
The maximum number of results to retrieve.
Queryable Attributes¶
ObjectReference¶
The reference that identifies the object whose attributes will be listed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTREFERENCE() |
Getter for OBJECTREFERENCE |
FilterAttributeRanges¶
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERATTRIBUTERANGES() |
Getter for FILTERATTRIBUTERANGES, with configurable default |
ASK_FILTERATTRIBUTERANGES() |
Getter for FILTERATTRIBUTERANGES w/ exceptions if field has |
HAS_FILTERATTRIBUTERANGES() |
Determine if FILTERATTRIBUTERANGES has a value |
FilterTypedLink¶
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERTYPEDLINK() |
Getter for FILTERTYPEDLINK |
NextToken¶
The pagination token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
MaxResults¶
The maximum number of results to retrieve.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXRESULTS() |
Getter for MAXRESULTS, with configurable default |
ASK_MAXRESULTS() |
Getter for MAXRESULTS w/ exceptions if field has no value |
HAS_MAXRESULTS() |
Determine if MAXRESULTS has a value |