-
Packages that use MergeMode Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. -
-
Uses of MergeMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as MergeMode Modifier and Type Field and Description static MergeModeMergeMode. INTERSECTIONA constant representing a MergeMode instance of type INTERSECTION.static MergeModeMergeMode. UNIONA constant representing a MergeMode instance of type UNION.Methods in com.filenet.api.constants that return MergeMode Modifier and Type Method and Description static MergeModeMergeMode. getInstanceFromInt(int value)Gets the instance of this class using its associated integer value (the *_AS_INT fields). -
Uses of MergeMode in com.filenet.api.query
Methods in com.filenet.api.query that return MergeMode Modifier and Type Method and Description MergeModeSearchScope. getMergeMode()Returns the merge mode used for this instance.Constructors in com.filenet.api.query with parameters of type MergeMode Constructor and Description SearchScope(ObjectStore[] objectStores, MergeMode mergeMode)Use this when the scope is multiple object stores.
-