Interface SignalEventQuery.IFilterableColumns
-
- All Known Subinterfaces:
SignalEventQuery.IFilterQuery
- All Known Implementing Classes:
SignalEventQuery.FilterQuery
- Enclosing class:
- SignalEventQuery
public static interface SignalEventQuery.IFilterableColumns- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignalEventQuery.IIntegerColumnFilterQueryapplicationId()Prepares a where statement for the columnApplicationId.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuerynot(SignalEventQuery otherQuery)SignalEventQuery.IStringColumnFilterQuerysentByProcessElementPid()Prepares a where statement for the columnSentByProcessElementPid.
Must be followed by a call to a condition method.SignalEventQuery.IIntegerColumnFilterQuerysentByTaskId()Prepares a where statement for the columnSentByTaskId.
Must be followed by a call to a condition method.SignalEventQuery.IIntegerColumnFilterQuerysentByUserId()Prepares a where statement for the columnSentByUserId.
Must be followed by a call to a condition method.SignalEventQuery.IStringColumnFilterQuerysentByUserName()Prepares a where statement for the columnSentByUserName.
Must be followed by a call to a condition method.SignalEventQuery.IDateColumnFilterQuerysentTimestamp()Prepares a where statement for the columnSentTimestamp.
Must be followed by a call to a condition method.SignalEventQuery.IStringColumnFilterQuerysignalCode()Prepares a where statement for the columnSignalCode.
Must be followed by a call to a condition method.SignalEventQuery.IIntegerColumnFilterQuerysignalEventId()Prepares a where statement for the columnSignalEventId.
Must be followed by a call to a condition method.
-
-
-
Method Detail
-
not
SignalEventQuery.FilterQuery not(SignalEventQuery otherQuery)
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
signalEventId
SignalEventQuery.IIntegerColumnFilterQuery signalEventId()
Prepares a where statement for the column
SignalEventId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
applicationId
SignalEventQuery.IIntegerColumnFilterQuery applicationId()
Prepares a where statement for the column
ApplicationId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
signalCode
SignalEventQuery.IStringColumnFilterQuery signalCode()
Prepares a where statement for the column
SignalCode.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentTimestamp
SignalEventQuery.IDateColumnFilterQuery sentTimestamp()
Prepares a where statement for the column
SentTimestamp.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByUserName
SignalEventQuery.IStringColumnFilterQuery sentByUserName()
Prepares a where statement for the column
SentByUserName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
Nameof the referencedSecurityMember.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByUserId
SignalEventQuery.IIntegerColumnFilterQuery sentByUserId()
Prepares a where statement for the column
SentByUserId.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByTaskId
SignalEventQuery.IIntegerColumnFilterQuery sentByTaskId()
Prepares a where statement for the column
SentByTaskId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByProcessElementPid
SignalEventQuery.IStringColumnFilterQuery sentByProcessElementPid()
Prepares a where statement for the column
SentByProcessElementPid.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-