Uses of Interface
com.evolveum.midpoint.prism.match.MatchingRuleRegistry
-
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type MatchingRuleRegistry Modifier and Type Method Description boolean
ResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
static boolean
ResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.model.impl.integrity
Constructors in com.evolveum.midpoint.model.impl.integrity with parameters of type MatchingRuleRegistry Constructor Description ShadowIntegrityCheckResultHandler(RunningTask coordinatorTask, String taskOperationPrefix, String processShortName, String contextDesc, TaskManager taskManager, PrismContext prismContext, ProvisioningService provisioningService, MatchingRuleRegistry matchingRuleRegistry, RepositoryService repositoryService, SynchronizationService synchronizationService, SystemObjectCache systemObjectCache, OperationResult result)
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector with parameters of type MatchingRuleRegistry Modifier and Type Method Description static <T> ValueMatcher<T>
ValueMatcher. createDefaultMatcher(QName type, MatchingRuleRegistry matchingRuleRegistry)
static <T> ValueMatcher<T>
ValueMatcher. createMatcher(RefinedAttributeDefinition rAttrDef, MatchingRuleRegistry matchingRuleRegistry)
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.prism.impl.match
Classes in com.evolveum.midpoint.prism.impl.match that implement MatchingRuleRegistry Modifier and Type Class Description class
MatchingRuleRegistryImpl
Methods in com.evolveum.midpoint.prism.impl.match that return MatchingRuleRegistry Modifier and Type Method Description static MatchingRuleRegistry
MatchingRuleRegistryFactory. createRegistry()
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query with parameters of type MatchingRuleRegistry Modifier and Type Method Description boolean
AllFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
AndFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
ComparativeFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
EqualFilterImpl. match(PrismContainerValue objectValue, MatchingRuleRegistry matchingRuleRegistry)
boolean
ExistsFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
FullTextFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
InOidFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
NoneFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
NotFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
OrFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
OrgFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
RefFilterImpl. match(PrismContainerValue objectValue, MatchingRuleRegistry matchingRuleRegistry)
boolean
SubstringFilterImpl. match(PrismContainerValue containerValue, MatchingRuleRegistry matchingRuleRegistry)
boolean
TypeFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
UndefinedFilterImpl. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
boolean
ValueFilterImpl. match(PrismContainerValue cvalue, MatchingRuleRegistry matchingRuleRegistry)
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type MatchingRuleRegistry Modifier and Type Method Description boolean
ObjectFilter. match(PrismContainerValue value, MatchingRuleRegistry matchingRuleRegistry)
static boolean
ObjectQuery. match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)
static <T extends Objectable>
booleanObjectQuery. match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)
boolean
ValueFilter. match(PrismContainerValue cvalue, MatchingRuleRegistry matchingRuleRegistry)
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type MatchingRuleRegistry Modifier and Type Method Description abstract boolean
ChangeDescription. mayMatchAfterChange(ObjectFilter filter, SearchResultList list, MatchingRuleRegistry matchingRuleRegistry)
-