-
Packages that use CachedContentOption 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. -
-
Uses of CachedContentOption in com.filenet.api.admin
Methods in com.filenet.api.admin that return CachedContentOption Modifier and Type Method and Description CachedContentOptionStorageArea. get_AllowsContentToBeCached()Returns the value of the AllowsContentToBeCached property.Methods in com.filenet.api.admin with parameters of type CachedContentOption Modifier and Type Method and Description voidStorageArea. set_AllowsContentToBeCached(CachedContentOption value)Sets the value of the AllowsContentToBeCached property. -
Uses of CachedContentOption in com.filenet.api.constants
Fields in com.filenet.api.constants declared as CachedContentOption Modifier and Type Field and Description static CachedContentOptionCachedContentOption. ALLOWEDAllows content for this storage area to be copied to a content cache.static CachedContentOptionCachedContentOption. CROSS_SITE_ONLYAllows 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 CachedContentOptionCachedContentOption. NOT_ALLOWEDDisallows content for this storage area to be copied to a content cache.Methods in com.filenet.api.constants that return CachedContentOption Modifier and Type Method and Description static CachedContentOptionCachedContentOption. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-