Skip to content

/AWS1/CL_DZN=>SEARCH()

Searches for assets in Amazon DataZone.

Method Signature

IMPORTING

Required arguments:

IV_DOMAINIDENTIFIER TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain.

IV_SEARCHSCOPE TYPE /AWS1/DZNINVENTORYSEARCHSCOPE /AWS1/DZNINVENTORYSEARCHSCOPE

The scope of the search.

Optional arguments:

IV_OWNINGPROJECTIDENTIFIER TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the owning project specified for the search.

IV_MAXRESULTS TYPE /AWS1/DZNMAXRESULTS /AWS1/DZNMAXRESULTS

The maximum number of results to return in a single call to Search. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to Search to list the next set of results.

IV_NEXTTOKEN TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to Search to list the next set of results.

IV_SEARCHTEXT TYPE /AWS1/DZNSEARCHTEXT /AWS1/DZNSEARCHTEXT

Specifies the text for which to search.

IT_SEARCHIN TYPE /AWS1/CL_DZNSEARCHINITEM=>TT_SEARCHINLIST TT_SEARCHINLIST

The details of the search.

IO_FILTERS TYPE REF TO /AWS1/CL_DZNFILTERCLAUSE /AWS1/CL_DZNFILTERCLAUSE

Specifies the search filters.

IO_SORT TYPE REF TO /AWS1/CL_DZNSEARCHSORT /AWS1/CL_DZNSEARCHSORT

Specifies the way in which the search results are to be sorted.

IT_ADDITIONALATTRIBUTES TYPE /AWS1/CL_DZNSRCHOUTADDLATTRS_W=>TT_SEARCHOUTPUTADDLATTRIBUTES TT_SEARCHOUTPUTADDLATTRIBUTES

Specifies additional attributes for the Search action.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNSEARCHOUTPUT /AWS1/CL_DZNSEARCHOUTPUT