-
Packages that use VersionSelection 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 VersionSelection in com.filenet.api.constants
Fields in com.filenet.api.constants declared as VersionSelection Modifier and Type Field and Description static VersionSelectionVersionSelection. ALL_VERSIONSSpecifies that all document versions will be returned in the query.static VersionSelectionVersionSelection. CURRENT_VERSIONSpecifies that only the current document version will be returned in the query.static VersionSelectionVersionSelection. RELEASED_VERSIONSpecifies that only the released document version will be returned in the query.Methods in com.filenet.api.constants that return VersionSelection Modifier and Type Method and Description static VersionSelectionVersionSelection. getInstanceFromInt(int value)Gets an instance of this class using its associated integer value (the*_AS_INTfields). -
Uses of VersionSelection in com.filenet.api.query
Methods in com.filenet.api.query that return VersionSelection Modifier and Type Method and Description VersionSelectionSearchTemplateParameters. getVersionSelection()Retrieves the version selection setting to be used for the search.Methods in com.filenet.api.query with parameters of type VersionSelection Modifier and Type Method and Description voidSearchTemplateParameters. setVersionSelection(VersionSelection versionSelection)Specifies the type of version selection to be used.
-