|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.structure.EPMNavigateUtility.QueryResultProcessor
Field Summary | |
private NavigateResultProcessor |
processor
|
Constructor Summary | |
protected |
EPMNavigateUtility.QueryResultProcessor(boolean onlyOtherSide)
|
Method Summary | |
void |
addElement(Object object)
Add the specified object to the result processor, and increase the size by one Supported API: false |
void |
clearPreviousResults()
Clears previous results. |
Object |
getResults()
Returns the processed results. |
void |
processResults(WTCollection fromObjects)
Post processes the results once all of the Binary links have been navigated. |
void |
selectWhatToReturn(Relationship relationship,
QuerySpec querySpec)
Specifies what objects or attributes to return when navigating a Binary link from one set of objects to another. |
int |
size()
Return the number of objects which have been added by the result processor Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private NavigateResultProcessor processor
Constructor Detail |
protected EPMNavigateUtility.QueryResultProcessor(boolean onlyOtherSide)
Method Detail |
public void selectWhatToReturn(Relationship relationship, QuerySpec querySpec) throws WTException
NavigateResultProcessor
selectWhatToReturn
in interface NavigateResultProcessor
relationship
- relationship that is being navigatedquerySpec
- query spec that describes how to perform the navigation
WTException
public Object getResults()
NavigateResultProcessor
getResults
in interface NavigateResultProcessor
public void processResults(WTCollection fromObjects) throws WTException
NavigateResultProcessor
processResults
in interface NavigateResultProcessor
fromObjects
- objects we navigated from
WTException
public void clearPreviousResults()
NavigateResultProcessor
clearPreviousResults
in interface NavigateResultProcessor
public void addElement(Object object)
ResultProcessor
addElement
in interface ResultProcessor
object
- public int size()
ResultProcessor
size
in interface ResultProcessor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |