-
Packages that use CBRQueryOptimization 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 CBRQueryOptimization in com.filenet.api.constants
Fields in com.filenet.api.constants declared as CBRQueryOptimization Modifier and Type Field and Description static CBRQueryOptimizationCBRQueryOptimization. DYNAMIC_SWITCHINGEnables dynamic switching optimization for searches that combine both full text and relational query conditions.static CBRQueryOptimizationCBRQueryOptimization. NONEDisables dynamic switching optimization for searches that combine both full text and relational query conditions.Methods in com.filenet.api.constants that return CBRQueryOptimization Modifier and Type Method and Description static CBRQueryOptimizationCBRQueryOptimization. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of CBRQueryOptimization in com.filenet.api.core
Methods in com.filenet.api.core that return CBRQueryOptimization Modifier and Type Method and Description CBRQueryOptimizationObjectStore. get_CBRQueryOptimization()Returns the value of the CBRQueryOptimization property.Methods in com.filenet.api.core with parameters of type CBRQueryOptimization Modifier and Type Method and Description voidObjectStore. set_CBRQueryOptimization(CBRQueryOptimization value)Sets the value of the CBRQueryOptimization property.
-