-
Packages that use CBRQueryRankOverride Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.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 CBRQueryRankOverride in com.filenet.api.constants
Fields in com.filenet.api.constants declared as CBRQueryRankOverride Modifier and Type Field and Description static CBRQueryRankOverride
CBRQueryRankOverride. DISABLED
Forces CBR-first only searches for queries that combine a CBR search and a relational search on a database (DB).static CBRQueryRankOverride
CBRQueryRankOverride. ENABLED
Allows the Content Engine to operate in dynamic switching mode for queries that combine a CBR search and a database (DB) search.static CBRQueryRankOverride
CBRQueryRankOverride. REQUIRED
Suppresses a request for rank order for all CBR searches, with or without dynamic switching enabled, including CBR-first searches.Methods in com.filenet.api.constants that return CBRQueryRankOverride Modifier and Type Method and Description static CBRQueryRankOverride
CBRQueryRankOverride. getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. -
Uses of CBRQueryRankOverride in com.filenet.api.core
Methods in com.filenet.api.core that return CBRQueryRankOverride Modifier and Type Method and Description CBRQueryRankOverride
ObjectStore. get_CBRQueryRankOverride()
Returns the value of the CBRQueryRankOverride property.Methods in com.filenet.api.core with parameters of type CBRQueryRankOverride Modifier and Type Method and Description void
ObjectStore. set_CBRQueryRankOverride(CBRQueryRankOverride value)
Sets the value of the CBRQueryRankOverride property.
-