Skip to content

/AWS1/CL_DZNENTITYPATTERN

The pattern describing the entities to be matched during the graph query.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_entitytype TYPE /AWS1/DZNGRAPHENTITYTYPE /AWS1/DZNGRAPHENTITYTYPE

The type of entity to be matched during the graph query.

iv_identifier TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The identifier of the root entity to start traversal from during the graph query.

Optional arguments:

io_filters TYPE REF TO /AWS1/CL_DZNFILTERCLAUSE /AWS1/CL_DZNFILTERCLAUSE

A search filter clause in Amazon DataZone.


Queryable Attributes

entityType

The type of entity to be matched during the graph query.

Accessible with the following methods

Method Description
GET_ENTITYTYPE() Getter for ENTITYTYPE, with configurable default
ASK_ENTITYTYPE() Getter for ENTITYTYPE w/ exceptions if field has no value
HAS_ENTITYTYPE() Determine if ENTITYTYPE has a value

identifier

The identifier of the root entity to start traversal from during the graph query.

Accessible with the following methods

Method Description
GET_IDENTIFIER() Getter for IDENTIFIER, with configurable default
ASK_IDENTIFIER() Getter for IDENTIFIER w/ exceptions if field has no value
HAS_IDENTIFIER() Determine if IDENTIFIER has a value

filters

A search filter clause in Amazon DataZone.

Accessible with the following methods

Method Description
GET_FILTERS() Getter for FILTERS