|
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.FieldCriteria
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 |
public static final int FIELD_NAME
public static final int FIELD_MAP
public static final int DATATYPE
public static final int OPTION
public static final int CREATE_MODE
public static final int DEFAULT_VALUE
public static final int PERMISSIONS
public static final int LIMIT
public static final int INSTANCE_LIST
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
Constructor Detail |
public FieldCriteria()
FieldCriteria
object.
By default all schema information is retrieved.
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |