-
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 CBRQueryRankOverrideCBRQueryRankOverride. DISABLEDForces CBR-first only searches for queries that combine a CBR search and a relational search on a database (DB).static CBRQueryRankOverrideCBRQueryRankOverride. ENABLEDAllows the Content Engine to operate in dynamic switching mode for queries that combine a CBR search and a database (DB) search.static CBRQueryRankOverrideCBRQueryRankOverride. REQUIREDSuppresses 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 CBRQueryRankOverrideCBRQueryRankOverride. 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 CBRQueryRankOverrideObjectStore. 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 voidObjectStore. set_CBRQueryRankOverride(CBRQueryRankOverride value)Sets the value of the CBRQueryRankOverride property.
-