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

Uses of Interface
psdi.app.recontask.engine.dataset.DataSet

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

      Fields in psdi.app.recontask.engine declared as DataSet 
      Modifier and Type Field and Description
      protected DataSet ReconCompFilterExpression.dataSet 
      Methods in psdi.app.recontask.engine that return DataSet 
      Modifier and Type Method and Description
      protected DataSet ComparisonStatementHelper.getDataSet() 
      DataSet ReconValueSet.getDataSet()
      Returns the embedded copy of the DataSet object.
      DataSet ReconInfo.getDataSet1() 
      DataSet ReconContext.getDataSet1() 
      DataSet ReconInfo.getDataSet2() 
      DataSet ReconContext.getDataSet2() 
      DataSet TaskFilter.getLeadingDataSet()
      Returns the leading data set.
      DataSet ReconInfo.getLeadingDataSet() 
      DataSet TaskFilter.getSecondaryDataSet()
      Returns the subordinate data set.
      DataSet ReconInfo.getSecondaryDataSet() 
      Methods in psdi.app.recontask.engine with parameters of type DataSet 
      Modifier and Type Method and Description
      protected java.util.Map ReconLinkProcessor.buildAttributeToIndexMap(DataSet ds, ReconValueSet dsValueSet)
      Method returns a HashMap containing linking between an attribute name and the original attribute name.
      protected ComparisonStatementHelper ComparisonQueryHelper.buildMainStatement(DataSet ds) 
      static java.lang.String ReconUtil.buildToken(MboRemote clause, DataSet dataSet, java.lang.String objectNameFld, java.lang.String attributeNameFld, java.lang.String classstructureIdFld) 
      protected void ReconOperator.fillInDataSetSpecificData(ReconCompResult ret, ReconValue reconValue, DataSet dataSet) 
      protected java.lang.String ReconLinkProcessor.getAssetidFieldName(DataSet dataset) 
      static java.lang.String ReconUtil.getMasterObjectName(DataSet ds, java.lang.String objectName)
      returns the master object name if this object is a spec, otherwise return self;
      the returned name if not qualified.
      protected java.lang.String ReconOperatorCompCompareCardinality.getRegisteredObjectName(DataSet dataSet, java.lang.String objectName)
      retrieve the object name that the ComparisonStatementHelper of objectName is registered under.
      boolean TaskFilter.isForDataSet(DataSet dataSet) 
      ComparisonStatementHelper ComparisonQueryHelper.registerAttribute(DataSet dS, java.lang.String fullyQualifiedName, java.lang.String unit, int type) 
      protected ComparisonStatementHelper ComparisonQueryHelper.registerAttribute(DataSet dS, java.lang.String objectName, java.lang.String fullyQualifiedName, java.lang.String attributeUnit, int type) 
      ComparisonStatementHelper ComparisonQueryHelper.registerObjectForCount(DataSet dS, java.lang.String fullyQualifiedName, int type) 
      Constructors in psdi.app.recontask.engine with parameters of type DataSet 
      Constructor and Description
      ReconCompFilterExpression(DataSet dataSet, ReconInfo reconInfo) 
      ReconOperatorCompFilter(ReconInfo reconInfo, DataSet dataSet, java.lang.String operator, int precedence)
      Any comparison filter operator
      ReconValueSet(boolean isDataSet1, DataSet dataSet) 
    • Uses of DataSet in psdi.app.recontask.engine.dataset

      Classes in psdi.app.recontask.engine.dataset that implement DataSet 
      Modifier and Type Class and Description
      class  ActualCIDataSet
      recon data set for Actual CI.
      class  AssetDataSet
      recon data set for Assets.
      class  CIDataSet
      recon data set for CI.
      class  CommonDataSet
      This class provides implementation of some common functions for the DataSet interface.
      class  DPADataSet
      recon data set for Deployed Assets.
      Methods in psdi.app.recontask.engine.dataset that return DataSet 
      Modifier and Type Method and Description
      static DataSet DataSetConfig.getDataSet(java.lang.String datasetName)
      Returns the DataSet class given a data set name.
      protected DataSet CommonDataSet.getTheOtherDataSet() 
    • Uses of DataSet in psdi.app.recontask.engine.load

      Fields in psdi.app.recontask.engine.load declared as DataSet 
      Modifier and Type Field and Description
      protected DataSet DataLoader.dataSet 
      Methods in psdi.app.recontask.engine.load with parameters of type DataSet 
      Modifier and Type Method and Description
      protected void LinkMetaDataLoader.addAttributesForDataSet(DataSet dataSet, java.util.List addAttributesTo) 
      protected boolean LinkMetaDataLoader.isSpec(java.lang.String fullName, java.lang.String dataSetObjectName, DataSet dataSet)
      Is an attribute a spec attribute?
      void LinkMetaDataLoader.parseAttributes(java.util.Set attributeSet, DataSet dataSet, boolean isDataSet1)
      Splits the set of data set attributes involved in the link phase into 2 sets: data set proper and data set spec.
      Constructors in psdi.app.recontask.engine.load with parameters of type DataSet 
      Constructor and Description
      ComparisonDataLoader(ReconInfo reconInfo, DataSet dataSet) 
      DataLoader(ReconInfo reconInfo, DataSet dataSet) 
      LinkDataLoader(ReconInfo reconInfo, DataSet dataSet) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes