Skip to content

/AWS1/CL_OMXSEQUENCESTOREFILT

A filter for a sequence store.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NAME TYPE /AWS1/OMXSEQUENCESTORENAME /AWS1/OMXSEQUENCESTORENAME

A name to filter on.

IV_CREATEDAFTER TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP

The filter's start date.

IV_CREATEDBEFORE TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP

The filter's end date.


Queryable Attributes

name

A name to filter on.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

createdAfter

The filter's start date.

Accessible with the following methods

Method Description
GET_CREATEDAFTER() Getter for CREATEDAFTER, with configurable default
ASK_CREATEDAFTER() Getter for CREATEDAFTER w/ exceptions if field has no value
HAS_CREATEDAFTER() Determine if CREATEDAFTER has a value

createdBefore

The filter's end date.

Accessible with the following methods

Method Description
GET_CREATEDBEFORE() Getter for CREATEDBEFORE, with configurable default
ASK_CREATEDBEFORE() Getter for CREATEDBEFORE w/ exceptions if field has no value
HAS_CREATEDBEFORE() Determine if CREATEDBEFORE has a value