Uses of Interface
com.metamatrix.modeler.core.metadata.runtime.MetadataRecord

Packages that use MetadataRecord
com.metamatrix.connector.metadata   
com.metamatrix.connector.metadata.index   
com.metamatrix.metadata.runtime.impl   
com.metamatrix.modeler.core.metadata.runtime   
com.metamatrix.modeler.transformation.metadata   
 

Uses of MetadataRecord in com.metamatrix.connector.metadata
 

Classes in com.metamatrix.connector.metadata that implement MetadataRecord
 class RuntimeVdbRecord
          Extends a VdbRecord object with additional runtime data.
 

Uses of MetadataRecord in com.metamatrix.connector.metadata.index
 

Methods in com.metamatrix.connector.metadata.index that return MetadataRecord
 MetadataRecord MetadataResultsPostProcessor.filterBySearchCriteria(MetadataRecord record, java.util.Map searchCriteria)
          Apply the given search criteria and filter out records, currently used to apply case sensitive matches since records matched in indexes are case insensitive matches.
 MetadataRecord MetadataResultsPostProcessor.getWarpedVdbRecord(VdbRecord record)
          Wrap the vdb recods into a RuntimeVdbRecods with real vdb information.
 

Methods in com.metamatrix.connector.metadata.index with parameters of type MetadataRecord
 MetadataRecord MetadataResultsPostProcessor.filterBySearchCriteria(MetadataRecord record, java.util.Map searchCriteria)
          Apply the given search criteria and filter out records, currently used to apply case sensitive matches since records matched in indexes are case insensitive matches.
 

Uses of MetadataRecord in com.metamatrix.metadata.runtime.impl
 

Classes in com.metamatrix.metadata.runtime.impl that implement MetadataRecord
 class AbstractMetadataRecord
          AbstractMetadataRecord
 class AnnotationRecordImpl
          AnnotationRecordImpl
 class ColumnRecordImpl
          ColumnRecordImpl
 class ColumnSetRecordImpl
          ColumnSetRecordImpl
 class DatatypeRecordImpl
          ColumnRecordImpl
 class FileRecordImpl
           
 class ForeignKeyRecordImpl
          ForeignKeyRecordImpl
 class ModelRecordImpl
          ModelRecordImpl
 class ProcedureParameterRecordImpl
          ProcedureParameterRecordImpl
 class ProcedureRecordImpl
          ProcedureRecordImpl
 class PropertyRecordImpl
          PropertyRecordImpl
 class TableRecordImpl
          TableRecordImpl
 class TransformationRecordImpl
          TransformationRecordImpl
 class UniqueKeyRecordImpl
          UniqueKeyRecordImpl
 class VdbRecordImpl
          ModelRecordImpl
 

Methods in com.metamatrix.metadata.runtime.impl that return MetadataRecord
static MetadataRecord RecordFactory.getMetadataRecord(IEntryResult queryResult)
          Return the MetadataRecord instances for specified IEntryResult.
static MetadataRecord RecordFactory.getMetadataRecord(IEntryResult queryResult, EObjectFinder container)
          Return the MetadataRecord instances for specified IEntryResult.
 

Uses of MetadataRecord in com.metamatrix.modeler.core.metadata.runtime
 

Subinterfaces of MetadataRecord in com.metamatrix.modeler.core.metadata.runtime
 interface AnnotationRecord
          ModelRecord
 interface ColumnRecord
          ColumnRecord
 interface ColumnSetRecord
          ColumnSetRecord
 interface DatatypeRecord
          ColumnRecord
 interface FileRecord
          This record represents any file in the vdb
 interface ForeignKeyRecord
          ForeignKeyRecord
 interface ModelRecord
          ModelRecord
 interface ProcedureParameterRecord
          ProcedureParameterRecord
 interface ProcedureRecord
          ProcedureRecord
 interface PropertyRecord
          PropertyRecord
 interface TableRecord
          TableRecord
 interface TransformationRecord
          TransformationRecord
 interface UniqueKeyRecord
          UniqueKeyRecord
 interface VdbRecord
          ModelRecord
 

Uses of MetadataRecord in com.metamatrix.modeler.transformation.metadata
 

Methods in com.metamatrix.modeler.transformation.metadata that return MetadataRecord
protected  MetadataRecord TransformationMetadata.findMetadataRecord(IEntryResult result)
           
protected  MetadataRecord TransformationMetadata.getRecordByType(java.lang.String entityName, char recordType)
          Get a MetadataRecord object given a entityName/UUID.
 

Methods in com.metamatrix.modeler.transformation.metadata with parameters of type MetadataRecord
protected  java.util.Collection TransformationMetadata.findChildRecords(MetadataRecord parentRecord, char childRecordType)
          Return all index file records that match the specified entity name, filtering by matching on parent uuid
protected  java.util.Collection TransformationMetadata.findChildRecordsForColumns(MetadataRecord parentRecord, char childRecordType, java.util.List uuids)
          Return all index file records that match the specified entity name, filtering by matching on the child uuids
protected  java.util.Collection TransformationMetadata.findChildRecordsWithoutFiltering(MetadataRecord parentRecord, char childRecordType)
          Return all index file records that match the specified entity name, without filtering
 



Copyright © 2009. All Rights Reserved.