|
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.ContainerMultiCriteria
The ContainerMultiCriteria
class lets you get or set
a list of containers that match specified criteria.
Constructor Summary | |
ContainerMultiCriteria()
Default constructor |
|
ContainerMultiCriteria(Timestamp timestamp)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
getAttribute()
Specify TRUE to return both visible and hidden containers. |
ContainerKey[] |
getContainerKeys()
|
Timestamp |
getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time. |
ContainerOwner[] |
getOwner()
Returns form that owns the container. |
ContainerType[] |
getTypes()
A list of values indicating the container types to return. |
void |
setAttribute(boolean b)
Specify TRUE to set both visible and hidden containers. |
void |
setContainerKeys(ContainerKey[] keys)
|
void |
setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time. |
void |
setOwner(ContainerOwner[] owner)
Sets form that owns the container. |
void |
setTypes(ContainerType[] types)
A list of values indicating the container types to set. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContainerMultiCriteria()
public ContainerMultiCriteria(Timestamp timestamp)
Method Detail |
public void setTypes(ContainerType[] types)
public ContainerType[] getTypes()
public void setOwner(ContainerOwner[] owner)
public ContainerOwner[] getOwner()
public void setAttribute(boolean b)
public boolean getAttribute()
public void setContainerKeys(ContainerKey[] keys)
public ContainerKey[] getContainerKeys()
public void setModifiedAfter(Timestamp ts)
public Timestamp getModifiedAfter()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |