Skip to content

/AWS1/CL_DIR=>LISTINCOMINGTYPEDLINKS00()

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.

Method Signature

IMPORTING

Required arguments:

IV_DIRECTORYARN TYPE /AWS1/DIRARN /AWS1/DIRARN

The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

IO_OBJECTREFERENCE TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE

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.

Filters are interpreted in the order of the attributes on the typed link facet, not the order in which 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.

IV_CONSISTENCYLEVEL TYPE /AWS1/DIRCONSISTENCYLEVEL /AWS1/DIRCONSISTENCYLEVEL

The consistency level to execute the request at.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DIRLSTINCOMINGTYPED01 /AWS1/CL_DIRLSTINCOMINGTYPED01