Uses of Class
com.saperion.rmi.SaQueryInfo.IndexState
-
Packages that use SaQueryInfo.IndexState Package Description com.saperion.rmi 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.IndexState Modifier and Type Method Description static SaQueryInfo.IndexState
SaQueryInfo.IndexState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaQueryInfo.IndexState[]
SaQueryInfo.IndexState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.rmi that return types with arguments of type SaQueryInfo.IndexState Modifier and Type Method Description java.util.EnumSet<SaQueryInfo.IndexState>
SaQueryInfo. getIndexStates()
Method parameters in com.saperion.rmi with type arguments of type SaQueryInfo.IndexState Modifier and Type Method Description void
SaQueryInfo. setIndexStates(java.util.EnumSet<SaQueryInfo.IndexState> indexStates)
Sets the index states of documents that will be included in the query result.
-