Interface WorkflowEventQuery.IOrderByQueryColumns
- All Known Implementing Classes:
WorkflowEventQuery.OrderByColumnQuery,WorkflowEventQuery.OrderByQuery
- Enclosing class:
WorkflowEventQuery
IWorkflowEvent.- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionAdds an order by statement for the columnAdditionalInfo1in the default direction ascending.
To change the order to descending useadditionalInfo1().descending()Adds an order by statement for the columnAdditionalInfo2in the default direction ascending.
To change the order to descending useadditionalInfo2().descending()Adds an order by statement for the columnAdditionalInfo3in the default direction ascending.
To change the order to descending useadditionalInfo3().descending()Adds an order by statement for the columnAdditionalInfo4in the default direction ascending.
To change the order to descending useadditionalInfo4().descending()Adds an order by statement for the columnAdditionalInfo5in the default direction ascending.
To change the order to descending useadditionalInfo5().descending()Adds an order by statement for the columnApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()caseId()Adds an order by statement for the columnCaseIdin the default direction ascending.
To change the order to descending usecaseId().descending()Adds an order by statement for the columnCaseStatein the default direction ascending.
To change the order to descending usecaseState().descending()Adds an order by statement for the columnEventKindin the default direction ascending.
To change the order to descending useeventKind().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 columnSecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().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 columnTaskStatein the default direction ascending.
To change the order to descending usetaskState().descending()userId()Adds an order by statement for the columnUserIdin the default direction ascending.
To change the order to descending useuserId().descending()Adds an order by statement for the columnWorkflowEventIdin the default direction ascending.
To change the order to descending useworkflowEventId().descending()
-
Method Details
-
workflowEventId
WorkflowEventQuery.OrderByColumnQuery workflowEventId()Adds an order by statement for the column
WorkflowEventIdin the default direction ascending.
To change the order to descending useworkflowEventId().descending()Example:
WorkflowEventQuery.create().orderBy().workflowEventId()
SQL part:
ORDER BY WorkflowEventId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
securitySystemId
WorkflowEventQuery.OrderByColumnQuery securitySystemId()Adds an order by statement for the column
SecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()Example:
WorkflowEventQuery.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
WorkflowEventQuery.OrderByColumnQuery applicationId()Adds an order by statement for the column
ApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()Example:
WorkflowEventQuery.create().orderBy().applicationId()
SQL part:
ORDER BY ApplicationId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
caseId
Adds an order by statement for the column
CaseIdin the default direction ascending.
To change the order to descending usecaseId().descending()Example:
WorkflowEventQuery.create().orderBy().caseId()
SQL part:
ORDER BY CaseId 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:
WorkflowEventQuery.create().orderBy().taskId()
SQL part:
ORDER BY TaskId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
eventTimestamp
WorkflowEventQuery.OrderByColumnQuery eventTimestamp()Adds an order by statement for the column
EventTimestampin the default direction ascending.
To change the order to descending useeventTimestamp().descending()Example:
WorkflowEventQuery.create().orderBy().eventTimestamp()
SQL part:
ORDER BY EventTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
userId
Adds an order by statement for the column
UserIdin the default direction ascending.
To change the order to descending useuserId().descending()Example:
WorkflowEventQuery.create().orderBy().userId()
SQL part:
ORDER BY UserId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
eventKind
WorkflowEventQuery.OrderByColumnQuery eventKind()Adds an order by statement for the column
EventKindin the default direction ascending.
To change the order to descending useeventKind().descending()Example:
WorkflowEventQuery.create().orderBy().eventKind()
SQL part:
ORDER BY EventKind ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
additionalInfo1
WorkflowEventQuery.OrderByColumnQuery additionalInfo1()Adds an order by statement for the column
AdditionalInfo1in the default direction ascending.
To change the order to descending useadditionalInfo1().descending()Example:
WorkflowEventQuery.create().orderBy().additionalInfo1()
SQL part:
ORDER BY AdditionalInfo1 ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
additionalInfo2
WorkflowEventQuery.OrderByColumnQuery additionalInfo2()Adds an order by statement for the column
AdditionalInfo2in the default direction ascending.
To change the order to descending useadditionalInfo2().descending()Example:
WorkflowEventQuery.create().orderBy().additionalInfo2()
SQL part:
ORDER BY AdditionalInfo2 ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
additionalInfo3
WorkflowEventQuery.OrderByColumnQuery additionalInfo3()Adds an order by statement for the column
AdditionalInfo3in the default direction ascending.
To change the order to descending useadditionalInfo3().descending()Example:
WorkflowEventQuery.create().orderBy().additionalInfo3()
SQL part:
ORDER BY AdditionalInfo3 ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
additionalInfo4
WorkflowEventQuery.OrderByColumnQuery additionalInfo4()Adds an order by statement for the column
AdditionalInfo4in the default direction ascending.
To change the order to descending useadditionalInfo4().descending()Example:
WorkflowEventQuery.create().orderBy().additionalInfo4()
SQL part:
ORDER BY AdditionalInfo4 ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
additionalInfo5
WorkflowEventQuery.OrderByColumnQuery additionalInfo5()Adds an order by statement for the column
AdditionalInfo5in the default direction ascending.
To change the order to descending useadditionalInfo5().descending()Example:
WorkflowEventQuery.create().orderBy().additionalInfo5()
SQL part:
ORDER BY AdditionalInfo5 ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
caseState
WorkflowEventQuery.OrderByColumnQuery caseState()Adds an order by statement for the column
CaseStatein the default direction ascending.
To change the order to descending usecaseState().descending()Example:
WorkflowEventQuery.create().orderBy().caseState()
SQL part:
ORDER BY CaseState ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
taskState
WorkflowEventQuery.OrderByColumnQuery taskState()Adds an order by statement for the column
TaskStatein the default direction ascending.
To change the order to descending usetaskState().descending()Example:
WorkflowEventQuery.create().orderBy().taskState()
SQL part:
ORDER BY TaskState ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-