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.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
CachedContentOption |
StorageArea.get_AllowsContentToBeCached()
Returns the value of the AllowsContentToBeCached property.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageArea.set_AllowsContentToBeCached(CachedContentOption value)
Sets the value of the AllowsContentToBeCached property.
|
Modifier and Type | Field and Description |
---|---|
static CachedContentOption |
CachedContentOption.ALLOWED
Allows content for this storage area to be copied to a content cache.
|
static CachedContentOption |
CachedContentOption.CROSS_SITE_ONLY
Allows content for this storage area to be copied to a content cache provided that
the server and the storage area do not belong to the same site.
|
static CachedContentOption |
CachedContentOption.NOT_ALLOWED
Disallows content for this storage area to be copied to a content cache.
|
Modifier and Type | Method and Description |
---|---|
static CachedContentOption |
CachedContentOption.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.