Uses of Class
com.filenet.api.constants.CachedContentOption

Packages that use CachedContentOption
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
 CachedContentOption StorageArea.get_AllowsContentToBeCached()
          Returns the value of the AllowsContentToBeCached property.
 

Methods in com.filenet.api.admin with parameters of type CachedContentOption
 void StorageArea.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
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.
 

Methods in com.filenet.api.constants that return CachedContentOption
static CachedContentOption CachedContentOption.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.