Skip to content

/AWS1/CL_FRMTYPEFILTERS

Filter criteria to use in determining which extensions to return.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CATEGORY TYPE /AWS1/FRMCATEGORY /AWS1/FRMCATEGORY

The category of extensions to return.

  • REGISTERED: Private extensions that have been registered for this account and Region.

  • ACTIVATED: Public extensions that have been activated for this account and Region.

  • THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:

    • Private extensions registered in the account.

    • Public extensions from publishers other than Amazon, whether activated or not.

  • AWS_TYPES: Extensions available for use from Amazon.

IV_PUBLISHERID TYPE /AWS1/FRMPUBLISHERID /AWS1/FRMPUBLISHERID

The id of the publisher of the extension.

Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

IV_TYPENAMEPREFIX TYPE /AWS1/FRMTYPENAMEPREFIX /AWS1/FRMTYPENAMEPREFIX

A prefix to use as a filter for results.


Queryable Attributes

Category

The category of extensions to return.

  • REGISTERED: Private extensions that have been registered for this account and Region.

  • ACTIVATED: Public extensions that have been activated for this account and Region.

  • THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:

    • Private extensions registered in the account.

    • Public extensions from publishers other than Amazon, whether activated or not.

  • AWS_TYPES: Extensions available for use from Amazon.

Accessible with the following methods

Method Description
GET_CATEGORY() Getter for CATEGORY, with configurable default
ASK_CATEGORY() Getter for CATEGORY w/ exceptions if field has no value
HAS_CATEGORY() Determine if CATEGORY has a value

PublisherId

The id of the publisher of the extension.

Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

Accessible with the following methods

Method Description
GET_PUBLISHERID() Getter for PUBLISHERID, with configurable default
ASK_PUBLISHERID() Getter for PUBLISHERID w/ exceptions if field has no value
HAS_PUBLISHERID() Determine if PUBLISHERID has a value

TypeNamePrefix

A prefix to use as a filter for results.

Accessible with the following methods

Method Description
GET_TYPENAMEPREFIX() Getter for TYPENAMEPREFIX, with configurable default
ASK_TYPENAMEPREFIX() Getter for TYPENAMEPREFIX w/ exceptions if field has no valu
HAS_TYPENAMEPREFIX() Determine if TYPENAMEPREFIX has a value