Uses of Interface
com.filenet.api.core.BatchItemHandle

Packages that use BatchItemHandle
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 BatchItemHandle in com.filenet.api.core
 

Methods in com.filenet.api.core that return BatchItemHandle
 BatchItemHandle UpdatingBatch.add(IndependentlyPersistableObject object, PropertyFilter filter)
          Adds an item to the batch to be updated by this instance.
 BatchItemHandle RetrievingBatch.add(IndependentObject object, PropertyFilter filter)
          Adds an object reference to the batch to be retrieved by this instance.
 



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