Uses of Class
com.evolveum.midpoint.prism.ExpressionWrapper
Packages that use ExpressionWrapper
Package
Description
-
Uses of ExpressionWrapper in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ExpressionWrapperModifier and TypeMethodDescriptionExpressionWrapper.clone()@Nullable ExpressionWrapperPrismPropertyValue.getExpression()Methods in com.evolveum.midpoint.prism with parameters of type ExpressionWrapperModifier and TypeMethodDescriptionvoidPrismPropertyValue.setExpression(@Nullable ExpressionWrapper expression) -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return ExpressionWrapperModifier and TypeMethodDescription@Nullable ExpressionWrapperPrismPropertyValueImpl.getExpression()Methods in com.evolveum.midpoint.prism.impl with parameters of type ExpressionWrapperModifier and TypeMethodDescriptionvoidPrismPropertyValueImpl.setExpression(@Nullable ExpressionWrapper expression) Constructors in com.evolveum.midpoint.prism.impl with parameters of type ExpressionWrapperModifierConstructorDescriptionPrismPropertyValueImpl(T value, OriginType type, Objectable source, @Nullable ExpressionWrapper expression) -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query that return ExpressionWrapperModifier and TypeMethodDescriptionFullTextFilterImpl.getExpression()InOidFilterImpl.getExpression()@Nullable ExpressionWrapperValueFilterImpl.getExpression()Methods in com.evolveum.midpoint.prism.impl.query with parameters of type ExpressionWrapperModifier and TypeMethodDescriptionstatic <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) static FullTextFilterFullTextFilterImpl.createFullText(@NotNull ExpressionWrapper expression) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) static InOidFilterInOidFilterImpl.createInOid(boolean considerOwner, ExpressionWrapper expression) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> itemDefinition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) @NotNull RefFilterQueryFactoryImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression, ObjectFilter targetFilter) static <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, ExpressionWrapper expressionWrapper, boolean anchorStart, boolean anchorEnd) voidFullTextFilterImpl.setExpression(ExpressionWrapper expression) voidInOidFilterImpl.setExpression(ExpressionWrapper expression) voidValueFilterImpl.setExpression(@Nullable ExpressionWrapper expression) Constructors in com.evolveum.midpoint.prism.impl.query with parameters of type ExpressionWrapperModifierConstructorDescriptionAnyInFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable List<PrismPropertyValue<T>> prismPropertyValues, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) EqualFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable List<PrismPropertyValue<T>> prismPropertyValues, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) GreaterFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable PrismPropertyValue<T> prismPropertyValue, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition rightHandSideDefinition, boolean equals) protectedValueFilterImpl(@NotNull ItemPath fullPath, D definition, @Nullable QName matchingRule, @Nullable List<V> values, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.impl.query.builder
Methods in com.evolveum.midpoint.prism.impl.query.builder with parameters of type ExpressionWrapper -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.impl.query.lang
Methods in com.evolveum.midpoint.prism.impl.query.lang that return ExpressionWrapperModifier and TypeMethodDescriptionMethods in com.evolveum.midpoint.prism.impl.query.lang with parameters of type ExpressionWrapper -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.impl.util
Methods in com.evolveum.midpoint.prism.impl.util that return ExpressionWrapperModifier and TypeMethodDescriptionstatic ExpressionWrapperPrismUtilInternal.parseExpression(XNodeImpl node) static ExpressionWrapperPrismUtilInternal.parseExpression(Map.Entry<QName, XNodeImpl> expressionEntry) Methods in com.evolveum.midpoint.prism.impl.util with parameters of type ExpressionWrapperModifier and TypeMethodDescriptionstatic @NotNull MapXNodeImplPrismUtilInternal.serializeExpression(@NotNull ExpressionWrapper expressionWrapper, BeanMarshaller beanMarshaller) static MapXNodeImplPrismUtilInternal.serializeExpression(ExpressionWrapper expressionWrapper, PrismSerializer<RootXNode> xnodeSerializer) -
Uses of ExpressionWrapper in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return ExpressionWrapperModifier and TypeMethodDescriptionFullTextFilter.getExpression()InOidFilter.getExpression()@Nullable ExpressionWrapperValueFilter.getExpression()default ExpressionWrapperPrismQueryExpressionFactory.parseScript(Map<String, String> namespaceContext, String language, String script) Methods in com.evolveum.midpoint.prism.query with parameters of type ExpressionWrapperModifier and TypeMethodDescription<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.default voidPrismQueryExpressionFactory.serializeExpression(PrismQueryExpressionFactory.ExpressionWriter writer, ExpressionWrapper wrapper) 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 -
Uses of ExpressionWrapper in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ExpressionWrapperModifier and TypeMethodDescriptionPrismQueryExpressionSupport.parseScript(Map<String, String> namespaceContext, String language, String script) Methods in com.evolveum.midpoint.schema with parameters of type ExpressionWrapperModifier and TypeMethodDescriptionvoidPrismQueryExpressionSupport.serializeExpression(PrismQueryExpressionFactory.ExpressionWriter writer, ExpressionWrapper wrapper) -
Uses of ExpressionWrapper in com.evolveum.midpoint.web.component.search.filter
Methods in com.evolveum.midpoint.web.component.search.filter that return ExpressionWrapperMethods in com.evolveum.midpoint.web.component.search.filter with parameters of type ExpressionWrapperModifier and TypeMethodDescriptionvoidValueSearchFilterItem.setExpression(ExpressionWrapper expression)