Filter: ProcessingStatusFilter

Filter type for ProcessingStatus.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDProcessingStatusFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORProcessingStatusFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

createdAtDateTime

Checks if createdAt equals a specified value.

If an index exists on createdAt, it can be used.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

createdByUserFilter

Filters the through email referenced Users that fulfills the given requirements.

Checks if createdBy is not null, and allows to filter based on its fields.

createdByRefEmailString

Checks if createdByRefEmail equals a specified string, case-sensitively.

If an index exists on createdByRefEmail, it can be used.

See also like for a case-insensitive filter.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_containsString

Checks if createdByRefEmail contains a specified string, case-sensitively.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_ends_withString

Checks if createdByRefEmail ends with a specified string, case-sensitively.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_gtString

Checks if createdByRefEmail is greater than a specified value.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_gteString

Checks if createdByRefEmail is greater or equal a specified value.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_inString

Checks if createdByRefEmail is equal to one of the specified values.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_likeString

Matches createdByRefEmail against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on createdByRefEmail, it can be used for the literal prefix (the part until the first placeholder).

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_ltString

Checks if createdByRefEmail is less than a specified value.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_lteString

Checks if createdByRefEmail is less or equal a specified value.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_notString

Checks if createdByRefEmail does not equal a specified string, case-sensitively.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_not_containsString

Checks if createdByRefEmail does not contain a specified string, case-sensitively.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_not_ends_withString

Checks if createdByRefEmail does not end with a specified string, case-sensitively.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_not_inString

Checks if createdByRefEmail is not equal to one of the specified values.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_not_likeString

Checks if createdByRefEmail does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_not_starts_withString

Checks if createdByRefEmail does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The email of the user that triggered this processing event if it was triggered by a user

createdByRefEmail_starts_withString

Checks if createdByRefEmail starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The email of the user that triggered this processing event if it was triggered by a user

entityRefIds_emptyBoolean

Checks if entityRefIds is an empty list (true) or a non-empty list or null (false).

entityRefIds_everyIDFilter

Makes sure all items in entityRefIds match a certain filter.

entityRefIds_noneIDFilter

Makes sure none of the items in entityRefIds match a certain filter.

Note that you can specify the empty object for this filter to make sure entityRefIds has no items.

entityRefIds_someIDFilter

Makes sure at least one of the items in "entityRefIds" matches a certain filter.

Note that you can specify the empty object for this filter to make sure entityRefIds has at least one item.

entityTypeEntityType

Checks if entityType equals a specified value.

If an index exists on entityType, it can be used.

The type of the entity that was processed

entityType_inEntityType

Checks if entityType is equal to one of the specified values.

The type of the entity that was processed

entityType_notEntityType

Checks if entityType does not equal a specified value

The type of the entity that was processed

entityType_not_inEntityType

Checks if entityType is not equal to one of the specified values.

The type of the entity that was processed

eventTypeEventType

Checks if eventType equals a specified value.

If an index exists on eventType, it can be used.

The type of the processing event

eventType_inEventType

Checks if eventType is equal to one of the specified values.

The type of the processing event

eventType_notEventType

Checks if eventType does not equal a specified value

The type of the processing event

eventType_not_inEventType

Checks if eventType is not equal to one of the specified values.

The type of the processing event

idID

Checks if id equals a specified value.

If an index exists on id, it can be used.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this child entity uniquely within this collection of child entities

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this child entity uniquely within this collection of child entities

messageString

Checks if message equals a specified string, case-sensitively.

If an index exists on message, it can be used.

See also like for a case-insensitive filter.

The message associated with the processing event

message_containsString

Checks if message contains a specified string, case-sensitively.

The message associated with the processing event

message_ends_withString

Checks if message ends with a specified string, case-sensitively.

The message associated with the processing event

message_gtString

Checks if message is greater than a specified value.

The message associated with the processing event

message_gteString

Checks if message is greater or equal a specified value.

The message associated with the processing event

message_inString

Checks if message is equal to one of the specified values.

The message associated with the processing event

message_likeString

Matches message against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on message, it can be used for the literal prefix (the part until the first placeholder).

The message associated with the processing event

message_ltString

Checks if message is less than a specified value.

The message associated with the processing event

message_lteString

Checks if message is less or equal a specified value.

The message associated with the processing event

message_notString

Checks if message does not equal a specified string, case-sensitively.

The message associated with the processing event

message_not_containsString

Checks if message does not contain a specified string, case-sensitively.

The message associated with the processing event

message_not_ends_withString

Checks if message does not end with a specified string, case-sensitively.

The message associated with the processing event

message_not_inString

Checks if message is not equal to one of the specified values.

The message associated with the processing event

message_not_likeString

Checks if message does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The message associated with the processing event

message_not_starts_withString

Checks if message does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The message associated with the processing event

message_starts_withString

Checks if message starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The message associated with the processing event

processingIdString

Checks if processingId equals a specified string, case-sensitively.

If an index exists on processingId, it can be used.

See also like for a case-insensitive filter.

The processing ID that identifies this processing run

processingId_containsString

Checks if processingId contains a specified string, case-sensitively.

The processing ID that identifies this processing run

processingId_ends_withString

Checks if processingId ends with a specified string, case-sensitively.

The processing ID that identifies this processing run

processingId_gtString

Checks if processingId is greater than a specified value.

The processing ID that identifies this processing run

processingId_gteString

Checks if processingId is greater or equal a specified value.

The processing ID that identifies this processing run

processingId_inString

Checks if processingId is equal to one of the specified values.

The processing ID that identifies this processing run

processingId_likeString

Matches processingId against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on processingId, it can be used for the literal prefix (the part until the first placeholder).

The processing ID that identifies this processing run

processingId_ltString

Checks if processingId is less than a specified value.

The processing ID that identifies this processing run

processingId_lteString

Checks if processingId is less or equal a specified value.

The processing ID that identifies this processing run

processingId_notString

Checks if processingId does not equal a specified string, case-sensitively.

The processing ID that identifies this processing run

processingId_not_containsString

Checks if processingId does not contain a specified string, case-sensitively.

The processing ID that identifies this processing run

processingId_not_ends_withString

Checks if processingId does not end with a specified string, case-sensitively.

The processing ID that identifies this processing run

processingId_not_inString

Checks if processingId is not equal to one of the specified values.

The processing ID that identifies this processing run

processingId_not_likeString

Checks if processingId does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The processing ID that identifies this processing run

processingId_not_starts_withString

Checks if processingId does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The processing ID that identifies this processing run

processingId_starts_withString

Checks if processingId starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The processing ID that identifies this processing run

stateProcessingState

Checks if state equals a specified value.

If an index exists on state, it can be used.

The state of the processing event

state_inProcessingState

Checks if state is equal to one of the specified values.

The state of the processing event

state_notProcessingState

Checks if state does not equal a specified value

The state of the processing event

state_not_inProcessingState

Checks if state is not equal to one of the specified values.

The state of the processing event

updatedAtDateTime

Checks if updatedAt equals a specified value.

If an index exists on updatedAt, it can be used.

The instant this object has been updated the last time

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time


This page was generated: 2024-05-17