7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryPointMultiListCriteria

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

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

The EntryPointMultiListCriteria class retrieves the entry points that match the specified criteria.


Field Summary
protected  ContainerKey[] m_applicationKeys
           
protected  int m_vuiType
           
 
Constructor Summary
EntryPointMultiListCriteria()
          Default constructor
EntryPointMultiListCriteria(ContainerKey[] applicationKeys, Timestamp changedSince, NameID displayTag, int vuiType, int attribute)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 ContainerKey[] getApplicationKeys()
          Gets the names of application entry points to retrieve.
 int getAttribute()
          Gets the container attributes of the entry points to retrieve.
 NameID getDisplayTag()
          Gets the VUI display tag of the entry points to retrieve.
 Timestamp getModifiedAfter()
          Returns the time stamp that limits the objects to those modified after the specified time.
 int getVUIType()
          Gets the preferred VUI type entry points to retrieve.
 void setApplicationKeys(ContainerKey[] keys)
          Sets the names of application entry points to retrieve.
 void setAttribute(int attribute)
          Sets the container attributes of the entry points to retrieve.
 void setDisplayTag(NameID displayTag)
          Sets the VUI display tag of the entry points to retrieve.
 void setModifiedAfter(Timestamp ts)
          Sets the time stamp that limits the objects to those modified after the specified time.
 void setVUIType(int vuiType)
          Sets the preferred VUI type entry points to retrieve.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_applicationKeys

protected ContainerKey[] m_applicationKeys

m_vuiType

protected int m_vuiType
Constructor Detail

EntryPointMultiListCriteria

public EntryPointMultiListCriteria()
Default constructor


EntryPointMultiListCriteria

public EntryPointMultiListCriteria(ContainerKey[] applicationKeys,
                                   Timestamp changedSince,
                                   NameID displayTag,
                                   int vuiType,
                                   int attribute)
Method Detail

setApplicationKeys

public void setApplicationKeys(ContainerKey[] keys)
Sets the names of application entry points to retrieve.


getApplicationKeys

public ContainerKey[] getApplicationKeys()
Gets the names of application entry points to retrieve.


setDisplayTag

public void setDisplayTag(NameID displayTag)
Sets the VUI display tag of the entry points to retrieve.


setAttribute

public void setAttribute(int attribute)
Sets the container attributes of the entry points to retrieve.


getDisplayTag

public NameID getDisplayTag()
Gets the VUI display tag of the entry points to retrieve.


setVUIType

public void setVUIType(int vuiType)
Sets the preferred VUI type entry points to retrieve.
  • Constants.AR_VUI_TYPE_NONE : (INT):
  • Constants.AR_VUI_TYPE_WINDOWS : (INT):
  • Constants.AR_VUI_TYPE_WEB : (INT):
  • Constants.AR_VUI_TYPE_WEB_ABS_POS : (INT):
  • Constants.AR_VUI_TYPE_WEB_AUTOGEN : (INT):
  • Constants.AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN : (INT):


  • getVUIType

    public int getVUIType()
    Gets the preferred VUI type entry points to retrieve.
  • Constants.AR_VUI_TYPE_NONE : (INT):
  • Constants.AR_VUI_TYPE_WINDOWS : (INT):
  • Constants.AR_VUI_TYPE_WEB : (INT):
  • Constants.AR_VUI_TYPE_WEB_ABS_POS : (INT):
  • Constants.AR_VUI_TYPE_WEB_AUTOGEN : (INT):
  • Constants.AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN : (INT):


  • getAttribute

    public int getAttribute()
    Gets the container attributes of the entry points to retrieve.


    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