Action Request System Java API

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.


Constructor Summary
ContainerListCriteria()
          Default constructor
ContainerListCriteria(Timestamp timestamp)
           
 
Method Summary
 boolean getAttribute()
          Specify TRUE to return both visible and hidden containers.
 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 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 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
 

Constructor Detail

ContainerListCriteria

public ContainerListCriteria()
Default constructor

ContainerListCriteria

public ContainerListCriteria(Timestamp timestamp)
Method Detail

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.

Action Request System Java API