Uses of Interface
wt.index.IndexAccessor

Packages that use IndexAccessor
wt.index  
 

Uses of IndexAccessor in wt.index
 

Classes in wt.index that implement IndexAccessor
(package private)  class IndexAccessorConnection.IndexAccessorInner
           
 

Fields in wt.index declared as IndexAccessor
private  IndexAccessor RwareIndexDelegate.indexAccessor
           
(package private)  IndexAccessor IndexAccessorConnection.indexAccessor
           
 

Methods in wt.index that return IndexAccessor
 IndexAccessor RwareIndexDelegate.getIndexAccessor()
          Gets the value of the attribute: indexAccessor.
protected  IndexAccessor RwareIndexDelegate.initIndexAccessor(IndexAccessorConnection iaccConn, int operation)
           
protected  IndexAccessor IndexDelegate.getIndexAccessor(IndexAccessorConnection iaccConn)
          Returns an IndexAccessor that uses the IndexAccessorConnection iaccConn.
 IndexAccessor IndexAccessorConnection.getIndexAccessor()
           
 

Methods in wt.index with parameters of type IndexAccessor
 void RwareIndexDelegate.setIndexAccessor(IndexAccessor a_IndexAccessor)
          Sets the value of the attribute: indexAccessor.
protected  void RwareIndexDelegate.sendAttributeToIndex(String indexField, String value, IndexAccessor iacc, Indexable indexable)
          This method is to be used by an implementing IndexServiceDelegate as a method to call to index metadata to the indexer.
protected  void IndexDelegate.indexPlugin(IndexAccessor iacc)
          This function is a place keeper for additional indexing capability defined by the user.
protected  void IndexDelegate.sendAttributeToIndex(String indexField, String value, IndexAccessor iacc)
          This method is used to place the string "value", in the field "indexField" in the index.
protected  void IndexDelegate.indexInstanceAttributes(Object businessObj, IndexAccessor iacc)
          Indexes attribute names and values of Instance Based Attributes.
private  void IndexDelegate.sendAttributeToIndex(Indexable obj, ClassInfo objInfo, PropertyDescriptor prop, String contentSearchField, IndexAccessor iacc)
           
private  void IndexDelegate.sendAttributeToIndex(Indexable obj, ClassInfo objInfo, String propertyName, IndexAccessor iacc)