5.1 Action Request System Java API

com.remedy.arsys.api
Class AlertMessageCriteria

java.lang.Object
  |
  +--com.remedy.arsys.api.CriteriaFlags
        |
        +--com.remedy.arsys.api.AlertMessageCriteria

public class AlertMessageCriteria
extends CriteriaFlags

The AlertMessageCriteria class defines what values you want returned for a particular message.


Field Summary
static int ALERTTEXT
          Returns value of the alertText.
static int FORMNAME
          Returns value of the formName.
static int OBJECTID
          Returns value of the objectId.
static int PRIORITY
          Returns value of the priority.
static int SERVERADDR
          Returns value of the serverAddr.
static int SERVERNAME
          Returns value of the serverName.
static int SOURCETAG
          Returns the sourceTag.
static int SOURCETYPE
          Returns value of the sourceType.
static int TIMESTAMP
          Returns value of the timestamp.
 
Constructor Summary
AlertMessageCriteria()
           
 
Methods inherited from class com.remedy.arsys.api.CriteriaFlags
getPropertiesToRetrieve, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMESTAMP

public static final int TIMESTAMP
Returns value of the timestamp.

SOURCETYPE

public static final int SOURCETYPE
Returns value of the sourceType.

PRIORITY

public static final int PRIORITY
Returns value of the priority.

ALERTTEXT

public static final int ALERTTEXT
Returns value of the alertText.

SOURCETAG

public static final int SOURCETAG
Returns the sourceTag.

SERVERNAME

public static final int SERVERNAME
Returns value of the serverName.

SERVERADDR

public static final int SERVERADDR
Returns value of the serverAddr.

FORMNAME

public static final int FORMNAME
Returns value of the formName.

OBJECTID

public static final int OBJECTID
Returns value of the objectId.
Constructor Detail

AlertMessageCriteria

public AlertMessageCriteria()

5.1 Action Request System Java API