Uses of Class
wt.admin.Selector

Packages that use Selector
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.clients.filevault   
wt.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

wt.fv.master   
wt.index  
wt.notify
Provides classes to represent, manage, and execute notification definitions. 
 

Uses of Selector in wt.admin
 

Methods in wt.admin that return Selector
static Selector Selector.newSelector()
          No argument constructor.
static Selector Selector.newSelector(ObjectReference domain_ref)
          Constructor that takes a domain reference argument.
static Selector Selector.newSelector(Selector selector)
          Copy constructor.
static Selector Selector.newSelector()
          No argument constructor.
static Selector Selector.newSelector(ObjectReference domain_ref)
          Constructor that takes a domain reference argument.
static Selector Selector.newSelector(Selector selector)
          Copy constructor.
 

Methods in wt.admin with parameters of type Selector
protected  boolean Selector.readVersion(Selector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static Selector Selector.newSelector(Selector selector)
          Copy constructor.
protected  void Selector.initialize(Selector selector)
          Supports initialization, following construction of an instance.
 boolean Selector.isMoreGeneral(Selector sel)
          Returns whether a selector is "more general" than another.
protected  boolean Selector.readVersion(Selector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static Selector Selector.newSelector(Selector selector)
          Copy constructor.
protected  void Selector.initialize(Selector selector)
          Supports initialization, following construction of an instance.
 boolean Selector.isMoreGeneral(Selector sel)
          Returns whether a selector is "more general" than another.
 

Uses of Selector in wt.clients.filevault
 

Fields in wt.clients.filevault declared as Selector
private  Selector fv.SelectorInfo._sel
           
 

Methods in wt.clients.filevault that return Selector
 Selector fv.SelectorInfo.getSelector()
           
 

Methods in wt.clients.filevault with parameters of type Selector
 void fv.SelectorInfo.setSelector(Selector sel)
           
 

Uses of Selector in wt.fv
 

Fields in wt.fv declared as Selector
private  Selector FvPolicyRule.selector
           
private  Selector FvPolicyItem.selector
           
 

Methods in wt.fv that return Selector
private  Selector[] StandardFvService.getSelectors(Selector sel)
          Get all selectors belonged to the same administrative domain as "sel".
 Selector FvPolicyRule.getSelector()
          Gets the object for the association that plays role: SELECTOR.
 Selector FvPolicyItem.getSelector()
          Gets the object for the association that plays role: SELECTOR.
 

Methods in wt.fv with parameters of type Selector
protected  void StandardFvService.updatePolicyItems(Selector sel)
          Updates the item for the given selector and all items whose selector is more specific than the given one.
 FvPolicyRule StandardFvService.getPolicyRule(Selector sel)
          Returns a policy rule for a given selector.
 FvPolicyItem StandardFvService.getPolicyItem(Selector sel)
          

Supported API: false
private  Selector[] StandardFvService.getSelectors(Selector sel)
          Get all selectors belonged to the same administrative domain as "sel".
private  FvVault StandardFvService.getVaultFromDB(Selector sel, Selector[] selectors)
          Find a file vault policy rule whose selector is in the set of "selectors" and is most closely related to "sel".
 Enumeration FvSurrogate.doGetVaultingPolicyRules(Selector sel, String refVaultClassName)
           
 QueryResult FvSurrogate.doGetVaultingPolicyItems(Selector sel, String refVaultClassName)
           
 FvPolicyRule FvServiceFwd.getPolicyRule(Selector sel)
          Returns a policy rule for a given selector.
 FvPolicyItem FvServiceFwd.getPolicyItem(Selector sel)
          

Supported API: false
 FvPolicyRule FvService.getPolicyRule(Selector sel)
          Returns a policy rule for a given selector.
 FvPolicyItem FvService.getPolicyItem(Selector sel)
          

Supported API: false
 FvPolicyItem FvPolicyRuleHelper.getPolicyItem(Selector sel, Site site, String vaultClassName)
           
 void FvPolicyRule.setSelector(Selector a_Selector)
          Sets the object for the association that plays role: SELECTOR.
 void FvPolicyItem.setSelector(Selector a_Selector)
          Sets the object for the association that plays role: SELECTOR.
private  void FvPolicyItem.selectorValidate(Selector a_Selector)
           
 

Uses of Selector in wt.fv.master
 

Methods in wt.fv.master with parameters of type Selector
 Enumeration StandardMasterService.getRemotePolicyRules(Selector sel)
          Returns a policy rule for a given selector.
 FvPolicyItem[] StandardMasterService.getRemotePolicyItems(Selector sel)
          

Supported API: false
 Enumeration MasterServiceFwd.getRemotePolicyRules(Selector sel)
          Returns a policy rule for a given selector.
 FvPolicyItem[] MasterServiceFwd.getRemotePolicyItems(Selector sel)
          

Supported API: false
 Enumeration MasterService.getRemotePolicyRules(Selector sel)
          Returns a policy rule for a given selector.
 FvPolicyItem[] MasterService.getRemotePolicyItems(Selector sel)
          

Supported API: false
 

Uses of Selector in wt.index
 

Fields in wt.index declared as Selector
private  Selector IndexPolicyRule.selector
           
private  Selector IndexPolicyList.selector
           
 

Methods in wt.index that return Selector
private  Selector StandardIndexPolicyManager.getRuleSelector(AdminDomainRef domain_ref, String type_id, String state_key)
          Gets an indexing rule selector for the specified domain, type, and state.
private  Selector StandardIndexPolicyManager.getSelector(long domainRef, String type)
           
 Selector IndexPolicyRule.getSelector()
          Gets the object for the association that plays role: SELECTOR.
 Selector IndexPolicyList.getSelector()
          Gets the object for the association that plays role: SELECTOR.
 

Methods in wt.index with parameters of type Selector
 void StandardIndexPolicyManager.updateIndexPolicyLists(Selector selector)
          Updates the policy list for the given selector and all lists whose selector is more specific than the given one.
 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.
 IndexPolicyList StandardIndexPolicyManager.getIndexPolicyList(Selector selector)
          

Supported API: false
private static IndexerSet StandardIndexPolicyManager.constructIndexerSet(Selector selector)
          Constructs an indexer set for the given selector.
private static IndexPolicyList StandardIndexPolicyManager.createIndexPolicyList(Selector selector)
          Creates index policy list for the given selector.
static IndexPolicyList StandardIndexPolicyManager.getIndexPolicyListStatic(Selector selector)
           
protected  void IndexPolicyRule.setSelector(Selector a_Selector)
          Sets the object for the association that plays role: SELECTOR.
private  void IndexPolicyRule.selectorValidate(Selector a_Selector)
           
protected static IndexPolicyRule IndexPolicyRule.newIndexPolicyRule(Selector sel)
          Construct an index policy rule for the given selector.
protected  void IndexPolicyRule.initialize(Selector sel)
          Supports initialization, following construction of an instance.
 void IndexPolicyManagerFwd.updateIndexPolicyLists(Selector selector)
          Updates the policy list for the given selector and all lists whose selector is more specific than the given one.
 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.
 IndexPolicyList IndexPolicyManagerFwd.getIndexPolicyList(Selector selector)
          

Supported API: false
 void IndexPolicyManager.updateIndexPolicyLists(Selector selector)
          Updates the policy list for the given selector and all lists whose selector is more specific than the given one.
 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.
 IndexPolicyList IndexPolicyManager.getIndexPolicyList(Selector selector)
          

Supported API: false
 void IndexPolicyList.setSelector(Selector a_Selector)
          Sets the object for the association that plays role: SELECTOR.
private  void IndexPolicyList.selectorValidate(Selector a_Selector)
           
protected static IndexPolicyList IndexPolicyList.newIndexPolicyList(Selector sel)
          Constructs a list for the given selector.
protected  void IndexPolicyList.initialize(Selector sel)
          Supports initialization, following construction of an instance.
 

Uses of Selector in wt.notify
 

Subclasses of Selector in wt.notify
 class AttributeValueSelector
          AttributeValueSelector adds to Selector the ability to specify attribute names and their values to select an object.
 

Methods in wt.notify that return Selector
 Selector AttributeValueSelector.copy()
          Returns a copy of the selector.
 

Methods in wt.notify with parameters of type Selector
 NotificationList StandardNotificationManager.getNotificationList(Selector selector)
          Returns the notification list for a given selector.
 void StandardNotificationManager.updateNotificationLists(Selector selector)
          Deprecated.  
 NotificationRule StandardNotificationManager.addNotificationRule(Selector selector, NotificationSet set)
          Deprecated.  
 NotificationRule StandardNotificationManager.getNotificationRule(Selector selector)
          Returns notification rule given the selector.
private  void StandardNotificationManager.constructRuleSet(NotificationList list, Selector selector)
          Constructs a rule set for the given list and selector.
private  NotificationList StandardNotificationManager.createNotificationList(Selector selector)
          Creates notification policy list for the given selector.
protected static NotificationRule NotificationRule.newNotificationRule(Selector sel)
          Constructs rule given a selector.
protected  void NotificationRule.initialize(Selector sel)
          Supports initialization, following construction of an instance.
 NotificationList NotificationManagerFwd.getNotificationList(Selector selector)
          Returns the notification list for a given selector.
 void NotificationManagerFwd.updateNotificationLists(Selector selector)
          Deprecated.  
 NotificationRule NotificationManagerFwd.addNotificationRule(Selector selector, NotificationSet set)
          Deprecated.  
 NotificationRule NotificationManagerFwd.getNotificationRule(Selector selector)
          Returns notification rule given the selector.
 NotificationList NotificationManager.getNotificationList(Selector selector)
          Returns the notification list for a given selector.
 void NotificationManager.updateNotificationLists(Selector selector)
          Deprecated.  
 NotificationRule NotificationManager.addNotificationRule(Selector selector, NotificationSet set)
          Deprecated.  
 NotificationRule NotificationManager.getNotificationRule(Selector selector)
          Returns notification rule given the selector.
protected static NotificationList NotificationList.newNotificationList(Selector sel)
          Constructs a list for a given selector.
protected  void NotificationList.initialize(Selector sel)
          Supports initialization, following construction of an instance.
static AttributeValueSelector AttributeValueSelector.newAttributeValueSelector(Selector sel)
          Copy constructor.
protected  void AttributeValueSelector.initialize(Selector sel)
          Supports initialization, following construction of an instance.
 boolean AttributeValueSelector.isMoreGeneral(Selector sel)
           
 

Constructors in wt.notify with parameters of type Selector
NotificationListCacheKey(Selector selector)