Interface SignalEventQuery.IFilterableColumns
- All Known Subinterfaces:
SignalEventQuery.IFilterQuery
- All Known Implementing Classes:
SignalEventQuery.FilterQuery
- Enclosing class:
SignalEventQuery
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionPrepares a where statement for the columnApplicationId.
Must be followed by a call to a condition method.not(SignalEventQuery otherQuery) Prepares a where statement for the columnSecuritySystemId.
Must be followed by a call to a condition method.sentById()Prepares a where statement for the columnSentById.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByProcessElementPid.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByTaskId.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByUserId.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByUserName.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentTimestamp.
Must be followed by a call to a condition method.Prepares a where statement for the columnSignalCode.
Must be followed by a call to a condition method.Prepares a where statement for the columnSignalEventId.
Must be followed by a call to a condition method.
-
Method Details
-
not
- API:
- This public API is available in Java.
-
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 Java.
-
securitySystemId
SignalEventQuery.IIntegerColumnFilterQuery securitySystemId()Prepares a where statement for the column
SecuritySystemId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
sentById
SignalEventQuery.IStringColumnFilterQuery sentById()Prepares a where statement for the column
SentById.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
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 Java.
-
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 Java.
-
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 Java.
-
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 Java.
-