Interface SignalEventQuery.IFilterableColumns

All Known Subinterfaces:
SignalEventQuery.IFilterQuery
All Known Implementing Classes:
SignalEventQuery.FilterQuery
Enclosing class:
SignalEventQuery

public static interface SignalEventQuery.IFilterableColumns
API:
This is a public API.
  • Method Details

    • not

      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • 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.
    • 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 IvyScript and Java. It has the visibility EXPERT.
    • 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

      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

      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.
    • sentById

      Prepares a where statement for the column SentById.
      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

      Prepares 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 Name of the referenced SecurityMember.


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

      Prepares 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 UserId of the referenced User.


      Returns:
      query for further composition
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • 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

      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.