idl.tmt.documentsource
Interface DocumentIDMapper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MultiMapDocumentIDMap

public interface DocumentIDMapper
extends java.io.Serializable

Provides the mapping from the Document to the DocumentID Created on Mar 18, 2004

Author:
jelsas

Method Summary
 void applyFilter(TmtMatrix filterMatrix)
           
 int getDocID(java.io.File localDoc)
           
 java.io.File getLocalDoc(int docID)
           
 int resolveDocumentReference(int fromDocID, java.lang.String documentReference)
           
 

Method Detail

resolveDocumentReference

public int resolveDocumentReference(int fromDocID,
                                    java.lang.String documentReference)

getDocID

public int getDocID(java.io.File localDoc)

getLocalDoc

public java.io.File getLocalDoc(int docID)

applyFilter

public void applyFilter(TmtMatrix filterMatrix)
                 throws BadDimensionException