Interface WorkflowEventQuery.IFilterableColumns
- All Known Subinterfaces:
WorkflowEventQuery.IFilterQuery
- All Known Implementing Classes:
WorkflowEventQuery.FilterQuery
- Enclosing class:
WorkflowEventQuery
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionPrepares a where statement for the columnAdditionalInfo1.
Must be followed by a call to a condition method.Prepares a where statement for the columnAdditionalInfo2.
Must be followed by a call to a condition method.Prepares a where statement for the columnAdditionalInfo3.
Must be followed by a call to a condition method.Prepares a where statement for the columnAdditionalInfo4.
Must be followed by a call to a condition method.Prepares a where statement for the columnAdditionalInfo5.
Must be followed by a call to a condition method.Prepares a where statement for the columnApplicationId.
Must be followed by a call to a condition method.caseId()Prepares a where statement for the columnCaseId.
Must be followed by a call to a condition method.Prepares a where statement for the columnCaseState.
Must be followed by a call to a condition method.Prepares a where statement for the columnEventKind.
Must be followed by a call to a condition method.Prepares a where statement for the columnEventTimestamp.
Must be followed by a call to a condition method.not(WorkflowEventQuery otherQuery) Prepares a where statement for the columnSecuritySystemId.
Must be followed by a call to a condition method.taskId()Prepares a where statement for the columnTaskId.
Must be followed by a call to a condition method.Prepares a where statement for the columnTaskState.
Must be followed by a call to a condition method.userId()Prepares a where statement for the columnUserId.
Must be followed by a call to a condition method.Prepares a where statement for the columnWorkflowEventId.
Must be followed by a call to a condition method.
-
Method Details
-
not
- API:
- This public API is available in Java.
-
workflowEventId
WorkflowEventQuery.IIntegerColumnFilterQuery workflowEventId()Prepares a where statement for the column
WorkflowEventId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
securitySystemId
WorkflowEventQuery.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
WorkflowEventQuery.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.
-
caseId
Prepares a where statement for the column
CaseId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
taskId
Prepares a where statement for the column
TaskId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
eventTimestamp
WorkflowEventQuery.IDateColumnFilterQuery eventTimestamp()Prepares a where statement for the column
EventTimestamp.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
userId
Prepares a where statement for the column
UserId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
eventKind
WorkflowEventQuery.IIntegerColumnFilterQuery eventKind()Prepares a where statement for the column
EventKind.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
additionalInfo1
WorkflowEventQuery.IStringColumnFilterQuery additionalInfo1()Prepares a where statement for the column
AdditionalInfo1.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
additionalInfo2
WorkflowEventQuery.IStringColumnFilterQuery additionalInfo2()Prepares a where statement for the column
AdditionalInfo2.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
additionalInfo3
WorkflowEventQuery.IStringColumnFilterQuery additionalInfo3()Prepares a where statement for the column
AdditionalInfo3.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
additionalInfo4
WorkflowEventQuery.IStringColumnFilterQuery additionalInfo4()Prepares a where statement for the column
AdditionalInfo4.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
additionalInfo5
WorkflowEventQuery.IStringColumnFilterQuery additionalInfo5()Prepares a where statement for the column
AdditionalInfo5.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
caseState
WorkflowEventQuery.ICaseStateFilterQuery caseState()Prepares a where statement for the column
CaseState.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
taskState
WorkflowEventQuery.ITaskStateFilterQuery taskState()Prepares a where statement for the column
TaskState.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-