Interface IntermediateEventQuery.IFilterableColumns
- All Known Subinterfaces:
IntermediateEventQuery.IFilterQuery
- All Known Implementing Classes:
IntermediateEventQuery.FilterQuery
- Enclosing class:
IntermediateEventQuery
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionPrepares a where statement for the columnAdditionalInformation.
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.eventId()Prepares a where statement for the columnEventId.
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.Prepares a where statement for the columnIntermediateEventId.
Must be followed by a call to a condition method.not(IntermediateEventQuery otherQuery) Prepares a where statement for the columnSecuritySystemId.
Must be followed by a call to a condition method.state()Prepares a where statement for the columnState.
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 columnTaskStartId.
Must be followed by a call to a condition method.Prepares a where statement for the columnTimeoutAction.
Must be followed by a call to a condition method.Prepares a where statement for the columnTimeoutTaskStartElementId.
Must be followed by a call to a condition method.Prepares a where statement for the columnTimeoutTimestamp.
Must be followed by a call to a condition method.
-
Method Details
-
not
- API:
- This public API is available in Java.
-
intermediateEventId
IntermediateEventQuery.IIntegerColumnFilterQuery intermediateEventId()Prepares a where statement for the column
IntermediateEventId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
taskStartId
IntermediateEventQuery.IIntegerColumnFilterQuery taskStartId()Prepares a where statement for the column
TaskStartId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
securitySystemId
IntermediateEventQuery.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
IntermediateEventQuery.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.
-
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.
-
eventId
Prepares a where statement for the column
EventId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
state
Prepares a where statement for the column
State.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
eventTimestamp
IntermediateEventQuery.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.
-
timeoutTimestamp
IntermediateEventQuery.IDateColumnFilterQuery timeoutTimestamp()Prepares a where statement for the column
TimeoutTimestamp.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
timeoutTaskStartElementId
IntermediateEventQuery.IStringColumnFilterQuery timeoutTaskStartElementId()Prepares a where statement for the column
TimeoutTaskStartElementId.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
timeoutAction
IntermediateEventQuery.IIntegerColumnFilterQuery timeoutAction()Prepares a where statement for the column
TimeoutAction.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
additionalInformation
IntermediateEventQuery.IStringColumnFilterQuery additionalInformation()Prepares a where statement for the column
AdditionalInformation.
Must be followed by a call to a condition method.- Returns:
- query for further composition
- API:
- This public API is available in Java.
-