Class ParentClause

java.lang.Object
com.evolveum.midpoint.schema.selector.spec.SelectorClause
com.evolveum.midpoint.schema.selector.spec.ParentClause
All Implemented Interfaces:
DebugDumpable, Serializable

public class ParentClause extends SelectorClause
A clause that: . Puts the (presumably) sub-object selector into the context of either a prism object, or upper-level container. (Using a type in the parentSelector and a path.) . Optionally restricts the set of candidate parent values (of object or container).
See Also: