Uses of Interface
com.filenet.api.collection.IndexJobItemList

Packages that use IndexJobItemList
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
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 IndexJobItemList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return IndexJobItemList
 IndexJobItemList IndexJob.get_IndexItems()
          Returns the value of the IndexItems property.
 

Methods in com.filenet.api.admin with parameters of type IndexJobItemList
 void IndexJob.set_IndexItems(IndexJobItemList value)
          Sets the value of the IndexItems property.
 

Uses of IndexJobItemList in com.filenet.api.collection
 

Subinterfaces of IndexJobItemList in com.filenet.api.collection
 interface IndexJobClassItemList
          Represents a collection of IndexJobClassItem objects.
 interface IndexJobCollectionItemList
          Represents a collection of IndexJobCollectionItem objects.
 interface IndexJobSingleItemList
          Represents a collection of IndexJobSingleItem objects.
 

Uses of IndexJobItemList in com.filenet.api.core
 

Methods in com.filenet.api.core that return IndexJobItemList
static IndexJobItemList Factory.IndexJobItem.createList()
          Creates a new instance of this collection class.
 



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