Interface SignalEventQuery.IFilterableColumns

    • Method Detail

      • signalEventId

        SignalEventQuery.IIntegerColumnFilterQuery signalEventId()

        Prepares a where statement for the column SignalEventId.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • applicationId

        SignalEventQuery.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 IvyScript and Java. It has the visibility EXPERT.
      • signalCode

        SignalEventQuery.IStringColumnFilterQuery signalCode()

        Prepares a where statement for the column SignalCode.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentTimestamp

        SignalEventQuery.IDateColumnFilterQuery sentTimestamp()

        Prepares a where statement for the column SentTimestamp.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentByUserName

        SignalEventQuery.IStringColumnFilterQuery sentByUserName()

        Prepares a where statement for the column SentByUserName.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentByUserId

        SignalEventQuery.IIntegerColumnFilterQuery sentByUserId()

        Prepares a where statement for the column SentByUserId.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentByTaskId

        SignalEventQuery.IIntegerColumnFilterQuery sentByTaskId()

        Prepares a where statement for the column SentByTaskId.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • sentByProcessElementPid

        SignalEventQuery.IStringColumnFilterQuery sentByProcessElementPid()

        Prepares a where statement for the column SentByProcessElementPid.
        Must be followed by a call to a condition method.

        Returns:
        query for further composition
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.