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 com.evolveum.midpoint.schema -
-
Uses of ExpressionWrapper in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ExpressionWrapper Modifier and Type Method Description ExpressionWrapper
ExpressionWrapper. clone()
@Nullable ExpressionWrapper
PrismPropertyValue. getExpression()
Methods in com.evolveum.midpoint.prism with parameters of type ExpressionWrapper Modifier and Type Method Description void
PrismPropertyValue. 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 ExpressionWrapper
FullTextFilter. getExpression()
ExpressionWrapper
InOidFilter. getExpression()
@Nullable ExpressionWrapper
ValueFilter. getExpression()
default ExpressionWrapper
PrismQueryExpressionFactory. parsePath(ItemPath rightPath)
ExpressionWrapper
PrismQueryExpressionFactory. parseScript(Map<String,String> namespaceContext, String language, String script)
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 RefFilter
QueryFactory. createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression)
Deprecated.void
FullTextFilter. setExpression(ExpressionWrapper expression)
void
InOidFilter. setExpression(ExpressionWrapper expression)
void
ValueFilter. 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_AtomicFilterExit
S_ConditionEntry. ref(ExpressionWrapper expression)
-
Uses of ExpressionWrapper in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ExpressionWrapper Modifier and Type Method Description ExpressionWrapper
PrismQueryExpressionSupport. parsePath(ItemPath path)
ExpressionWrapper
PrismQueryExpressionSupport. parseScript(Map<String,String> namespaceContext, String language, String script)
-