Package | Description |
---|---|
com.evolveum.midpoint.repo.sql.query | |
com.evolveum.midpoint.repo.sql.query.restriction |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectFilter> |
QueryInterpreter.findAndCreateRestriction(T filter,
QueryContext context,
Restriction parent,
ObjectQuery query) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectFilter> |
QueryInterpreter.findAndCreateRestriction(T filter,
QueryContext context,
Restriction parent,
ObjectQuery query) |
Modifier and Type | Class and Description |
---|---|
class |
AndRestriction |
class |
AnyPropertyRestriction |
class |
CollectionRestriction |
class |
ItemRestriction<T extends ValueFilter> |
class |
LogicalRestriction<T extends LogicalFilter> |
class |
NaryLogicalRestriction<T extends NaryLogicalFilter> |
class |
NotRestriction |
class |
OrgRestriction |
class |
OrRestriction |
class |
PropertyRestriction |
class |
ReferenceRestriction |
class |
UnaryLogicalRestriction<T extends UnaryLogicalFilter> |
Modifier and Type | Method and Description |
---|---|
abstract Restriction |
Restriction.cloneInstance() |
Restriction |
CollectionRestriction.cloneInstance() |
Restriction |
Restriction.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Restriction> |
NaryLogicalRestriction.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
Restriction.setParent(Restriction parent) |
Copyright © 2013 evolveum. All rights reserved.