Uses of Interface
ch.ivyteam.ivy.workflow.query.SignalEventQuery.IStringColumnFilterQuery
Packages that use SignalEventQuery.IStringColumnFilterQuery
-
Uses of SignalEventQuery.IStringColumnFilterQuery in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return SignalEventQuery.IStringColumnFilterQueryModifier and TypeMethodDescriptionSignalEventQuery.FilterQuery.sentById()SignalEventQuery.IFilterableColumns.sentById()Prepares a where statement for the columnSentById.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.sentByProcessElementPid()SignalEventQuery.IFilterableColumns.sentByProcessElementPid()Prepares a where statement for the columnSentByProcessElementPid.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.sentByUserName()SignalEventQuery.IFilterableColumns.sentByUserName()Prepares a where statement for the columnSentByUserName.
Must be followed by a call to a condition method.SignalEventQuery.FilterQuery.signalCode()SignalEventQuery.IFilterableColumns.signalCode()Prepares a where statement for the columnSignalCode.
Must be followed by a call to a condition method.