7.0 Action Request System Java API

com.remedy.arsys.api
Class FieldCriteria

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

public class FieldCriteria
extends CriteriaFlags

The FieldCriteria class is used to specify the list of Field information to retrieve on a findByKey or findObjects call.


Field Summary
static int CHANGE_DIARY
          Returns change diary of specified field.
static int CREATE_MODE
          Returns permission status of specified field when users submit entries.
static int DATATYPE
          Returns data type of specified field.
static int DEFAULT_VALUE
          Returns value to apply to specified field.
static int FIELD_MAP
          Returns underlying form of specified field.
static int FIELD_NAME
          Returns name of specified field to create.
static int HELP_TEXT
          Returns help text of specified field.
static int INSTANCE_LIST
          Returns display properties of specified field.
static int LAST_CHANGED
          Returns user who made last change to specified field.
static int LIMIT
          Returns value limits of specified field.
static int OPTION
          Returns whether users must enter a value into the specified field.
static int OWNER
          Returns owning user of specified field.
static int PERMISSIONS
          Returns list of groups who can access specified field.
static int TIMESTAMP
          Returns time stamps of specified field.
 
Constructor Summary
FieldCriteria()
          Constructs a new FieldCriteria object.
 
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

FIELD_NAME

public static final int FIELD_NAME
Returns name of specified field to create.


FIELD_MAP

public static final int FIELD_MAP
Returns underlying form of specified field.


DATATYPE

public static final int DATATYPE
Returns data type of specified field.


OPTION

public static final int OPTION
Returns whether users must enter a value into the specified field.


CREATE_MODE

public static final int CREATE_MODE
Returns permission status of specified field when users submit entries.


DEFAULT_VALUE

public static final int DEFAULT_VALUE
Returns value to apply to specified field.


PERMISSIONS

public static final int PERMISSIONS
Returns list of groups who can access specified field.


LIMIT

public static final int LIMIT
Returns value limits of specified field.


INSTANCE_LIST

public static final int INSTANCE_LIST
Returns display properties of specified field.


HELP_TEXT

public static final int HELP_TEXT
Returns help text of specified field.


TIMESTAMP

public static final int TIMESTAMP
Returns time stamps of specified field.


OWNER

public static final int OWNER
Returns owning user of specified field.


LAST_CHANGED

public static final int LAST_CHANGED
Returns user who made last change to specified field.


CHANGE_DIARY

public static final int CHANGE_DIARY
Returns change diary of specified field.

Constructor Detail

FieldCriteria

public FieldCriteria()
Constructs a new FieldCriteria object. By default all schema information is retrieved.


7.0 Action Request System Java API