Uses of Interface
com.evolveum.midpoint.prism.query.builder.S_MatchingRuleEntry
- 
Packages that use S_MatchingRuleEntry Package Description com.evolveum.midpoint.prism.impl.query.builder com.evolveum.midpoint.prism.query.builder com.evolveum.midpoint.schema.util  - 
- 
Uses of S_MatchingRuleEntry in com.evolveum.midpoint.prism.impl.query.builder
Classes in com.evolveum.midpoint.prism.impl.query.builder that implement S_MatchingRuleEntry Modifier and Type Class Description classR_AtomicFilter - 
Uses of S_MatchingRuleEntry in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder that return S_MatchingRuleEntry Modifier and Type Method Description S_MatchingRuleEntryS_ConditionEntry. contains(Object value)S_MatchingRuleEntryS_ConditionEntry. containsPoly(String orig)S_MatchingRuleEntryS_ConditionEntry. containsPoly(String orig, String norm)S_MatchingRuleEntryS_ConditionEntry. endsWith(Object value)S_MatchingRuleEntryS_ConditionEntry. endsWithPoly(String orig)S_MatchingRuleEntryS_ConditionEntry. endsWithPoly(String orig, String norm)<T> S_MatchingRuleEntryS_ConditionEntry. eq(PrismProperty<T> property)S_MatchingRuleEntryS_ConditionEntry. eq(Object... values)See https://docs.evolveum.com/midpoint/reference/concepts/query/query-api/[Query API] docs about support of multiple values (generally good in the new Native repository with IN semantics).S_MatchingRuleEntryS_ConditionEntry. eqPoly(String orig)S_MatchingRuleEntryS_ConditionEntry. eqPoly(String orig, String norm)S_MatchingRuleEntryS_ConditionEntry. ge(Object value)S_MatchingRuleEntryS_ConditionEntry. gt(Object value)S_MatchingRuleEntryS_FilterEntry. itemAs(PrismProperty<?> property)S_MatchingRuleEntryS_ConditionEntry. le(Object value)S_MatchingRuleEntryS_ConditionEntry. lt(Object value)S_MatchingRuleEntryS_ConditionEntry. startsWith(Object value)S_MatchingRuleEntryS_ConditionEntry. startsWithPoly(String orig)S_MatchingRuleEntryS_ConditionEntry. startsWithPoly(String orig, String norm) - 
Uses of S_MatchingRuleEntry in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return S_MatchingRuleEntry Modifier and Type Method Description @NotNull S_MatchingRuleEntryResource. queryFor(@NotNull ResourceObjectTypeIdentification typeIdentification)@NotNull S_MatchingRuleEntryResource. queryFor(@NotNull ShadowKindType kind, @NotNull String intent)@NotNull S_MatchingRuleEntryResource. queryFor(@NotNull QName objectClassName) 
 -