Uses of Interface
com.metamatrix.core.index.IEntryResult

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

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

Methods in com.metamatrix.connector.metadata.index with parameters of type IEntryResult
protected  java.util.Collection MetadataConnectorMetadata.getMetadataRecords(IEntryResult[] results, java.util.Map criteria, boolean hasCaseFunctions)
          Return the collection of MetadataRecord objects built from the specified array of IEntryResult.
 

Uses of IEntryResult in com.metamatrix.core.index
 

Methods in com.metamatrix.core.index that return IEntryResult
 IEntryResult[] IIndex.queryEntries(char[] pattern)
          Returns all entries for a given word.
 

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

Methods in com.metamatrix.metadata.runtime.impl that return IEntryResult
static IEntryResult RecordFactory.joinEntryResults(IEntryResult result, IEntryResult[] continuationResults, int blockSize)
          Append the specified IEntryResult[] to the IEntryResult to create a single result representing an index entry that was split across multiple index records.
 

Methods in com.metamatrix.metadata.runtime.impl with parameters of type IEntryResult
static java.lang.String RecordFactory.extractUUIDString(IEntryResult result)
          Extract the UUID string from the IEntryResult
static int RecordFactory.getContinuationSegmentNumber(java.lang.String objectID, IEntryResult continuationResult)
           
static MetadataRecord RecordFactory.getMetadataRecord(IEntryResult queryResult)
          Return the MetadataRecord instances for specified IEntryResult.
static java.util.Collection RecordFactory.getMetadataRecord(IEntryResult[] queryResult)
          Return a collection of MetadataRecord instances for the result obtained from executing queryEntriesMatching method on the com.metamatrix.internal.core.index.impl.Index
static java.util.Collection RecordFactory.getMetadataRecord(IEntryResult[] queryResult, EObjectFinder container)
          Return a collection of MetadataRecord instances for the result obtained from executing queryEntriesMatching method on the com.metamatrix.internal.core.index.impl.Index
static MetadataRecord RecordFactory.getMetadataRecord(IEntryResult queryResult, EObjectFinder container)
          Return the MetadataRecord instances for specified IEntryResult.
static IEntryResult RecordFactory.joinEntryResults(IEntryResult result, IEntryResult[] continuationResults, int blockSize)
          Append the specified IEntryResult[] to the IEntryResult to create a single result representing an index entry that was split across multiple index records.
static IEntryResult RecordFactory.joinEntryResults(IEntryResult result, IEntryResult[] continuationResults, int blockSize)
          Append the specified IEntryResult[] to the IEntryResult to create a single result representing an index entry that was split across multiple index records.
 

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

Methods in com.metamatrix.modeler.transformation.metadata that return IEntryResult
protected  IEntryResult[] TransformationMetadata.queryIndex(char recordType, java.lang.String entityName, boolean isPartialName)
          Return all index file records that match the specified entity name
protected  IEntryResult[] TransformationMetadata.queryIndex(com.metamatrix.internal.core.index.Index[] indexes, char[] pattern, boolean isPrefix, boolean returnFirstMatch)
          Return all index file records that match the specified record pattern.
protected  IEntryResult[] ServerRuntimeMetadata.queryIndex(com.metamatrix.internal.core.index.Index[] indexes, char[] pattern, boolean isPrefix, boolean returnFirstMatch)
           
protected  IEntryResult[] TransformationMetadata.queryIndex(com.metamatrix.internal.core.index.Index[] indexes, char[] pattern, boolean isPrefix, boolean isCaseSensitive, boolean returnFirstMatch)
          Return all index file records that match the specified record pattern.
 

Methods in com.metamatrix.modeler.transformation.metadata with parameters of type IEntryResult
protected  MetadataRecord TransformationMetadata.findMetadataRecord(IEntryResult result)
           
protected  java.util.Collection TransformationMetadata.findMetadataRecords(IEntryResult[] results)
          Return all index file records that match the specified entity name
 



Copyright © 2009. All Rights Reserved.