Uses of Class
com.lyncode.xoai.dataprovider.filter.Scope
-
Packages that use Scope Package Description com.lyncode.xoai.dataprovider.filter -
-
Uses of Scope in com.lyncode.xoai.dataprovider.filter
Methods in com.lyncode.xoai.dataprovider.filter that return Scope Modifier and Type Method Description ScopeScopedFilter. getScope()static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.lyncode.xoai.dataprovider.filter with parameters of type Scope Constructor Description ScopedFilter(Condition condition, Scope scope)
-