7.0 Action Request System Java API

com.remedy.arsys.api
Class AlertMessageCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.CriteriaFlags
      extended bycom.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
getParameters, getPropertiesToRetrieve, resetChangeFlags, setParameter, 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.

See Also:
Constant Field Values

SOURCETYPE

public static final int SOURCETYPE
Returns value of the sourceType.

See Also:
Constant Field Values

PRIORITY

public static final int PRIORITY
Returns value of the priority.

See Also:
Constant Field Values

ALERTTEXT

public static final int ALERTTEXT
Returns value of the alertText.

See Also:
Constant Field Values

SOURCETAG

public static final int SOURCETAG
Returns the sourceTag.

See Also:
Constant Field Values

SERVERNAME

public static final int SERVERNAME
Returns value of the serverName.

See Also:
Constant Field Values

SERVERADDR

public static final int SERVERADDR
Returns value of the serverAddr.

See Also:
Constant Field Values

FORMNAME

public static final int FORMNAME
Returns value of the formName.

See Also:
Constant Field Values

OBJECTID

public static final int OBJECTID
Returns value of the objectId.

See Also:
Constant Field Values
Constructor Detail

AlertMessageCriteria

public AlertMessageCriteria()

7.0 Action Request System Java API