com.remedy.arsys.api
Class ContainerListCriteria
java.lang.Object
|
+--com.remedy.arsys.api.ListCriteriaBase
|
+--com.remedy.arsys.api.ContainerListCriteria
- public class ContainerListCriteria
- extends com.remedy.arsys.api.ListCriteriaBase
The ContainerListCriteria class lets you get or set
a list of containers that match specified criteria.
| Methods inherited from class com.remedy.arsys.api.ListCriteriaBase |
clone,
getModifiedAfter,
setModifiedAfter |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ContainerListCriteria
public ContainerListCriteria()
- Default constructor
ContainerListCriteria
public ContainerListCriteria(Timestamp timestamp)
setTypes
public void setTypes(ContainerType[] types)
- A list of values indicating the container types to set.
getTypes
public ContainerType[] getTypes()
- A list of values indicating the container types to return.
setOwner
public void setOwner(ContainerOwner[] owner)
- Sets form that owns the container.
getOwner
public ContainerOwner[] getOwner()
- Returns form that owns the container.
setAttribute
public void setAttribute(boolean b)
- Specify TRUE to set both visible and
hidden containers.
Specify FALSE for this parameter to set only visible
containers.
getAttribute
public boolean getAttribute()
- Specify TRUE to return both visible and
hidden containers.
Specify FALSE for this parameter to return only visible
containers.