|
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.ListCriteriaBase
com.remedy.arsys.api.FieldListCriteria
The FieldListCriteria
class is used to
get or set a list of fields that match specified criteria.
Constructor Summary | |
FieldListCriteria(NameID name,
FieldID[] ids)
Constructs a FieldListCriteria object to be passed as parameter to find
or findObjects call on a FieldFactory object. |
|
FieldListCriteria(NameID name,
Timestamp timestamp,
int type)
Constructs a FieldListCriteria object to be passed as parameter to find
or findObjects call on a FieldFactory object. |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
FieldID[] |
getFieldIDs()
Returns list of field IDs. |
Timestamp |
getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time. |
NameID |
getSchemaName()
Returns name of schema that contains the fields. |
void |
setFieldIDs(FieldID[] ids)
Sets list of field IDs. |
void |
setFieldTypeToRetrieve(int type)
Sets the types of fields to retrieve when calling FieldFactory.find or
FieldFactory.findObjects . |
void |
setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time. |
void |
setSchemaName(NameID name)
Sets name of schema that contains the fields. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldListCriteria(NameID name, Timestamp timestamp, int type)
FieldListCriteria
object to be passed as parameter to find
or findObjects
call on a FieldFactory
object.
name
- Name of schema to retrieve fields for.timestamp
- A time stamp that limits the fields retrieved to those modified after the specified time.
Specify a Timestamp
with value 0 if you want to retrieve fields with any modification time stamp.type
- Specifies the types of fields to retrieve.public FieldListCriteria(NameID name, FieldID[] ids)
FieldListCriteria
object to be passed as parameter to find
or findObjects
call on a FieldFactory
object.
name
- Name of schema to retrieve fields for.ids
- Array of FieldID representing the list of fields to retrieve.Method Detail |
public void setFieldTypeToRetrieve(int type)
FieldFactory.find
or
FieldFactory.findObjects
. To specify a combination of field types, use the
bitwise OR operator (|).
type
- Field type.FieldType.AR_DATA_FIELD
: Data fields
FieldType.AR_TRIM_FIELD
: Trim fields
FieldType.AR_CONTROL_FIELD
: Control fields
FieldType.AR_PAGE_FIELD
: Page fields
FieldType.AR_PAGE_HOLDER_FIELD
: Page holder fields
FieldType.AR_TABLE_FIELD
: Table fields
FieldType.AR_COLUMN_FIELD
: Column fields
FieldType.AR_ALL_FIELD
: All fields
public void setSchemaName(NameID name)
public NameID getSchemaName()
public void setFieldIDs(FieldID[] ids)
public FieldID[] getFieldIDs()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public void setModifiedAfter(Timestamp ts)
public Timestamp getModifiedAfter()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |