Uses of Class
com.indexdata.torus2.model.Record

Packages that use Record
com.indexdata.torus2   
com.indexdata.torus2.model   
com.indexdata.torus2.query   
 

Uses of Record in com.indexdata.torus2
 

Methods in com.indexdata.torus2 that return Record
 Record Realm.createMasterRecord(Record master)
           
 Record Realm.createRealmRecord(Record initial)
           
 Record Realm.getMasterRecord(String id)
           
 Record Realm.getRealmRecord(String id, List<Realm.LayerType> layerNames, boolean allowTimedRefresh)
           
 Record Realm.getWorldRecord(String id, boolean allowTimedRefresh)
           
 Record Realm.updateMasterRecord(String id, Record update)
           
 Record Realm.updateRealmRecord(String id, Record update)
           
 

Methods in com.indexdata.torus2 that return types with arguments of type Record
 List<Record> Realm.listMasterRecords()
           
 

Methods in com.indexdata.torus2 with parameters of type Record
 Record Realm.createMasterRecord(Record master)
           
 Record Realm.createRealmRecord(Record initial)
           
 Record Realm.updateMasterRecord(String id, Record update)
           
 Record Realm.updateRealmRecord(String id, Record update)
           
 

Uses of Record in com.indexdata.torus2.model
 

Methods in com.indexdata.torus2.model that return Record
static Record Record.fromDOM(Element root, String type)
           
 Record Record.setLayer(Record.Layer layer)
           
 

Methods in com.indexdata.torus2.model that return types with arguments of type Record
 List<Record> ResultSet.getRecords()
           
 

Constructor parameters in com.indexdata.torus2.model with type arguments of type Record
ResultSet(List<Record> records, Facets facets, int overidden, int local, Date lastModified)
           
 

Uses of Record in com.indexdata.torus2.query
 

Methods in com.indexdata.torus2.query with parameters of type Record
 int RecordComparator.compare(Record rec1, Record rec2)
          Will compare two documents based on alphabetical comparison of the content of the specified fields using the given sort order and locale if any.
 



Copyright © 2008-2013 Index Data. All Rights Reserved.