|
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
The CriteriaFlags
class is used to describe the properties needed
to be retrieved for many of the server objects.
The CriteriaFlags
class is the superclass of the different
<Object>Criteria
classes. The
<Object>Criteria
sub-classes
(for example, ActiveLinkCriteria
) are
derived from the CriteriaFlags
class, and they are used for retrieving
information from their particular server object.
Constructor Summary | |
protected |
CriteriaFlags()
Constructs a new Criteria object. |
|
CriteriaFlags(int nSize)
Constructs a new Criteria object with the given properties. |
Method Summary | |
boolean[] |
getParameters()
|
int |
getPropertiesToRetrieve()
Returns an integer value that represents the bitmask of all the properties that the user has selected to retrieve. |
void |
resetChangeFlags()
|
void |
setParameter(long criterion,
boolean bValue)
|
void |
setPropertiesToRetrieve(int i)
Sets an integer value that represents the bitmask of all the properties that the user has selected to retrieve. |
void |
setRetrieveAll(boolean flag)
Sets whether all the object properties are to be retrieved or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CriteriaFlags()
Criteria
object.
public CriteriaFlags(int nSize)
Criteria
object with the given properties.
Method Detail |
public void setParameter(long criterion, boolean bValue)
public boolean[] getParameters()
public void setRetrieveAll(boolean flag)
public int getPropertiesToRetrieve()
getPropertiesToRetrieve()
method and that property.
A "true" result indicates that the property is set.
public void setPropertiesToRetrieve(int i)
public void resetChangeFlags()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |