Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.k_int.IR.InformationFragment

Uses of InformationFragment in com.k_int.IR
 

Methods in com.k_int.IR that return InformationFragment
 InformationFragment[] InformationFragmentSource.getFragment(int starting_fragment, int count, RecordFormatSpecification spec)
          Position based range access to the result set.
static InformationFragment FragmentConverter.convert(InformationFragment source_fragment, java.lang.Class required_fragment_subclass, java.lang.String required_schema)
           
 InformationFragment DefaultSearchResult.getFragment(java.lang.Object fragmentId)
           
 

Methods in com.k_int.IR with parameters of type InformationFragment
 void IFSNotificationTarget.notifyRecords(InformationFragment[] records)
           
 void InformationFragmentStore.addInformationFragment(InformationFragmentSource source, InformationFragment fragment)
           
static InformationFragment FragmentConverter.convert(InformationFragment source_fragment, java.lang.Class required_fragment_subclass, java.lang.String required_schema)
           
 void DefaultSearchResult.addInformationFragment(InformationFragmentSource source, InformationFragment fragment)