Uses of Interface
com.lyncode.xoai.dataprovider.filter.conditions.Condition
-
-
Uses of Condition in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return Condition Modifier and Type Method Description ConditionXOAIContext. getCondition()ConditionXOAIContext. getSetFilter(String setID)Methods in com.lyncode.xoai.dataprovider.core with parameters of type Condition Modifier and Type Method Description voidXOAIContext. setCondition(Condition condition) -
Uses of Condition in com.lyncode.xoai.dataprovider.data.internal
Methods in com.lyncode.xoai.dataprovider.data.internal that return Condition Modifier and Type Method Description ConditionMetadataFormat. getCondition()Methods in com.lyncode.xoai.dataprovider.data.internal with parameters of type Condition Modifier and Type Method Description voidMetadataFormat. setFilter(Condition filter) -
Uses of Condition in com.lyncode.xoai.dataprovider.filter
Methods in com.lyncode.xoai.dataprovider.filter that return Condition Modifier and Type Method Description ConditionScopedFilter. getCondition()ConditionFilterManager. getFilter(String id)Constructors in com.lyncode.xoai.dataprovider.filter with parameters of type Condition Constructor Description ScopedFilter(Condition condition, Scope scope) -
Uses of Condition in com.lyncode.xoai.dataprovider.filter.conditions
Classes in com.lyncode.xoai.dataprovider.filter.conditions that implement Condition Modifier and Type Class Description classAndConditionclassCustomConditionclassNotConditionclassOrConditionMethods in com.lyncode.xoai.dataprovider.filter.conditions that return Condition Modifier and Type Method Description ConditionNotCondition. getCondition()ConditionAndCondition. getLeft()ConditionOrCondition. getLeft()ConditionAndCondition. getRight()ConditionOrCondition. getRight()Constructors in com.lyncode.xoai.dataprovider.filter.conditions with parameters of type Condition Constructor Description AndCondition(FilterResolver resolver, Condition left, Condition right)NotCondition(FilterResolver filterResolver, Condition condition)OrCondition(FilterResolver filterResolver, Condition left, Condition right) -
Uses of Condition in com.lyncode.xoai.dataprovider.sets
Methods in com.lyncode.xoai.dataprovider.sets that return Condition Modifier and Type Method Description ConditionStaticSet. getCondition()Constructors in com.lyncode.xoai.dataprovider.sets with parameters of type Condition Constructor Description StaticSet(Condition condition, String spec, String name)
-