Package com.evolveum.midpoint.schema.selector.spec
package com.evolveum.midpoint.schema.selector.spec
Defines value selectors and their clauses.
The selector and each clause contains the logic needed to determine its applicability,
see
ValueSelector.matches(PrismValue, MatchingContext)
and ValueSelector.toFilter(FilteringContext)
methods.-
ClassDescriptionProcesses the `archetypeRef` clause.See https://docs.evolveum.com/midpoint/reference/security/authorization/configuration/selectors/delegator/.A clause that: .A clause of a
ValueSelector
.Originally, this was used for evaluation of `subtype` on objects.Parsed form ofObjectSelectorType
and its subtypes.