Uses of Class
com.evolveum.midpoint.repo.sql.query.restriction.Restriction
-
Packages that use Restriction Package Description com.evolveum.midpoint.repo.sql.query com.evolveum.midpoint.repo.sql.query.restriction -
-
Uses of Restriction in com.evolveum.midpoint.repo.sql.query
Methods in com.evolveum.midpoint.repo.sql.query with parameters of type Restriction Modifier and Type Method Description ConditionQueryInterpreter. interpretFilter(InterpretationContext context, ObjectFilter filter, Restriction parent) -
Uses of Restriction in com.evolveum.midpoint.repo.sql.query.restriction
Subclasses of Restriction in com.evolveum.midpoint.repo.sql.query.restriction Modifier and Type Class Description classAndRestrictionclassAnyPropertyRestrictionclassExistsRestrictionclassFullTextRestrictionclassInOidRestrictionclassItemRestriction<T extends ObjectFilter>Base for all item path-related restrictions, e.g.classItemValueRestriction<T extends ValueFilter>Abstract superclass for all value-related filters.classLogicalRestriction<T extends LogicalFilter>classNaryLogicalRestriction<T extends NaryLogicalFilter>classNotRestrictionclassOrgRestrictionclassOrRestrictionclassPropertyRestrictionclassReferenceRestrictionclassTypeRestrictionclassUnaryLogicalRestriction<T extends UnaryLogicalFilter>Fields in com.evolveum.midpoint.repo.sql.query.restriction declared as Restriction Modifier and Type Field Description protected RestrictionRestriction. parentMethods in com.evolveum.midpoint.repo.sql.query.restriction that return Restriction Modifier and Type Method Description RestrictionRestriction. getParent()Methods in com.evolveum.midpoint.repo.sql.query.restriction that return types with arguments of type Restriction Modifier and Type Method Description List<Restriction>NaryLogicalRestriction. getRestrictions()
-