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 as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static RefreshMode |
RefreshMode.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
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, 2015. All rights reserved.