7.0 Action Request System Java API

com.remedy.arsys.api
Class ViewCriteria

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

public class ViewCriteria
extends CriteriaFlags

The ViewCriteria class is used to specify the list of View information for any view object on the AR System server.


Field Summary
static int CHANGE_DIARY
          Change diary of specified VUI.
static int HELP_TEXT
          Help text of specified VUI.
static int LAST_CHANGED
          User who made last change to specified VUI.
static int LOCALE
          Locale of specified VUI.
static int OWNER
          Owner of specified VUI.
static int PROPERTY_LIST
          Object property tags of specified VUI.
static int TIMESTAMP
          Time stamp of specified VUI.
static int VIEW_NAME
          Name of specified VUI.
static int VUI_TYPE
          VUI-type
 
Constructor Summary
ViewCriteria()
           
 
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

VIEW_NAME

public static final int VIEW_NAME
Name of specified VUI.


PROPERTY_LIST

public static final int PROPERTY_LIST
Object property tags of specified VUI.


HELP_TEXT

public static final int HELP_TEXT
Help text of specified VUI.


TIMESTAMP

public static final int TIMESTAMP
Time stamp of specified VUI.


OWNER

public static final int OWNER
Owner of specified VUI.


LAST_CHANGED

public static final int LAST_CHANGED
User who made last change to specified VUI.


CHANGE_DIARY

public static final int CHANGE_DIARY
Change diary of specified VUI.


LOCALE

public static final int LOCALE
Locale of specified VUI.


VUI_TYPE

public static final int VUI_TYPE
VUI-type

Constructor Detail

ViewCriteria

public ViewCriteria()

7.0 Action Request System Java API