Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.recontask.engine.ReconInfo

  • Packages that use ReconInfo 
    Package Description
    psdi.app.recontask.engine  
    psdi.app.recontask.engine.compare  
    psdi.app.recontask.engine.dataset  
    psdi.app.recontask.engine.load  
    psdi.app.recontask.engine.write  
    • Uses of ReconInfo in psdi.app.recontask.engine

      Fields in psdi.app.recontask.engine declared as ReconInfo 
      Modifier and Type Field and Description
      protected ReconInfo ReconLinkProcessor.reconInfo
      Contains reference to the recon info class.
      protected ReconInfo TaskDefinition.reconInfo 
      protected ReconInfo LinkResult.reconInfo 
      protected ReconInfo ComparisonStatementHelper.reconInfo 
      protected ReconInfo ReconCompResult.reconInfo 
      protected ReconInfo ReconOperator.reconInfo 
      protected ReconInfo SubordinateSetAttribute.reconInfo 
      protected ReconInfo ReconExpression.reconInfo 
      protected ReconInfo ReconContext.reconInfo
      Most of the services provided to the data set providers are delegated to the ReconInfo object.
      Methods in psdi.app.recontask.engine that return ReconInfo 
      Modifier and Type Method and Description
      ReconInfo ReconContext.getReconInfo()
      Expose the ReconInfo.
      Methods in psdi.app.recontask.engine with parameters of type ReconInfo 
      Modifier and Type Method and Description
      static void ReconUtil.logNotFoundError(ReconInfo reconInfo, java.lang.String message)
      Logs a not found error with the given message
      Constructors in psdi.app.recontask.engine with parameters of type ReconInfo 
      Constructor and Description
      ComparisonQueryHelper(ReconInfo reconInfo) 
      ComparisonRule(ReconInfo reconInfo, MboRemote rule)
      Constructs a comparison rule with the given comparison rule object
      ComparisonStatementHelper(ReconInfo reconInfo, java.lang.String objectName) 
      LinkResult(ReconInfo reconInfo) 
      ReconComparisonProcessor(ReconInfo reconInfo, java.util.Map[][] linkedPairs) 
      ReconCompAttributesEqualityExpression(ReconInfo reconInfo) 
      ReconCompFilterExpression(DataSet dataSet, ReconInfo reconInfo) 
      ReconCompMatchesFoundExpression(ReconInfo reconInfo) 
      ReconCompResult(ReconInfo reconInfo, java.lang.String objectName, int resultType) 
      ReconCompResult(ReconInfo reconInfo, java.lang.String dataSet1ObjectName, java.lang.String dataSet2ObjectName) 
      ReconCompResult(ReconInfo reconInfo, java.lang.String dataSet1ObjectName, java.lang.String dataSet2ObjectName, int resultType) 
      ReconContext(ReconInfo reconInfo)
      Constructor.
      ReconExpression(ReconInfo reconInfo) 
      ReconLinkExpression(ReconInfo reconInfo)
      Constructor sets the ReconInfo class into this class.
      ReconLinkProcessor(ReconInfo reconInfo) 
      ReconOperator(ReconInfo reconInfo, java.lang.String operator, int precedence, boolean isRightAssociative) 
      ReconOperatorCompCompareAttribute(ReconInfo reconInfo)
      Any comparison filter operator
      ReconOperatorCompCompareCardinality(ReconInfo reconInfo, java.lang.String operator, int precedence)
      Any comparison filter operator
      ReconOperatorCompFilter(ReconInfo reconInfo, DataSet dataSet, java.lang.String operator, int precedence)
      Any comparison filter operator
      ReconOperatorLinkCompareAttribute(ReconInfo reconInfo)
      constructs with highest possible priority
      ReconOperatorLogical(ReconInfo reconInfo, java.lang.String operator, int precedence, boolean isRightAssociative) 
      SubordinateSetAttribute(ReconInfo reconInfo) 
      TaskFilter(ReconInfo reconInfo, MboRemote reconTaskMbo)
      Constructor for creating a task filter
    • Uses of ReconInfo in psdi.app.recontask.engine.compare

      Fields in psdi.app.recontask.engine.compare declared as ReconInfo 
      Modifier and Type Field and Description
      protected ReconInfo GenericReconComparator.reconInfo 
      Constructors in psdi.app.recontask.engine.compare with parameters of type ReconInfo 
      Constructor and Description
      ComparatorContext(ReconInfo reconInfo) 
    • Uses of ReconInfo in psdi.app.recontask.engine.dataset

      Constructors in psdi.app.recontask.engine.dataset with parameters of type ReconInfo 
      Constructor and Description
      DataSetContext(ReconInfo reconInfo) 
    • Uses of ReconInfo in psdi.app.recontask.engine.load

      Fields in psdi.app.recontask.engine.load declared as ReconInfo 
      Modifier and Type Field and Description
      protected ReconInfo LinkMetaDataLoader.reconInfo 
      protected ReconInfo DataLoader.reconInfo 
      Constructors in psdi.app.recontask.engine.load with parameters of type ReconInfo 
      Constructor and Description
      ComparisonDataLoader(ReconInfo reconInfo, DataSet dataSet) 
      DataLoader(ReconInfo reconInfo, DataSet dataSet) 
      LinkDataLoader(ReconInfo reconInfo, DataSet dataSet) 
      LinkMetaDataLoader(ReconInfo reconInfo) 
    • Uses of ReconInfo in psdi.app.recontask.engine.write

      Fields in psdi.app.recontask.engine.write declared as ReconInfo 
      Modifier and Type Field and Description
      protected ReconInfo AbstractResultWriter.reconInfo 
      Methods in psdi.app.recontask.engine.write with parameters of type ReconInfo 
      Modifier and Type Method and Description
      void ResultWriter.init(ReconInfo reconInfo)
      Initialize the class.
      void AbstractResultWriter.init(ReconInfo reconInfo)
      Initializes the class.
      void AbstractResultWriter.setReconInfo(ReconInfo reconInfo) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes