Uses of Class
wt.index.IndexerSet

Packages that use IndexerSet
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.index  
wt.meeting Uses the MeetingService to manage Meetings of various MeetingTypes having Agendas and producing Minutes, in particular MeetingCenterMeetings with their associated MeetingCenterMeetingInfo (also see the WebexOperationHelper). 
wt.meeting.actionitem   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.projmgmt.admin   
wt.projmgmt.execution   
wt.projmgmt.resource   
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
wt.workflow.forum   
wt.workflow.notebook   
 

Uses of IndexerSet in wt.enterprise
 

Fields in wt.enterprise declared as IndexerSet
private  IndexerSet RevisionControlled.indexerSet
           
private  IndexerSet Managed.indexerSet
           
private  IndexerSet CabinetManaged.indexerSet
           
 

Methods in wt.enterprise that return IndexerSet
 IndexerSet RevisionControlled.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Managed.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet CabinetManaged.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.enterprise with parameters of type IndexerSet
 void RevisionControlled.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Managed.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void CabinetManaged.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.index
 

Fields in wt.index declared as IndexerSet
private  IndexerSet IndexPolicyRule.indexers
           
private  IndexerSet IndexPolicyList.indexers
           
 

Methods in wt.index that return IndexerSet
private static IndexerSet StandardIndexPolicyManager.constructIndexerSet(Selector selector)
          Constructs an indexer set for the given selector.
 IndexerSet IndexPolicyRule.getIndexers()
          Gets the value of the attribute: INDEXERS.
 IndexerSet IndexPolicyList.getIndexers()
          Gets the value of the attribute: INDEXERS.
 IndexerSet IndexerSet.merge(IndexerSet set)
          Performs the union of the current set of indexers with the given one.
static IndexerSet IndexerHelper.getIndexers(Indexable obj)
          Returns the IndexerSet associated with an Indexable object.
 IndexerSet Indexable.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.index with parameters of type IndexerSet
static void StandardIndexPolicyManager.removeFromIndexer(LinkedList targetCollection, IndexerSet libraries)
          Method that does an update of an objects entry in a Windchill defined collection.
 boolean RwareIndexDelegate.delete(LinkedList indexCollection, IndexerSet libraries)
          This method is used to delete an item from the index based on the items UFID key

Supported API: false
private  void RwareIndexDelegate.writeLibraries(IndexerSet list)
           
 boolean IndexServiceDelegate.delete(LinkedList indexCollection, IndexerSet libraries)
          This method is used to delete an item from the index based on the items UFID key

Supported API: false
 void IndexPolicyRule.setIndexers(IndexerSet a_Indexers)
          Sets the value of the attribute: INDEXERS.
 void IndexPolicyList.setIndexers(IndexerSet a_Indexers)
          Sets the value of the attribute: INDEXERS.
protected  boolean IndexerSet.readVersion(IndexerSet thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 IndexerSet IndexerSet.merge(IndexerSet set)
          Performs the union of the current set of indexers with the given one.
private  void IndexerSet.rebuildStateFrom(IndexerSet decoded_indexer_set)
           
static void IndexerHelper.setIndexers(Indexable obj, IndexerSet indexers)
          Associates an indexer list with an Indexable object.
static void IndexerHelper.addIndexers(Indexable obj, IndexerSet indexers)
          Adds the indexers contained in an IndexerSet object to the indexer set of an Indexable object.
 void Indexable.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.meeting
 

Fields in wt.meeting declared as IndexerSet
private  IndexerSet Minutes.indexerSet
           
private  IndexerSet Meeting.indexerSet
           
private  IndexerSet Agenda.indexerSet
           
private  IndexerSet Minutes.indexerSet
           
private  IndexerSet Meeting.indexerSet
           
private  IndexerSet Agenda.indexerSet
           
 

Methods in wt.meeting that return IndexerSet
 IndexerSet Minutes.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Meeting.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Agenda.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Minutes.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Meeting.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Agenda.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.meeting with parameters of type IndexerSet
 void Minutes.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Meeting.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Agenda.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Minutes.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Meeting.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Agenda.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.meeting.actionitem
 

Fields in wt.meeting.actionitem declared as IndexerSet
private  IndexerSet DiscreteActionItem.indexerSet
           
 

Methods in wt.meeting.actionitem that return IndexerSet
 IndexerSet DiscreteActionItem.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.meeting.actionitem with parameters of type IndexerSet
 void DiscreteActionItem.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.part
 

Fields in wt.part declared as IndexerSet
private  IndexerSet WTProductInstance2.indexerSet
           
private  IndexerSet WTProductConfiguration.indexerSet
           
 

Methods in wt.part that return IndexerSet
 IndexerSet WTProductInstance2.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet WTProductConfiguration.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.part with parameters of type IndexerSet
 void WTProductInstance2.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void WTProductConfiguration.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as IndexerSet
private  IndexerSet Project2.indexerSet
           
 

Methods in wt.projmgmt.admin that return IndexerSet
 IndexerSet Project2.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.projmgmt.admin with parameters of type IndexerSet
 void Project2.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.projmgmt.execution
 

Fields in wt.projmgmt.execution declared as IndexerSet
private  IndexerSet SummaryActivity.indexerSet
           
private  IndexerSet ProjectWorkItem.indexerSet
           
private  IndexerSet ProjectProxy.indexerSet
           
private  IndexerSet ProjectPlan.indexerSet
           
private  IndexerSet ProjectActivity.indexerSet
           
private  IndexerSet Milestone.indexerSet
           
 

Methods in wt.projmgmt.execution that return IndexerSet
 IndexerSet SummaryActivity.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet ProjectWorkItem.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet ProjectProxy.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet ProjectPlan.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet ProjectActivity.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Milestone.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.projmgmt.execution with parameters of type IndexerSet
 void SummaryActivity.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void ProjectWorkItem.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void ProjectProxy.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void ProjectPlan.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void ProjectActivity.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Milestone.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as IndexerSet
private  IndexerSet ProjectResource.indexerSet
           
private  IndexerSet Deliverable.indexerSet
           
 

Methods in wt.projmgmt.resource that return IndexerSet
 IndexerSet ProjectResource.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Deliverable.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.projmgmt.resource with parameters of type IndexerSet
 void ProjectResource.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Deliverable.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.query.template
 

Fields in wt.query.template declared as IndexerSet
private  IndexerSet ReportTemplate.indexerSet
           
private  IndexerSet ReportTemplate.indexerSet
           
 

Methods in wt.query.template that return IndexerSet
 IndexerSet ReportTemplate.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet ReportTemplate.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.query.template with parameters of type IndexerSet
 void ReportTemplate.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void ReportTemplate.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.workflow.forum
 

Fields in wt.workflow.forum declared as IndexerSet
private  IndexerSet Discussion.indexerSet
           
private  IndexerSet Discussion.indexerSet
           
 

Methods in wt.workflow.forum that return IndexerSet
 IndexerSet Discussion.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet Discussion.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.workflow.forum with parameters of type IndexerSet
 void Discussion.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void Discussion.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Uses of IndexerSet in wt.workflow.notebook
 

Fields in wt.workflow.notebook declared as IndexerSet
private  IndexerSet NotebookComponent.indexerSet
           
private  IndexerSet NotebookComponent.indexerSet
           
 

Methods in wt.workflow.notebook that return IndexerSet
 IndexerSet NotebookComponent.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 IndexerSet NotebookComponent.getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 

Methods in wt.workflow.notebook with parameters of type IndexerSet
 void NotebookComponent.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 void NotebookComponent.setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.