|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.csm.query.AbstractCSMQueryContainer
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private int |
count
|
static long |
EXTERNALIZATION_VERSION_UID
|
private IndirectQueryTargetDefaultView |
indirectResultTarget
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private Vector |
spec
|
Constructor Summary | |
AbstractCSMQueryContainer()
Supported API: false |
|
AbstractCSMQueryContainer(Vector querySpecs)
Supported API: false |
Method Summary | |
IndirectQueryTargetDefaultView |
getIndirectResultTarget()
Gets the value of the attribute: indirectResultTarget. |
void |
getQueryInformation()
|
static void |
getQueryInformation(SearchSpecification spec)
|
Vector |
getSpec()
Gets the object for the association that plays role: spec. |
String |
getTargetClassName()
|
boolean |
hasMoreElements()
Supported API: false |
Object |
nextElement()
Supported API: false |
static void |
printCriteriaSpec(DefaultCriteriaSpecification spec,
String prefix)
|
static void |
printFetchSpec(FetchSpecification spec,
String prefix)
|
static void |
printQueryAttribute(DefaultInstanceAttributeIdentifier attribute,
String prefix)
|
static void |
printQueryDependency(DependentAttrSearchExp exp,
String prefix)
|
static void |
printQueryValue(AttributeValueCriteria value,
String prefix)
|
static void |
printSearchExpression(SearchExpression exp,
String prefix)
|
static void |
printSelectionSpec(DefaultClassSearchSpec spec,
String prefix)
|
static void |
printSortSpec(SortSpecification spec,
String prefix)
|
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(AbstractCSMQueryContainer thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setIndirectResultTarget(IndirectQueryTargetDefaultView a_IndirectResultTarget)
Sets the value of the attribute: indirectResultTarget. |
void |
setSpec(Vector a_Spec)
Sets the object for the association that plays role: spec. |
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, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private IndirectQueryTargetDefaultView indirectResultTarget
private Vector spec
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private int count
Constructor Detail |
public AbstractCSMQueryContainer(Vector querySpecs)
querySpecs
- public AbstractCSMQueryContainer()
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(AbstractCSMQueryContainer 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 IndirectQueryTargetDefaultView getIndirectResultTarget()
public void setIndirectResultTarget(IndirectQueryTargetDefaultView a_IndirectResultTarget) throws WTPropertyVetoException
a_IndirectResultTarget
-
WTPropertyVetoException
public Vector getSpec()
public void setSpec(Vector a_Spec) throws WTPropertyVetoException
a_Spec
-
WTPropertyVetoException
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
public String getTargetClassName() throws CSMQueryException
CSMQueryException
public void getQueryInformation() throws CSMQueryException
CSMQueryException
public static void getQueryInformation(SearchSpecification spec)
public static void printFetchSpec(FetchSpecification spec, String prefix)
public static void printSortSpec(SortSpecification spec, String prefix)
public static void printCriteriaSpec(DefaultCriteriaSpecification spec, String prefix)
public static void printSelectionSpec(DefaultClassSearchSpec spec, String prefix)
public static void printSearchExpression(SearchExpression exp, String prefix)
public static void printQueryDependency(DependentAttrSearchExp exp, String prefix)
public static void printQueryAttribute(DefaultInstanceAttributeIdentifier attribute, String prefix)
public static void printQueryValue(AttributeValueCriteria value, String prefix)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |