Interface IntermediateEventQuery.IOrderByQueryColumns
- All Known Implementing Classes:
IntermediateEventQuery.OrderByColumnQuery,IntermediateEventQuery.OrderByQuery
- Enclosing class:
IntermediateEventQuery
IIntermediateEvent.- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionAdds an order by statement for the columnAdditionalInformationin the default direction ascending.
To change the order to descending useadditionalInformation().descending()Adds an order by statement for the columnApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()eventId()Adds an order by statement for the columnEventIdin the default direction ascending.
To change the order to descending useeventId().descending()Adds an order by statement for the columnEventTimestampin the default direction ascending.
To change the order to descending useeventTimestamp().descending()Adds an order by statement for the columnIntermediateEventIdin the default direction ascending.
To change the order to descending useintermediateEventId().descending()Adds an order by statement for the columnSecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()state()Adds an order by statement for the columnStatein the default direction ascending.
To change the order to descending usestate().descending()taskId()Adds an order by statement for the columnTaskIdin the default direction ascending.
To change the order to descending usetaskId().descending()Adds an order by statement for the columnTaskStartIdin the default direction ascending.
To change the order to descending usetaskStartId().descending()Adds an order by statement for the columnTimeoutActionin the default direction ascending.
To change the order to descending usetimeoutAction().descending()Adds an order by statement for the columnTimeoutTaskStartElementIdin the default direction ascending.
To change the order to descending usetimeoutTaskStartElementId().descending()Adds an order by statement for the columnTimeoutTimestampin the default direction ascending.
To change the order to descending usetimeoutTimestamp().descending()
-
Method Details
-
intermediateEventId
IntermediateEventQuery.OrderByColumnQuery intermediateEventId()Adds an order by statement for the column
IntermediateEventIdin the default direction ascending.
To change the order to descending useintermediateEventId().descending()Example:
IntermediateEventQuery.create().orderBy().intermediateEventId()
SQL part:
ORDER BY IntermediateEventId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
taskStartId
IntermediateEventQuery.OrderByColumnQuery taskStartId()Adds an order by statement for the column
TaskStartIdin the default direction ascending.
To change the order to descending usetaskStartId().descending()Example:
IntermediateEventQuery.create().orderBy().taskStartId()
SQL part:
ORDER BY TaskStartId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
securitySystemId
IntermediateEventQuery.OrderByColumnQuery securitySystemId()Adds an order by statement for the column
SecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()Example:
IntermediateEventQuery.create().orderBy().securitySystemId()
SQL part:
ORDER BY SecuritySystemId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
applicationId
IntermediateEventQuery.OrderByColumnQuery applicationId()Adds an order by statement for the column
ApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()Example:
IntermediateEventQuery.create().orderBy().applicationId()
SQL part:
ORDER BY ApplicationId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
taskId
Adds an order by statement for the column
TaskIdin the default direction ascending.
To change the order to descending usetaskId().descending()Example:
IntermediateEventQuery.create().orderBy().taskId()
SQL part:
ORDER BY TaskId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
eventId
Adds an order by statement for the column
EventIdin the default direction ascending.
To change the order to descending useeventId().descending()Example:
IntermediateEventQuery.create().orderBy().eventId()
SQL part:
ORDER BY EventId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
state
Adds an order by statement for the column
Statein the default direction ascending.
To change the order to descending usestate().descending()Example:
IntermediateEventQuery.create().orderBy().state()
SQL part:
ORDER BY State ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
eventTimestamp
IntermediateEventQuery.OrderByColumnQuery eventTimestamp()Adds an order by statement for the column
EventTimestampin the default direction ascending.
To change the order to descending useeventTimestamp().descending()Example:
IntermediateEventQuery.create().orderBy().eventTimestamp()
SQL part:
ORDER BY EventTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
timeoutTimestamp
IntermediateEventQuery.OrderByColumnQuery timeoutTimestamp()Adds an order by statement for the column
TimeoutTimestampin the default direction ascending.
To change the order to descending usetimeoutTimestamp().descending()Example:
IntermediateEventQuery.create().orderBy().timeoutTimestamp()
SQL part:
ORDER BY TimeoutTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
timeoutTaskStartElementId
IntermediateEventQuery.OrderByColumnQuery timeoutTaskStartElementId()Adds an order by statement for the column
TimeoutTaskStartElementIdin the default direction ascending.
To change the order to descending usetimeoutTaskStartElementId().descending()Example:
IntermediateEventQuery.create().orderBy().timeoutTaskStartElementId()
SQL part:
ORDER BY TimeoutTaskStartElementId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
timeoutAction
IntermediateEventQuery.OrderByColumnQuery timeoutAction()Adds an order by statement for the column
TimeoutActionin the default direction ascending.
To change the order to descending usetimeoutAction().descending()Example:
IntermediateEventQuery.create().orderBy().timeoutAction()
SQL part:
ORDER BY TimeoutAction ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
additionalInformation
IntermediateEventQuery.OrderByColumnQuery additionalInformation()Adds an order by statement for the column
AdditionalInformationin the default direction ascending.
To change the order to descending useadditionalInformation().descending()Example:
IntermediateEventQuery.create().orderBy().additionalInformation()
SQL part:
ORDER BY AdditionalInformation ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-