|
AR System Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FieldCriteria in com.bmc.arsys.api |
|---|
| Methods in com.bmc.arsys.api with parameters of type FieldCriteria | |
|---|---|
Field |
ARServerUser.getField(String form,
int fieldId,
FieldCriteria criteria)
Retrieve and populate the form field object with the requested information from AR System server. |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int[] fieldIds,
FieldCriteria criteria)
Returns detailed information of the given attributes for a list of Field objects specified by the field ids. |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask,
long changedSince,
FieldCriteria criteria)
Returns detailed information for all (accessible) Field objects that match with the given criteria. |
|
AR System Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||