7.0 Action Request System Java API

com.remedy.arsys.api
Class LocalizedValueCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.CriteriaFlags
      extended bycom.remedy.arsys.api.LocalizedValueCriteria

public class LocalizedValueCriteria
extends CriteriaFlags

The LocalizedValueCriteria class defines what values you want returned for a particular message, that is, whether you want to return the message text value, the time stamp, or both.


Field Summary
static int TIMESTAMP
          Include only the time stamp of the message.
static int VALUE
          Include only the value of the message.
 
Constructor Summary
LocalizedValueCriteria()
           
 
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

VALUE

public static final int VALUE
Include only the value of the message.

See Also:
Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
Include only the time stamp of the message.

See Also:
Constant Field Values
Constructor Detail

LocalizedValueCriteria

public LocalizedValueCriteria()

7.0 Action Request System Java API