-
Packages that use ContentCacheArea 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of ContentCacheArea in com.filenet.api.admin
Methods in com.filenet.api.admin that return ContentCacheArea Modifier and Type Method and Description ContentCacheAreaContentCacheConfiguration. get_ContentCacheArea()Returns the value of the ContentCacheArea property.Methods in com.filenet.api.admin with parameters of type ContentCacheArea Modifier and Type Method and Description voidContentCacheConfiguration. set_ContentCacheArea(ContentCacheArea value)Sets the value of the ContentCacheArea property. -
Uses of ContentCacheArea in com.filenet.api.core
Methods in com.filenet.api.core that return ContentCacheArea Modifier and Type Method and Description static ContentCacheAreaFactory.ContentCacheArea. createInstance(Domain domain, Id id)Creates a new instance of theContentCacheAreaclass based on the specified parameters.static ContentCacheAreaFactory.ContentCacheArea. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theContentCacheAreaclass by the specified domain and ID.static ContentCacheAreaFactory.ContentCacheArea. fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)Retrieves aContentCacheobject based on the specified domain and ID.static ContentCacheAreaFactory.ContentCacheArea. getInstance(Domain domain, Id id)Constructs an instance of theContentCacheAreaclass by the specified domain and ID.static ContentCacheAreaFactory.ContentCacheArea. getInstance(Domain domain, java.lang.String name)Retrieves an instance of theContentCacheAreaclass by the specified domain and ID.
-