Uses of Interface
com.filenet.api.admin.IndexArea

Packages that use IndexArea
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of IndexArea in com.filenet.api.admin
 

Subinterfaces of IndexArea in com.filenet.api.admin
 interface VerityIndexArea
          Contains information about an index area that is specific to the Verity content-based retrieval engine.
 

Methods in com.filenet.api.admin that return IndexArea
 IndexArea IndexJobCollectionItem.get_IndexArea()
          Returns the value of the IndexArea property.
 

Uses of IndexArea in com.filenet.api.core
 

Methods in com.filenet.api.core that return IndexArea
static IndexArea Factory.IndexArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the IndexArea class by the specified object ID from the specified object store.
static IndexArea Factory.IndexArea.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the IndexArea class from the specified object store.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.