Package wt.fc

Class SourceOtherSideMapResultProcessor

java.lang.Object
wt.fc.SourceOtherSideMapResultProcessor
All Implemented Interfaces:
Serializable, ResultProcessor

public class SourceOtherSideMapResultProcessor extends Object implements ResultProcessor, Serializable
The ResultProcessor creates a mapping of source QueryKeys and other-side role objects. In the target map, the keys are the source QueryKeys and the values are WTArrayLists if the other-side cardinality is modeled as greater than one. If the other-side cardinality is modeled as zero or one, then the target map values are the other-side objects (rather than a WTArrayList of the other-side objects). The first element of each row is assumed to be a full Persistable BinaryLink object.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • SourceOtherSideMapResultProcessor

      public SourceOtherSideMapResultProcessor(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