|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.enterprise.search.server.SearchCriteriaInfo
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private WTContainerRef[] |
containerRefs
|
private String |
containerType
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
iteration
|
private String |
keyword
|
private boolean |
memberOf
|
private String[] |
objectRefs
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private String |
referenceDelimiter
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private String |
version
|
private String |
whereClause
|
Constructor Summary | |
SearchCriteriaInfo()
|
Method Summary | |
private void |
containerRefsValidate(WTContainerRef[] a_ContainerRefs)
|
private void |
containerTypeValidate(String a_ContainerType)
|
WTContainerRef[] |
getContainerRefs()
Gets the value of the attribute: containerRefs. |
String |
getContainerType()
Gets the value of the attribute: containerType. |
String |
getIteration()
Gets the value of the attribute: iteration. |
String |
getKeyword()
Gets the value of the attribute: keyword. |
String[] |
getObjectRefs()
Gets the value of the attribute: objectRefs. |
String |
getReferenceDelimiter()
Gets the value of the attribute: referenceDelimiter. |
String |
getVersion()
Gets the value of the attribute: version. |
String |
getWhereClause()
Gets the value of the attribute: whereClause. |
boolean |
isMemberOf()
Gets the value of the attribute: memberOf. |
private void |
iterationValidate(String a_Iteration)
|
private void |
keywordValidate(String a_Keyword)
|
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(SearchCriteriaInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private void |
referenceDelimiterValidate(String a_ReferenceDelimiter)
|
void |
setContainerRefs(WTContainerRef[] a_ContainerRefs)
Sets the value of the attribute: containerRefs. |
void |
setContainerType(String a_ContainerType)
Sets the value of the attribute: containerType. |
void |
setIteration(String a_Iteration)
Sets the value of the attribute: iteration. |
void |
setKeyword(String a_Keyword)
Sets the value of the attribute: keyword. |
void |
setMemberOf(boolean a_MemberOf)
Sets the value of the attribute: memberOf. |
void |
setObjectRefs(String[] a_ObjectRefs)
Sets the value of the attribute: objectRefs. |
void |
setReferenceDelimiter(String a_ReferenceDelimiter)
Sets the value of the attribute: referenceDelimiter. |
void |
setVersion(String a_Version)
Sets the value of the attribute: version. |
void |
setWhereClause(String a_WhereClause)
Sets the value of the attribute: whereClause. |
String |
toString()
|
private void |
versionValidate(String a_Version)
|
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 String whereClause
private String[] objectRefs
private WTContainerRef[] containerRefs
private boolean memberOf
private String containerType
private String referenceDelimiter
private String keyword
private String iteration
private String version
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public SearchCriteriaInfo()
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(SearchCriteriaInfo 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 String getWhereClause()
public void setWhereClause(String a_WhereClause) throws WTPropertyVetoException
a_WhereClause
-
WTPropertyVetoException
public String[] getObjectRefs()
public void setObjectRefs(String[] a_ObjectRefs) throws WTPropertyVetoException
a_ObjectRefs
-
WTPropertyVetoException
public WTContainerRef[] getContainerRefs()
public void setContainerRefs(WTContainerRef[] a_ContainerRefs) throws WTPropertyVetoException
a_ContainerRefs
-
WTPropertyVetoException
private void containerRefsValidate(WTContainerRef[] a_ContainerRefs) throws WTPropertyVetoException
a_ContainerRefs
-
WTPropertyVetoException
public boolean isMemberOf()
public void setMemberOf(boolean a_MemberOf) throws WTPropertyVetoException
a_MemberOf
-
WTPropertyVetoException
public String getContainerType()
public void setContainerType(String a_ContainerType) throws WTPropertyVetoException
a_ContainerType
-
WTPropertyVetoException
private void containerTypeValidate(String a_ContainerType) throws WTPropertyVetoException
a_ContainerType
-
WTPropertyVetoException
public String getReferenceDelimiter()
public void setReferenceDelimiter(String a_ReferenceDelimiter) throws WTPropertyVetoException
a_ReferenceDelimiter
-
WTPropertyVetoException
private void referenceDelimiterValidate(String a_ReferenceDelimiter) throws WTPropertyVetoException
a_ReferenceDelimiter
-
WTPropertyVetoException
public String getKeyword()
public void setKeyword(String a_Keyword) throws WTPropertyVetoException
a_Keyword
-
WTPropertyVetoException
private void keywordValidate(String a_Keyword) throws WTPropertyVetoException
a_Keyword
-
WTPropertyVetoException
public String getIteration()
public void setIteration(String a_Iteration) throws WTPropertyVetoException
a_Iteration
-
WTPropertyVetoException
private void iterationValidate(String a_Iteration) throws WTPropertyVetoException
a_Iteration
-
WTPropertyVetoException
public String getVersion()
public void setVersion(String a_Version) throws WTPropertyVetoException
a_Version
-
WTPropertyVetoException
private void versionValidate(String a_Version) throws WTPropertyVetoException
a_Version
-
WTPropertyVetoException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |