|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.CriteriaFlags
com.remedy.arsys.api.LocalizedValueCriteria
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 |
public static final int VALUE
public static final int TIMESTAMP
Constructor Detail |
public LocalizedValueCriteria()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |