-
Packages that use RefreshMode Package Description 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of RefreshMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as RefreshMode Modifier and Type Field and Description static RefreshModeRefreshMode. NO_REFRESHSpecifies that upon saving or committing the object, its property cache is not refreshed with updated data from the Content Engine server.static RefreshModeRefreshMode. REFRESHSpecifies 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 Modifier and Type Method and Description static RefreshModeRefreshMode. getInstanceFromInt(int value)Gets an instance of this class using its associated integer value (the*_AS_INTfields). -
Uses of RefreshMode in com.filenet.api.core
Methods in com.filenet.api.core with parameters of type RefreshMode Modifier and Type Method and Description static UpdatingBatchUpdatingBatch. createUpdatingBatchInstance(Domain domain, RefreshMode refresh)Creates a newUpdatingBatchinstance for the specified FileNet P8 domain.voidIndependentlyPersistableObject. save(RefreshMode refreshMode)Saves changes made to this object.voidIndependentlyPersistableObject. save(RefreshMode refreshMode, PropertyFilter filter)Saves changes made to this object.
-