Uses of Interface
ch.ivyteam.ivy.workflow.query.SignalEventQuery.IIntegerColumnFilterQuery
Packages that use SignalEventQuery.IIntegerColumnFilterQuery
-
Uses of SignalEventQuery.IIntegerColumnFilterQuery in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return SignalEventQuery.IIntegerColumnFilterQueryModifier and TypeMethodDescriptionSignalEventQuery.FilterQuery.applicationId()SignalEventQuery.IFilterableColumns.applicationId()Prepares a where statement for the columnApplicationId.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.securitySystemId()SignalEventQuery.IFilterableColumns.securitySystemId()Prepares a where statement for the columnSecuritySystemId.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.sentByTaskId()SignalEventQuery.IFilterableColumns.sentByTaskId()Prepares a where statement for the columnSentByTaskId.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.sentByUserId()SignalEventQuery.IFilterableColumns.sentByUserId()Prepares a where statement for the columnSentByUserId.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.signalEventId()SignalEventQuery.IFilterableColumns.signalEventId()Prepares a where statement for the columnSignalEventId.
Must be followed by a call to a condition method.