|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Indexable | The Indexable interface marks the classes whose objects can be indexed. |
IndexAccessor | This is the interface that writes out a text stream to a indexed search collection. An IndexAccessor is created by the following code IndexAccessor iacc = null; IndexAccessorConnection iaccConn = null; iaccConn = IndexAccessorConnectionFactory.createAccessor( getIndex( ) ); iaccConn.openConnection(); iacc = iaccConn.getIndexAccessor(); Do not instantiate this class directly Supported API: true Extendable: false |
IndexManager | Supported API: false Extendable: false |
IndexPolicyManager | The IndexPolicyManager presents an interface accessible also in the client to the functions provided in the server by the StandardIndexPolicyManager. |
IndexServiceDelegate | Supported API: true Extendable: false |
Class Summary | |
BulkIndexHelper | This is a helper class for running the BulkIndexTool. |
BulkIndexListEntry | This class represents a row of a table that will contain a snapshot of all the Indexable objects in a Windchill database. |
BulkIndexTool | |
Index | This class defines an index as it is seen in the wt.properties file. |
IndexAccessorConnection | This class is the abstraction layer for our various connection schemes between the method server's Indexer and the index/search engine. |
IndexAccessorConnectionFactory | This class is a factory whose sole purpose is to return the proper IndexAccessorConnection class. |
IndexAccessorHttpConnection | Index Accessor to access an index using the HTTPClient library. |
IndexConstants | This class is a helper class that contains a number of contants used by indexing to produce
outputs, take action and contains most of the static information for a windchill server
Supported API: false Extendable: false |
IndexDelegate | This is the class that extracts textual information out of Business Objects and write it to the indexed search collection. |
IndexerHelper | The IndexerHelper class provides a means to manipulate the set of indexers contained in a Indexable object. |
IndexerSet | IndexerSet is a comma separated list that holds the names of indexers. |
IndexListCache | This class implements cache service to store index lists. |
IndexManagerFwd | Supported API: false Extendable: false |
IndexPolicy | Deprecated. |
IndexPolicyHelper | Helper class that provides convient access to the Index Policy Manager functionality through its manager member. |
IndexPolicyList | The IndexPolicyList contains all indexers that apply to a specific indexable object type for a specific event in a given state. |
IndexPolicyManagerFwd | The IndexPolicyManager presents an interface accessible also in the client to the functions provided in the server by the StandardIndexPolicyManager. |
IndexPolicyRule | IndexPolicyRule objects indicate what indexers are applicable when an event happens to an object. |
IndexServiceDelegateFactory | Supported API: false Extendable: false |
LoadIndex | |
LoadIndexRule | |
LoadIndexSvr | |
RemoteAccess | Supported API: false Extendable: false |
RwareIndexDelegate | This is the class that extracts textual information from Windchill business objects and sends it off to be indexed into a RetrievalWare library. |
StandardIndexManager |
Use the newStandardIndexManager static factory method(s),
not the StandardIndexManager constructor, to construct instances
of this class. |
StandardIndexPolicyManager | Interface containing methods for the mainpulation of index policy rules and lists, as well as event dispatching. |
TempFile |
Exception Summary | |
IndexingException | Exception thrown when something goes wrong with the insertion or removal of an object to/from a collection. |
IndexPolicyException | Exception thrown when something goes wrong with the rule/list manipulation or index policy execution. |
For information about:
wt.admin
wt.vc.wip
wt.fc
wt.folder
wt.content
wt.lifecycle
wt.vc.sessioniteration
wt.vc
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |