Uses of Class
com.evolveum.midpoint.prism.ExpressionWrapper
-
Packages that use ExpressionWrapper Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.query.builder -
-
Uses of ExpressionWrapper in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ExpressionWrapper Modifier and Type Method Description ExpressionWrapperExpressionWrapper. clone()@Nullable ExpressionWrapperPrismPropertyValue. getExpression()Methods in com.evolveum.midpoint.prism with parameters of type ExpressionWrapper Modifier and Type Method Description voidPrismPropertyValue. setExpression(@Nullable ExpressionWrapper expression) -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return ExpressionWrapper Modifier and Type Method Description ExpressionWrapperFullTextFilter. getExpression()ExpressionWrapperInOidFilter. getExpression()@Nullable ExpressionWrapperValueFilter. getExpression()Methods in com.evolveum.midpoint.prism.query with parameters of type ExpressionWrapper Modifier and Type Method Description <T> @NotNull EqualFilter<T>QueryFactory. createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression)Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory. createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals)Deprecated.<T> @NotNull LessFilter<T>QueryFactory. createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals)Deprecated.@NotNull RefFilterQueryFactory. createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression)Deprecated.voidFullTextFilter. setExpression(ExpressionWrapper expression)voidInOidFilter. setExpression(ExpressionWrapper expression)voidValueFilter. setExpression(@Nullable ExpressionWrapper expression) -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder with parameters of type ExpressionWrapper Modifier and Type Method Description S_AtomicFilterExitS_ConditionEntry. ref(ExpressionWrapper expression)
-