|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.structure.EPMRecursiveResultSet
The EPMRecursiveResultSet contains the results of a recursive structure query.
It can represent
The QueryResult contains the results of the next level of query. Each
entry in the QueryResult is another EPMRecursiveResultSet containing
a child node of the EPMDocument represented by this EPMRecursiveResultSet.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private EPMDocument |
document
|
static long |
EXTERNALIZATION_VERSION_UID
|
private EPMMemberLink |
link
|
private EPMDocumentMaster |
master
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private QueryResult |
queryResult
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
EPMRecursiveResultSet()
Supported API: true |
|
EPMRecursiveResultSet(EPMDocumentMaster master)
Supported API: true |
|
EPMRecursiveResultSet(EPMDocumentMaster master,
EPMDocument document)
Supported API: true |
|
EPMRecursiveResultSet(EPMRecursiveResultSet copyFrom)
Supported API: true |
Method Summary | |
EPMDocument |
getDocument()
Gets the value of the attribute: document. |
EPMMemberLink |
getLink()
Gets the value of the attribute: link; The EPMMemberLink connecting to the EPMDocument or EMFamilyInstance represented by this EPMRecursiveResultSet. |
EPMDocumentMaster |
getMaster()
Gets the value of the attribute: master; The EPMDocuemnt Supported API: false |
QueryResult |
getQueryResult()
Gets the value of the attribute: queryResult. |
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(EPMRecursiveResultSet thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setDocument(EPMDocument a_Document)
Sets the value of the attribute: document. |
void |
setLink(EPMMemberLink a_Link)
Sets the value of the attribute: link; The EPMMemberLink connecting to the EPMDocument or EMFamilyInstance represented by this EPMRecursiveResultSet. |
void |
setMaster(EPMDocumentMaster a_Master)
Sets the value of the attribute: master; The EPMDocuemnt Supported API: false |
void |
setQueryResult(QueryResult a_QueryResult)
Sets the value of the attribute: queryResult. |
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 EPMDocumentMaster master
private EPMDocument document
private QueryResult queryResult
private EPMMemberLink link
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public EPMRecursiveResultSet(EPMDocumentMaster master)
master
- public EPMRecursiveResultSet(EPMDocumentMaster master, EPMDocument document)
master
- document
- public EPMRecursiveResultSet()
public EPMRecursiveResultSet(EPMRecursiveResultSet copyFrom)
copyFrom
- 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(EPMRecursiveResultSet 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 EPMDocumentMaster getMaster()
public void setMaster(EPMDocumentMaster a_Master) throws WTPropertyVetoException
a_Master
-
WTPropertyVetoException
public EPMDocument getDocument()
public void setDocument(EPMDocument a_Document) throws WTPropertyVetoException
a_Document
-
WTPropertyVetoException
public QueryResult getQueryResult()
public void setQueryResult(QueryResult a_QueryResult) throws WTPropertyVetoException
a_QueryResult
-
WTPropertyVetoException
public EPMMemberLink getLink()
This field is only filled in if the query was done with onlyOtherSide
== false.
Supported API: false
public void setLink(EPMMemberLink a_Link) throws WTPropertyVetoException
This field is only filled in if the query was done with onlyOtherSide
== false.
Supported API: false
a_Link
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |