7.0 Action Request System Java API

com.remedy.arsys.api
Class MenuCriteria

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

public class MenuCriteria
extends CriteriaFlags

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

REFRESH_CODE

public static final int REFRESH_CODE
Value indicating when the menu is refreshed.


MENU_DEFINITION

public static final int MENU_DEFINITION
Definition of the menu.


HELP_TEXT

public static final int HELP_TEXT
Help text associated with the menu.


TIMESTAMP

public static final int TIMESTAMP
Time stamp identifying the last change to the menu.


OWNER

public static final int OWNER
Owning user for the menu.


LAST_CHANGED

public static final int LAST_CHANGED
User who made the last change to the menu.


CHANGE_DIARY

public static final int CHANGE_DIARY
Change diary associated with the menu.


PROP_LIST

public static final int PROP_LIST

NAME

public static final int NAME
Returns the name of the menu.

Constructor Detail

MenuCriteria

public MenuCriteria()

7.0 Action Request System Java API