Package de.elo.ix.client
Class FindAlertInfo
java.lang.Object
de.elo.ix.client.FindAlertInfo
- All Implemented Interfaces:
Serializable
Find criterias for selecting alerts. RESERVED
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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 -
Method Summary
-
Field Details
-
sourceId
Find alerts created by this user, ID or name. -
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 inclAllFind all notification types. If this member is set, the other members related to notification types are ignored. -
inclAlam
protected boolean inclAlamFind alarm notifications. Ignored, ifinclAll
is true. -
inclReminder
protected boolean inclReminderFind reminder notifications. Ignored, ifinclAll
is true. -
inclInTray
protected boolean inclInTrayFind notifications related to the In Tray. Ignored, ifinclAll
is true. -
inclWorkFlow
protected boolean inclWorkFlowFind workflow notifications. Ignored, ifinclAll
is true. -
inclOthers
protected boolean inclOthersFind all other notifications that are not explicitly listed here. Ignored, ifinclAll
is true. -
inclSubs
protected boolean inclSubsFind notifications related to substitution rules. Ignored, ifinclAll
is true. -
objId
Find notifications related to this object. For valid values seecheckoutSord
.- See Also:
-
timeIso
Find notifiations with this create date or in this date range. A date range must be separated by "...".
-
-
Constructor Details
-
FindAlertInfo
public FindAlertInfo()
-