Class SignalEventQuery.OrderByQuery
- All Implemented Interfaces:
SignalEventQuery.IOrderByQueryColumns
- Direct Known Subclasses:
SignalEventQuery.OrderByColumnQuery
- Enclosing class:
SignalEventQuery
ISignalEvent.- API:
- This is a public API.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.ivyteam.ivy.workflow.query.SignalEventQuery
SignalEventQuery.AggregationQuery, SignalEventQuery.FilterLink, SignalEventQuery.FilterQuery, SignalEventQuery.GroupByQuery, SignalEventQuery.IAggregationQuery, SignalEventQuery.IBoolFilterQuery, SignalEventQuery.IColumnFilterQuery, SignalEventQuery.IDateColumnFilterQuery, SignalEventQuery.IFilterableColumns, SignalEventQuery.IFilterLink, SignalEventQuery.IFilterQuery, SignalEventQuery.IGroupByQueryColumns, SignalEventQuery.IIntegerColumnFilterQuery, SignalEventQuery.INumberColumnFilterQuery, SignalEventQuery.IOrderByQueryColumns, SignalEventQuery.IPatternColumnFilterQuery, SignalEventQuery.IStringColumnFilterQuery, SignalEventQuery.OrderByColumnQuery, SignalEventQuery.OrderByQuery -
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
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
signalEventIdin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
securitySystemId
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
securitySystemIdin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
applicationId
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
applicationIdin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
signalCode
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
signalCodein interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
sentTimestamp
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
sentTimestampin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
sentById
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
sentByIdin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
sentByUserName
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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.- Specified by:
sentByUserNamein interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
sentByUserId
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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.- Specified by:
sentByUserIdin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
sentByTaskId
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
sentByTaskIdin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
sentByProcessElementPid
Description copied from interface:SignalEventQuery.IOrderByQueryColumnsAdds 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- Specified by:
sentByProcessElementPidin interfaceSignalEventQuery.IOrderByQueryColumns- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-