wt.fc
Class SourceLinkMapResultProcessor
java.lang.Object
wt.fc.SourceLinkMapResultProcessor
- All Implemented Interfaces:
- Serializable, ResultProcessor
public class SourceLinkMapResultProcessor
- extends Object
- implements ResultProcessor, Serializable
The ResultProcessor creates a mapping of source QueryKeys and associated
Link ObjectIdentifiers stored in a WTArrayList value. The first element
of each row is assumed to be a full Persistable BinaryLink object.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
void |
addElement(Object anObj)
This method is called by the low level persistence layer to add the
specified object to the result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addElement
public void addElement(Object anObj)
throws WTException
- This method is called by the low level persistence layer to add the
specified object to the result. The actual type of the object is
based on the type of query. It may be a Persistable or an Object[].
Supported API: true
- Specified by:
addElement in interface ResultProcessor
- Parameters:
anObj - Result object to add.
- Throws:
WTException - - if the object can't be added to the result
WTException