Interface SignalEventQuery.IOrderByQueryColumns
- All Known Implementing Classes:
SignalEventQuery.OrderByColumnQuery,SignalEventQuery.OrderByQuery
- Enclosing class:
- SignalEventQuery
ISignalEvent.- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionAdds an order by statement for the columnApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()Adds an order by statement for the columnSecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()sentById()Adds an order by statement for the columnSentByIdin the default direction ascending.
To change the order to descending usesentById().descending()Adds an order by statement for the columnSentByProcessElementPidin the default direction ascending.
To change the order to descending usesentByProcessElementPid().descending()Adds an order by statement for the columnSentByTaskIdin the default direction ascending.
To change the order to descending usesentByTaskId().descending()Adds an order by statement for the columnSentByUserIdin the default direction ascending.
To change the order to descending usesentByUserId().descending()Adds an order by statement for the columnSentByUserNamein the default direction ascending.
To change the order to descending usesentByUserName().descending()Adds an order by statement for the columnSentTimestampin the default direction ascending.
To change the order to descending usesentTimestamp().descending()Adds an order by statement for the columnSignalCodein the default direction ascending.
To change the order to descending usesignalCode().descending()Adds an order by statement for the columnSignalEventIdin the default direction ascending.
To change the order to descending usesignalEventId().descending()
-
Method Details
-
signalEventId
SignalEventQuery.OrderByColumnQuery signalEventId()Adds an order by statement for the column
SignalEventIdin the default direction ascending.
To change the order to descending usesignalEventId().descending()Example:
SignalEventQuery.create().orderBy().signalEventId()
SQL part:
ORDER BY SignalEventId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
securitySystemId
SignalEventQuery.OrderByColumnQuery securitySystemId()Adds an order by statement for the column
SecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()Example:
SignalEventQuery.create().orderBy().securitySystemId()
SQL part:
ORDER BY SecuritySystemId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
applicationId
SignalEventQuery.OrderByColumnQuery applicationId()Adds an order by statement for the column
ApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()Example:
SignalEventQuery.create().orderBy().applicationId()
SQL part:
ORDER BY ApplicationId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
signalCode
SignalEventQuery.OrderByColumnQuery signalCode()Adds an order by statement for the column
SignalCodein the default direction ascending.
To change the order to descending usesignalCode().descending()Example:
SignalEventQuery.create().orderBy().signalCode()
SQL part:
ORDER BY SignalCode ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentTimestamp
SignalEventQuery.OrderByColumnQuery sentTimestamp()Adds an order by statement for the column
SentTimestampin the default direction ascending.
To change the order to descending usesentTimestamp().descending()Example:
SignalEventQuery.create().orderBy().sentTimestamp()
SQL part:
ORDER BY SentTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentById
SignalEventQuery.OrderByColumnQuery sentById()Adds an order by statement for the column
SentByIdin the default direction ascending.
To change the order to descending usesentById().descending()Example:
SignalEventQuery.create().orderBy().sentById()
SQL part:
ORDER BY SentById ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByUserName
SignalEventQuery.OrderByColumnQuery sentByUserName()Adds an order by statement for the column
SentByUserNamein the default direction ascending.
To change the order to descending usesentByUserName().descending()Example:
SignalEventQuery.create().orderBy().sentByUserName()
SQL part:
ORDER BY SentByUserName ASCThis is a virtual column. It contains the same value as the column
Nameof the referencedSecurityMember.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByUserId
SignalEventQuery.OrderByColumnQuery sentByUserId()Adds an order by statement for the column
SentByUserIdin the default direction ascending.
To change the order to descending usesentByUserId().descending()Example:
SignalEventQuery.create().orderBy().sentByUserId()
SQL part:
ORDER BY SentByUserId ASCThis is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByTaskId
SignalEventQuery.OrderByColumnQuery sentByTaskId()Adds an order by statement for the column
SentByTaskIdin the default direction ascending.
To change the order to descending usesentByTaskId().descending()Example:
SignalEventQuery.create().orderBy().sentByTaskId()
SQL part:
ORDER BY SentByTaskId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
sentByProcessElementPid
SignalEventQuery.OrderByColumnQuery sentByProcessElementPid()Adds an order by statement for the column
SentByProcessElementPidin the default direction ascending.
To change the order to descending usesentByProcessElementPid().descending()Example:
SignalEventQuery.create().orderBy().sentByProcessElementPid()
SQL part:
ORDER BY SentByProcessElementPid ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-