|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.enterprise.search.server.SearchInfo
Supported API: false
Extendable: false
Field Summary | |
private TypeIdentifier |
attributeTypeContext
|
private static String |
CLASSNAME
|
private String |
componentId
|
private SearchCriteriaInfo |
criteriaInfo
|
static long |
EXTERNALIZATION_VERSION_UID
|
private AttributeTypeIdentifier[] |
filterAttributes
|
private boolean |
indexSearch
|
private Locale |
locale
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private SearchPagingInfo |
pagingInfo
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private SearchSortInfo |
sortInfo
|
private TypeIdentifier[] |
targetDataTypes
|
Constructor Summary | |
SearchInfo()
|
Method Summary | |
private void |
componentIdValidate(String a_ComponentId)
|
TypeIdentifier |
getAttributeTypeContext()
Gets the value of the attribute: attributeTypeContext. |
String |
getComponentId()
Gets the value of the attribute: componentId. |
SearchCriteriaInfo |
getCriteriaInfo()
Gets the object for the association that plays role: criteriaInfo. |
AttributeTypeIdentifier[] |
getFilterAttributes()
Gets the value of the attribute: filterAttributes; Specifies attributes to be returned in TypeInstances returned by a search. |
Locale |
getLocale()
Gets the value of the attribute: locale. |
SearchPagingInfo |
getPagingInfo()
Gets the object for the association that plays role: pagingInfo. |
SearchSortInfo |
getSortInfo()
Gets the object for the association that plays role: sortInfo. |
TypeIdentifier[] |
getTargetDataTypes()
Gets the value of the attribute: targetDataTypes; Specifies types to search against. |
boolean |
isIndexSearch()
Gets the value of the attribute: indexSearch; Value based on user definition of "Indexable Global Search" preference. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(SearchInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAttributeTypeContext(TypeIdentifier a_AttributeTypeContext)
Sets the value of the attribute: attributeTypeContext. |
void |
setComponentId(String a_ComponentId)
Sets the value of the attribute: componentId. |
void |
setCriteriaInfo(SearchCriteriaInfo a_CriteriaInfo)
Sets the object for the association that plays role: criteriaInfo. |
void |
setFilterAttributes(AttributeTypeIdentifier[] a_FilterAttributes)
Sets the value of the attribute: filterAttributes; Specifies attributes to be returned in TypeInstances returned by a search. |
void |
setIndexSearch(boolean a_IndexSearch)
Sets the value of the attribute: indexSearch; Value based on user definition of "Indexable Global Search" preference. |
void |
setLocale(Locale a_Locale)
Sets the value of the attribute: locale. |
void |
setPagingInfo(SearchPagingInfo a_PagingInfo)
Sets the object for the association that plays role: pagingInfo. |
void |
setSortInfo(SearchSortInfo a_SortInfo)
Sets the object for the association that plays role: sortInfo. |
void |
setTargetDataTypes(TypeIdentifier[] a_TargetDataTypes)
Sets the value of the attribute: targetDataTypes; Specifies types to search against. |
String |
toString()
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private AttributeTypeIdentifier[] filterAttributes
private TypeIdentifier[] targetDataTypes
private Locale locale
private String componentId
private boolean indexSearch
private TypeIdentifier attributeTypeContext
private SearchSortInfo sortInfo
private SearchPagingInfo pagingInfo
private SearchCriteriaInfo criteriaInfo
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public SearchInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(SearchInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public AttributeTypeIdentifier[] getFilterAttributes()
public void setFilterAttributes(AttributeTypeIdentifier[] a_FilterAttributes) throws WTPropertyVetoException
a_FilterAttributes
-
WTPropertyVetoException
public TypeIdentifier[] getTargetDataTypes()
public void setTargetDataTypes(TypeIdentifier[] a_TargetDataTypes) throws WTPropertyVetoException
a_TargetDataTypes
-
WTPropertyVetoException
public Locale getLocale()
public void setLocale(Locale a_Locale) throws WTPropertyVetoException
a_Locale
-
WTPropertyVetoException
public String getComponentId()
public void setComponentId(String a_ComponentId) throws WTPropertyVetoException
a_ComponentId
-
WTPropertyVetoException
private void componentIdValidate(String a_ComponentId) throws WTPropertyVetoException
a_ComponentId
-
WTPropertyVetoException
public boolean isIndexSearch()
public void setIndexSearch(boolean a_IndexSearch) throws WTPropertyVetoException
a_IndexSearch
-
WTPropertyVetoException
public TypeIdentifier getAttributeTypeContext()
public void setAttributeTypeContext(TypeIdentifier a_AttributeTypeContext) throws WTPropertyVetoException
a_AttributeTypeContext
-
WTPropertyVetoException
public SearchSortInfo getSortInfo()
public void setSortInfo(SearchSortInfo a_SortInfo) throws WTPropertyVetoException
a_SortInfo
-
WTPropertyVetoException
public SearchPagingInfo getPagingInfo()
public void setPagingInfo(SearchPagingInfo a_PagingInfo) throws WTPropertyVetoException
a_PagingInfo
-
WTPropertyVetoException
public SearchCriteriaInfo getCriteriaInfo()
public void setCriteriaInfo(SearchCriteriaInfo a_CriteriaInfo) throws WTPropertyVetoException
a_CriteriaInfo
-
WTPropertyVetoException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |