public class Bridge extends ObjectMatcher
Matches to another object, and then uses that object to bridge to another
Author:
Owen Feehan
  • Constructor Details

    • Bridge

      public Bridge()
  • Method Details

    • findMatch

      public List<MatchedObject> findMatch(ObjectCollection sourceObjects) throws OperationFailedException
      Description copied from class: ObjectMatcher
      Finds matches for objects.
      Specified by:
      findMatch in class ObjectMatcher
      Parameters:
      sourceObjects - a collection of objects, each of whom is considered a possible match.
      Returns:
      a list of each object from sourceObjects with corresponding matches (element order remains unchanged).
      Throws:
      OperationFailedException - if find process cannot successfully complete.
    • getBridgeMatcher

      public ObjectMatcher getBridgeMatcher()
      Used to match each input-object to an intermediary-object
    • setBridgeMatcher

      public void setBridgeMatcher(ObjectMatcher bridgeMatcher)
      Used to match each input-object to an intermediary-object
    • getObjectMatcher

      public ObjectMatcher getObjectMatcher()
      Used to match each intermediary-object to a final-object
    • setObjectMatcher

      public void setObjectMatcher(ObjectMatcher objectMatcher)
      Used to match each intermediary-object to a final-object