Package wt.fc
Class SourceLinkMapResultProcessor
java.lang.Object
wt.fc.SourceLinkMapResultProcessor
- All Implemented Interfaces:
Serializable,ResultProcessor
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
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSourceLinkMapResultProcessor(WTCollection a_source, String a_role, Class linkClass) This constructor initialized the instance. -
Method Summary
-
Constructor Details
-
SourceLinkMapResultProcessor
public SourceLinkMapResultProcessor(WTCollection a_source, String a_role, Class linkClass) throws WTException This constructor initialized the instance.
Supported API: true- Parameters:
a_source- The source of the navigate operation.a_role- The role to navigate to.linkClass- The association link class to navigate.- Throws:
WTException
-