7.0 Action Request System Java API

com.remedy.arsys.api
Class ContainerMultiCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.ListCriteriaBase
      extended bycom.remedy.arsys.api.ContainerMultiCriteria
All Implemented Interfaces:
java.lang.Cloneable

public class ContainerMultiCriteria
extends com.remedy.arsys.api.ListCriteriaBase

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

ContainerMultiCriteria

public ContainerMultiCriteria()
Default constructor


ContainerMultiCriteria

public ContainerMultiCriteria(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.


setContainerKeys

public void setContainerKeys(ContainerKey[] keys)

getContainerKeys

public ContainerKey[] getContainerKeys()

setModifiedAfter

public void setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time.


getModifiedAfter

public Timestamp getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API