|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.specification.AbstractSelectionSearchSpec
wt.query.specification.DefaultClassSearchSpec
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
private SearchExpression |
rootSearchExpression
|
private Vector |
searchExpressionVector
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.query.specification.AbstractSelectionSearchSpec |
|
Constructor Summary | |
DefaultClassSearchSpec()
Supported API: false |
|
DefaultClassSearchSpec(Class target_class)
Supported API: false |
|
DefaultClassSearchSpec(Class target_class,
SearchExpression an_expression)
Supported API: false |
Method Summary | |
void |
addSearchExpression(SearchExpression an_expression)
Supported API: false |
void |
addSearchExpression(SearchExpression a_parent_expression,
SearchExpression an_expression)
Supported API: false |
Enumeration |
findSearchExpression(SearchExpression a_parent_expression)
Supported API: false |
SearchExpression |
getRootSearchExpression()
Gets the value of the attribute: rootSearchExpression. |
Vector |
getSearchExpressionVector()
Gets the value of the attribute: searchExpressionVector. |
boolean |
isLeaf(SearchExpression an_expression)
Supported API: false |
boolean |
isRoot(SearchExpression an_expression)
Supported API: false |
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(DefaultClassSearchSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setRootSearchExpression(SearchExpression a_RootSearchExpression)
Sets the value of the attribute: rootSearchExpression. |
void |
setSearchExpressionVector(Vector a_SearchExpressionVector)
Sets the value of the attribute: searchExpressionVector. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.query.specification.AbstractSelectionSearchSpec |
addTargetClass, addTargetClass, getTargetClasses, isDescendant, readVersion, setDescendant |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface wt.query.specification.SelectionSearchSpec |
addTargetClass, addTargetClass, getTargetClasses, isDescendant |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Vector searchExpressionVector
private SearchExpression rootSearchExpression
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public DefaultClassSearchSpec()
public DefaultClassSearchSpec(Class target_class)
target_class
- public DefaultClassSearchSpec(Class target_class, SearchExpression an_expression)
target_class
- an_expression
- Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractSelectionSearchSpec
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractSelectionSearchSpec
input
-
IOException
ClassNotFoundException
protected boolean readVersion(DefaultClassSearchSpec 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 Vector getSearchExpressionVector()
public void setSearchExpressionVector(Vector a_SearchExpressionVector) throws WTPropertyVetoException
a_SearchExpressionVector
-
WTPropertyVetoException
public SearchExpression getRootSearchExpression()
getRootSearchExpression
in interface ClassSearchSpec
public void setRootSearchExpression(SearchExpression a_RootSearchExpression) throws WTPropertyVetoException
a_RootSearchExpression
-
WTPropertyVetoException
public void addSearchExpression(SearchExpression an_expression)
an_expression
- public void addSearchExpression(SearchExpression a_parent_expression, SearchExpression an_expression)
addSearchExpression
in interface ClassSearchSpec
a_parent_expression
- an_expression
- public Enumeration findSearchExpression(SearchExpression a_parent_expression)
findSearchExpression
in interface ClassSearchSpec
a_parent_expression
-
public boolean isRoot(SearchExpression an_expression)
isRoot
in interface ClassSearchSpec
an_expression
-
public boolean isLeaf(SearchExpression an_expression)
isLeaf
in interface ClassSearchSpec
an_expression
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |