Package wt.admin

Class Selector

java.lang.Object
wt.admin._Selector
wt.admin.Selector
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable, Evolvable

The Selector class represents the antecedents of indexing and notification policy rules. Selector objects are also used as locators of indexing and notification lists. A selector object contains information about the domain, type, state and event to which the rule or list refers. Selector objects can also be used to formulate queries for both rules and lists.

Use the newSelector static factory method(s), not the Selector constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: