|
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.MenuCriteria
The MenuCriteria
class is used to specify
the list of Menu
information to retrieve on a
findByKey
or
findObjects
call
from the AR System server.
Field Summary | |
static int |
CHANGE_DIARY
Change diary associated with the menu. |
static int |
HELP_TEXT
Help text associated with the menu. |
static int |
LAST_CHANGED
User who made the last change to the menu. |
static int |
MENU_DEFINITION
Definition of the menu. |
static int |
NAME
Returns the name of the menu. |
static int |
OWNER
Owning user for the menu. |
static int |
PROP_LIST
|
static int |
REFRESH_CODE
Value indicating when the menu is refreshed. |
static int |
TIMESTAMP
Time stamp identifying the last change to the menu. |
Constructor Summary | |
MenuCriteria()
|
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 REFRESH_CODE
public static final int MENU_DEFINITION
public static final int HELP_TEXT
public static final int TIMESTAMP
public static final int OWNER
public static final int LAST_CHANGED
public static final int CHANGE_DIARY
public static final int PROP_LIST
public static final int NAME
Constructor Detail |
public MenuCriteria()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |