|
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.EntryPointMultiListCriteria
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 |
protected ContainerKey[] m_applicationKeys
protected int m_vuiType
Constructor Detail |
public EntryPointMultiListCriteria()
public EntryPointMultiListCriteria(ContainerKey[] applicationKeys, Timestamp changedSince, NameID displayTag, int vuiType, int attribute)
Method Detail |
public void setApplicationKeys(ContainerKey[] keys)
public ContainerKey[] getApplicationKeys()
public void setDisplayTag(NameID displayTag)
public void setAttribute(int attribute)
public NameID getDisplayTag()
public void setVUIType(int vuiType)
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):
public int getVUIType()
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):
public int getAttribute()
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 |