Uses of Class
wt.index.IndexPolicyRule

Packages that use IndexPolicyRule
wt.index  
 

Uses of IndexPolicyRule in wt.index
 

Methods in wt.index that return IndexPolicyRule
 IndexPolicyRule StandardIndexPolicyManager.addIndexPolicyRule(Selector selector)
          Creates and adds a new index policy rule for the given selector.
 IndexPolicyRule StandardIndexPolicyManager.getIndexPolicyRule(Selector selector)
          Returns the index policy rule for the specified selector.
 IndexPolicyRule StandardIndexPolicyManager.removeIndexPolicyRule(Selector selector)
          Removes the index policy rule for the given selector.
protected static IndexPolicyRule IndexPolicyRule.newIndexPolicyRule(Selector sel)
          Construct an index policy rule for the given selector.
 IndexPolicyRule IndexPolicyManagerFwd.addIndexPolicyRule(Selector selector)
          Creates and adds a new index policy rule for the given selector.
 IndexPolicyRule IndexPolicyManagerFwd.getIndexPolicyRule(Selector selector)
          Returns the index policy rule for the specified selector.
 IndexPolicyRule IndexPolicyManagerFwd.removeIndexPolicyRule(Selector selector)
          Removes the index policy rule for the given selector.
 IndexPolicyRule IndexPolicyManager.addIndexPolicyRule(Selector selector)
          Creates and adds a new index policy rule for the given selector.
 IndexPolicyRule IndexPolicyManager.getIndexPolicyRule(Selector selector)
          Returns the index policy rule for the specified selector.
 IndexPolicyRule IndexPolicyManager.removeIndexPolicyRule(Selector selector)
          Removes the index policy rule for the given selector.
 

Methods in wt.index with parameters of type IndexPolicyRule
protected  boolean IndexPolicyRule.readVersion(IndexPolicyRule thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.