Skip to content

/AWS1/CL_ART=>LISTREPOSITORIESINDOMAIN()

About ListRepositoriesInDomain

Returns a list of RepositorySummary objects. Each RepositorySummary contains information about a repository in the specified domain and that matches the input parameters.

Method Signature

IMPORTING

Required arguments:

IV_DOMAIN TYPE /AWS1/ARTDOMAINNAME /AWS1/ARTDOMAINNAME

The name of the domain that contains the returned list of repositories.

Optional arguments:

IV_DOMAINOWNER TYPE /AWS1/ARTACCOUNTID /AWS1/ARTACCOUNTID

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

IV_ADMINISTRATORACCOUNT TYPE /AWS1/ARTACCOUNTID /AWS1/ARTACCOUNTID

Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.

IV_REPOSITORYPREFIX TYPE /AWS1/ARTREPOSITORYNAME /AWS1/ARTREPOSITORYNAME

A prefix used to filter returned repositories. Only repositories with names that start with repositoryPrefix are returned.

IV_MAXRESULTS TYPE /AWS1/ARTLSTREPOSITORIESINDO00 /AWS1/ARTLSTREPOSITORIESINDO00

The maximum number of results to return per page.

IV_NEXTTOKEN TYPE /AWS1/ARTPAGINATIONTOKEN /AWS1/ARTPAGINATIONTOKEN

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ARTLSTREPOSITORIESI01 /AWS1/CL_ARTLSTREPOSITORIESI01