| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.CriteriaFlags
com.bmc.arsys.api.ObjectBaseCriteria
com.bmc.arsys.api.FieldCriteria
public class FieldCriteria
The FieldCriteria class is used to specify the list of Field information
| Field Summary | |
|---|---|
static int | 
AUDIT_OPTION
Returns bit options of specified field regarding audit options.  | 
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_CRITERIA
The default criteria -- allows for setting all other criteria flags.  | 
static int | 
DEFAULT_VALUE
Returns value to apply to specified field.  | 
static int | 
DISPLAY_INSTANCE_LIST
Returns display properties of specified field.  | 
static int | 
FIELD_MAP
Returns underlying form of specified field.  | 
static int | 
FIELD_NAME
Deprecated. Prefer to use NAME.  | 
static int | 
INSTANCE_LIST
Deprecated. Prefer to use DISPLAY_INSTANCE_LIST.  | 
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 | 
SETFIELD_OPTION
 | 
| Fields inherited from class com.bmc.arsys.api.ObjectBaseCriteria | 
|---|
CHANGE_DIARY, HELP_TEXT, LAST_CHANGED, NAME, OWNER, PERMISSIONS, PROPERTY_LIST, TIMESTAMP | 
| Constructor Summary | |
|---|---|
FieldCriteria()
Constructs a new FieldCriteria object. | 
|
| Method Summary | 
|---|
| Methods inherited from class com.bmc.arsys.api.ObjectBaseCriteria | 
|---|
equals, hashCode, toString | 
| Methods inherited from class com.bmc.arsys.api.CriteriaFlags | 
|---|
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
@Deprecated 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 AUDIT_OPTION
public static final int DEFAULT_VALUE
public static final int LIMIT
public static final int DISPLAY_INSTANCE_LIST
@Deprecated public static final int INSTANCE_LIST
public static final int SETFIELD_OPTION
public static final int DEFAULT_CRITERIA
| Constructor Detail | 
|---|
public FieldCriteria()
FieldCriteria object. By default all form information is retrieved.
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||