Class FindAlertInfo

java.lang.Object
de.elo.ix.client.FindAlertInfo
All Implemented Interfaces:
Serializable

public class FindAlertInfo extends Object implements Serializable
Find criterias for selecting alerts. RESERVED
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Find alerts sendet to this user, ID or name.
    protected boolean
    Find alarm notifications.
    protected boolean
    Find all notification types.
    protected boolean
    Find notifications related to the In Tray.
    protected boolean
    Find all other notifications that are not explicitly listed here.
    protected boolean
    Find reminder notifications.
    protected boolean
    Find notifications related to substitution rules.
    protected boolean
    Find workflow notifications.
    protected String
    Find notifications related to this object.
    protected String
    Find alerts created by this user, ID or name.
    protected String
    Find notifiations with this create date or in this date range.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sourceId

      protected String sourceId
      Find alerts created by this user, ID or name.
    • destId

      protected String destId
      Find alerts sendet to this user, ID or name. Only main administrators can set this value to an arbitary user ID. Other users can only set one of her or his groups or one of her or his substituted users.
    • inclAll

      protected boolean inclAll
      Find all notification types. If this member is set, the other members related to notification types are ignored.
    • inclAlam

      protected boolean inclAlam
      Find alarm notifications. Ignored, if inclAll is true.
    • inclReminder

      protected boolean inclReminder
      Find reminder notifications. Ignored, if inclAll is true.
    • inclInTray

      protected boolean inclInTray
      Find notifications related to the In Tray. Ignored, if inclAll is true.
    • inclWorkFlow

      protected boolean inclWorkFlow
      Find workflow notifications. Ignored, if inclAll is true.
    • inclOthers

      protected boolean inclOthers
      Find all other notifications that are not explicitly listed here. Ignored, if inclAll is true.
    • inclSubs

      protected boolean inclSubs
      Find notifications related to substitution rules. Ignored, if inclAll is true.
    • objId

      protected String objId
      Find notifications related to this object. For valid values see checkoutSord.
      See Also:
    • timeIso

      protected String timeIso
      Find notifiations with this create date or in this date range. A date range must be separated by "...".
  • Constructor Details

    • FindAlertInfo

      public FindAlertInfo()