|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.IR
Interface InformationFragment

- public interface InformationFragment
InformationFragment: An interface that describes an object able to participate in a retrieval operation. Ideally, objects implementing this class will make the job of dealing with heterogeneous result items ( XML, GRS & Marc records, SUTRS, etc) eaiser.
| Method Summary | |
org.w3c.dom.Document |
getDocument()
Get DOM representation for this object... |
java.lang.String |
getDocumentSchema()
|
RecordFormatSpecification |
getFormatSpecification()
Describe the format of this fragment.. |
java.lang.Object |
getOriginalObject()
|
java.lang.String |
getOriginalObjectClassName()
|
java.lang.String |
getSourceCollectionName()
getSourceCollectionName: The ID of the collection from which the fragment came. |
java.lang.Object |
getSourceFragmentID()
|
java.lang.String |
getSourceRepositoryID()
getSourceRepositoryID : return a string that identifies the repository from which this record came. |
| Method Detail |
getOriginalObject
public java.lang.Object getOriginalObject()
getOriginalObjectClassName
public java.lang.String getOriginalObjectClassName()
getDocument
public org.w3c.dom.Document getDocument()
- Get DOM representation for this object... Should take account of schemas when translating &
use namespaces where possible (E.G. gils, meta, generic namespace in converted GRS records)
getDocumentSchema
public java.lang.String getDocumentSchema()
getFormatSpecification
public RecordFormatSpecification getFormatSpecification()
- Describe the format of this fragment..
getSourceRepositoryID
public java.lang.String getSourceRepositoryID()
- getSourceRepositoryID : return a string that identifies the repository from which this
record came. For example, "LC" might be used to identify the Library of Congress Z server.
getSourceCollectionName
public java.lang.String getSourceCollectionName()
- getSourceCollectionName: The ID of the collection from which the fragment came.
For example, z3950 database name
getSourceFragmentID
public java.lang.Object getSourceFragmentID()
|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC