Uses of Enum Class
com.saperion.rmi.SaQueryInfo.IndexState
Packages that use SaQueryInfo.IndexState
Package
Description
This package contains the classes for the LARIX RMI client wrapper components.
-
Uses of SaQueryInfo.IndexState in com.saperion.rmi
Methods in com.saperion.rmi that return SaQueryInfo.IndexStateModifier and TypeMethodDescriptionstatic SaQueryInfo.IndexState
Returns the enum constant of this class with the specified name.static SaQueryInfo.IndexState[]
SaQueryInfo.IndexState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.rmi that return types with arguments of type SaQueryInfo.IndexStateMethod parameters in com.saperion.rmi with type arguments of type SaQueryInfo.IndexStateModifier and TypeMethodDescriptionvoid
SaQueryInfo.setIndexStates
(EnumSet<SaQueryInfo.IndexState> indexStates) Sets the index states of documents that will be included in the query result.