Class SignalEventQuery.FilterQuery
- All Implemented Interfaces:
SignalEventQuery.IFilterableColumns,SignalEventQuery.IFilterLink,SignalEventQuery.IFilterQuery
- Enclosing class:
SignalEventQuery
- 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 TypeMethodDescriptionPrepares a where statement for the columnApplicationId.
Must be followed by a call to a condition method.not(SignalEventQuery otherQuery) Prepares a where statement for the columnSecuritySystemId.
Must be followed by a call to a condition method.sentById()Prepares a where statement for the columnSentById.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByProcessElementPid.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByTaskId.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByUserId.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentByUserName.
Must be followed by a call to a condition method.Prepares a where statement for the columnSentTimestamp.
Must be followed by a call to a condition method.Prepares a where statement for the columnSignalCode.
Must be followed by a call to a condition method.Prepares a where statement for the columnSignalEventId.
Must be followed by a call to a condition method.Methods inherited from class ch.ivyteam.ivy.workflow.query.SignalEventQuery.FilterLink
and, and, andOverall, andOverall, or, orMethods inherited from class ch.ivyteam.ivy.workflow.query.SignalEventQuery
aggregate, asJson, create, executor, fromJson, groupBy, orderBy, toType, whereMethods inherited from interface ch.ivyteam.ivy.workflow.query.SignalEventQuery.IFilterLink
and, and, andOverall, andOverall, or, or
-
Method Details
-
not
- Specified by:
notin interfaceSignalEventQuery.IFilterableColumns- API:
- This public API is available in Java.
-
signalEventId
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SignalEventId.
Must be followed by a call to a condition method.- Specified by:
signalEventIdin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
securitySystemId
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SecuritySystemId.
Must be followed by a call to a condition method.- Specified by:
securitySystemIdin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
applicationId
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
ApplicationId.
Must be followed by a call to a condition method.- Specified by:
applicationIdin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
signalCode
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SignalCode.
Must be followed by a call to a condition method.- Specified by:
signalCodein interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentTimestamp
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SentTimestamp.
Must be followed by a call to a condition method.- Specified by:
sentTimestampin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentById
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SentById.
Must be followed by a call to a condition method.- Specified by:
sentByIdin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByUserName
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SentByUserName.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
Nameof the referencedSecurityMember.- Specified by:
sentByUserNamein interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByUserId
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SentByUserId.
Must be followed by a call to a condition method.This is a virtual column. It contains the same value as the column
UserIdof the referencedUser.- Specified by:
sentByUserIdin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByTaskId
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SentByTaskId.
Must be followed by a call to a condition method.- Specified by:
sentByTaskIdin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
sentByProcessElementPid
Description copied from interface:SignalEventQuery.IFilterableColumnsPrepares a where statement for the column
SentByProcessElementPid.
Must be followed by a call to a condition method.- Specified by:
sentByProcessElementPidin interfaceSignalEventQuery.IFilterableColumns- Returns:
- query for further composition
- API:
- This public API is available in Java.
-