Uses of Class
com.flexive.shared.search.query.VersionFilter

Packages that use VersionFilter
com.flexive.shared.search.query Utility classes for formulating queries in FxSQL. 
 

Uses of VersionFilter in com.flexive.shared.search.query
 

Methods in com.flexive.shared.search.query that return VersionFilter
static VersionFilter VersionFilter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VersionFilter[] VersionFilter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flexive.shared.search.query with parameters of type VersionFilter
 SqlQueryBuilder SqlQueryBuilder.filterVersion(VersionFilter filter)
          Filter the result set using the given version filter mode (live, max, auto or all).