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 Condition
QueryInterpreter. 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 class
AndRestriction
class
AnyPropertyRestriction
class
ExistsRestriction
class
FullTextRestriction
class
InOidRestriction
class
ItemRestriction<T extends ObjectFilter>
Base for all item path-related restrictions, e.g.class
ItemValueRestriction<T extends ValueFilter>
Abstract superclass for all value-related filters.class
LogicalRestriction<T extends LogicalFilter>
class
NaryLogicalRestriction<T extends NaryLogicalFilter>
class
NotRestriction
class
OrgRestriction
class
OrRestriction
class
PropertyRestriction
class
ReferenceRestriction
class
TypeRestriction
class
UnaryLogicalRestriction<T extends UnaryLogicalFilter>
Fields in com.evolveum.midpoint.repo.sql.query.restriction declared as Restriction Modifier and Type Field Description protected Restriction
Restriction. parent
Methods in com.evolveum.midpoint.repo.sql.query.restriction that return Restriction Modifier and Type Method Description Restriction
Restriction. 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()
-