Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
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 | Method and Description |
---|---|
ContentCacheArea |
ContentCacheConfiguration.get_ContentCacheArea()
Returns the value of the ContentCacheArea property.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentCacheConfiguration.set_ContentCacheArea(ContentCacheArea value)
Sets the value of the ContentCacheArea property.
|
Modifier and Type | Method and Description |
---|---|
static ContentCacheArea |
Factory.ContentCacheArea.createInstance(Domain domain,
Id id)
Creates a new instance of the
ContentCacheArea class based on the specified parameters. |
static ContentCacheArea |
Factory.ContentCacheArea.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ContentCacheArea class
by the specified domain and ID. |
static ContentCacheArea |
Factory.ContentCacheArea.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves a
ContentCache object based on the specified domain and ID. |
static ContentCacheArea |
Factory.ContentCacheArea.getInstance(Domain domain,
Id id)
Constructs an instance of the
ContentCacheArea class by the specified domain and ID. |
static ContentCacheArea |
Factory.ContentCacheArea.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
ContentCacheArea class by the specified domain and ID. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.