Uses of Class
com.filenet.api.constants.RefreshMode

Packages that use RefreshMode
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
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 RefreshMode in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as RefreshMode
static RefreshMode RefreshMode.NO_REFRESH
          Specifies that upon saving or committing the object, its property cache is not refreshed with updated data from the Content Engine server.
static RefreshMode RefreshMode.REFRESH
          Specifies that upon saving or committing the object, its property cache is refreshed with updated data from the Content Engine server.
 

Methods in com.filenet.api.constants that return RefreshMode
static RefreshMode RefreshMode.getInstanceFromInt(int value)
          Gets an instance of this class using its associated integer value (the *_AS_INT fields).
 

Uses of RefreshMode in com.filenet.api.core
 

Methods in com.filenet.api.core with parameters of type RefreshMode
static UpdatingBatch UpdatingBatch.createUpdatingBatchInstance(Domain domain, RefreshMode refresh)
          Creates a new UpdatingBatch instance for the specified FileNet P8 domain.
 void IndependentlyPersistableObject.save(RefreshMode refreshMode)
          Saves changes made to this object.
 void IndependentlyPersistableObject.save(RefreshMode refreshMode, PropertyFilter filter)
          Saves changes made to this object.
 



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