com.remedy.arsys.api
Class MenuCriteria
java.lang.Object
|
+--com.remedy.arsys.api.CriteriaFlags
|
+--com.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 |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MenuCriteria
public MenuCriteria()