|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FieldType
public final class FieldType
The FieldType
class returns a list of fields for a particular form on the specified server. You can
retrieve all fields or limit the list to fields of a particular type or fields modified after a specified time.
Field Summary | |
---|---|
static int |
AR_ALL_FIELD
Returns all data fields. |
static int |
AR_ATTACH_FIELD
Returns attachment fields. |
static int |
AR_ATTACH_POOL_FIELD
Returns attachment pools fields. |
static int |
AR_COLUMN_FIELD
Returns column fields. |
static int |
AR_CONTROL_FIELD
Returns control fields. |
static int |
AR_DATA_FIELD
Returns data fields. |
static int |
AR_PAGE_FIELD
Returns page fields. |
static int |
AR_PAGE_HOLDER_FIELD
Returns page fields. |
static int |
AR_TABLE_FIELD
Returns table fields. |
static int |
AR_TRIM_FIELD
Returns trim fields. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AR_DATA_FIELD
public static final int AR_TRIM_FIELD
public static final int AR_CONTROL_FIELD
public static final int AR_PAGE_FIELD
public static final int AR_PAGE_HOLDER_FIELD
public static final int AR_TABLE_FIELD
public static final int AR_COLUMN_FIELD
public static final int AR_ATTACH_FIELD
public static final int AR_ATTACH_POOL_FIELD
public static final int AR_ALL_FIELD
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |