Uses of Interface
com.evolveum.midpoint.prism.PrismPropertyValue
-
-
Uses of PrismPropertyValue in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PrismPropertyValue Modifier and Type Method Description static <T> PrismPropertyValue<T>WebPrismUtil. findSinglePropertyValue(ItemWrapper<?,?> child, ItemPath pathToFind) -
Uses of PrismPropertyValue in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismPropertyValue Modifier and Type Method Description protected PrismPropertyValue<T>PrismPropertyWrapperFactoryImpl. createNewValue(PrismProperty<T> item)protected PrismPropertyValue<T>ResourceAttributeWrapperFactoryImpl. createNewValue(ResourceAttribute<T> item)Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismPropertyValue Modifier and Type Method Description PrismPropertyValueWrapper<T>PrismPropertyWrapperFactoryImpl. createValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context)PrismPropertyValueWrapper<T>ResourceAttributeWrapperFactoryImpl. createValueWrapper(ResourceAttributeWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context) -
Uses of PrismPropertyValue in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that return PrismPropertyValue Modifier and Type Method Description protected PrismPropertyValue<ExpressionType>ExpressionPropertyHeaderPanel. createNewValue(PrismPropertyWrapper<ExpressionType> parent)protected PrismPropertyValue<T>PrismPropertyHeaderPanel. createNewValue(PrismPropertyWrapper<T> parent) -
Uses of PrismPropertyValue in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismPropertyValue Modifier and Type Method Description protected PrismPropertyValue<T>PrismPropertyWrapperImpl. createNewEmptyValue(ModelServiceLocator locator)PrismPropertyValue<T>PrismPropertyValueWrapper. getNewValue()PrismPropertyValue<T>PrismPropertyValueWrapper. getOldValue()Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismPropertyValue Constructor Description PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status) -
Uses of PrismPropertyValue in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return types with arguments of type PrismPropertyValue Modifier and Type Method Description PrismValueDeltaSetTriple<PrismPropertyValue<Boolean>>AbstractMappingImpl. getConditionOutputTriple() -
Uses of PrismPropertyValue in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type PrismPropertyValue Modifier and Type Method Description Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>,PrismPropertyDefinition<?>>>>LensProjectionContext. getSqueezedAttributes()Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>,PrismPropertyDefinition<QName>>>>LensProjectionContext. getSqueezedAuxiliaryObjectClasses()Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type PrismPropertyValue Modifier and Type Method Description voidLensProjectionContext. setSqueezedAttributes(Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>,PrismPropertyDefinition<?>>>> squeezedAttributes)voidLensProjectionContext. setSqueezedAuxiliaryObjectClasses(Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>,PrismPropertyDefinition<QName>>>> squeezedAuxiliaryObjectClasses) -
Uses of PrismPropertyValue in com.evolveum.midpoint.model.impl.lens.construction
Methods in com.evolveum.midpoint.model.impl.lens.construction that return types with arguments of type PrismPropertyValue Modifier and Type Method Description MappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>>EvaluatedResourceObjectConstructionImpl. getAttributeMapping(QName attrName)@NotNull Collection<MappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>>>EvaluatedResourceObjectConstructionImpl. getAttributeMappings() -
Uses of PrismPropertyValue in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector that return PrismPropertyValue Modifier and Type Method Description PrismPropertyValue<T>ValueMatcher. findValue(PrismProperty<T> property, PrismPropertyValue<T> pValue)Methods in com.evolveum.midpoint.model.impl.lens.projector with parameters of type PrismPropertyValue Modifier and Type Method Description PrismPropertyValue<T>ValueMatcher. findValue(PrismProperty<T> property, PrismPropertyValue<T> pValue)booleanValueMatcher. hasRealValue(PrismProperty<T> property, PrismPropertyValue<T> pValue)booleanValueMatcher. isRealValueToAdd(PropertyDelta<T> delta, PrismPropertyValue<T> pValue) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PrismPropertyValue Modifier and Type Method Description PrismPropertyValue<T>PrismPropertyValue. clone()PrismPropertyValue<T>PrismPropertyValue. cloneComplex(CloneStrategy strategy)<T> PrismPropertyValue<T>ItemFactory. createPropertyValue()<T> PrismPropertyValue<T>ItemFactory. createPropertyValue(XNode rawContent)<T> PrismPropertyValue<T>ItemFactory. createPropertyValue(T content)<T> PrismPropertyValue<T>ItemFactory. createPropertyValue(T value, OriginType originType, Objectable originObject)<X> PrismPropertyValue<X>PrismProperty. getValue(Class<X> type)Type override, also for compatibility.static <T> PrismPropertyValue<T>[]PrismValueCollectionsUtil. wrap(PrismContext prismContext, T... realValues)Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyValue Modifier and Type Method Description static <T> Collection<PrismPropertyValue<T>>PrismValueCollectionsUtil. createCollection(PrismContext prismContext, Collection<T> realValueCollection)static <T> Collection<PrismPropertyValue<T>>PrismValueCollectionsUtil. createCollection(PrismContext prismContext, T[] realValueArray)<X> List<PrismPropertyValue<X>>PrismProperty. getValues(Class<X> type)Type override, also for compatibility.static <T> ValueSelector<PrismPropertyValue<T>>ValueSelector. origEquals(T expectedValue)static <X> Collection<PrismPropertyValue<X>>PrismValueCollectionsUtil. toPrismPropertyValues(PrismContext prismContext, X... realValues)static <T> ValueSelector<PrismPropertyValue<T>>ValueSelector. valueEquals(T expectedValue)static <T> Collection<PrismPropertyValue<T>>PrismValueCollectionsUtil. wrap(PrismContext prismContext, @NotNull Collection<T> realValues)Methods in com.evolveum.midpoint.prism with parameters of type PrismPropertyValue Modifier and Type Method Description voidPrismProperty. addValue(PrismPropertyValue<T> pValueToAdd)static booleanPrismValueCollectionsUtil. containsRealValue(Collection<PrismPropertyValue<?>> collection, PrismPropertyValue<?> value)static <T> booleanPrismValueCollectionsUtil. containsValue(Collection<PrismPropertyValue<T>> collection, PrismPropertyValue<T> value, EqualsChecker<PrismPropertyValue<T>> checker)booleanPrismProperty. deleteValue(PrismPropertyValue<T> pValueToDelete)booleanPrismPropertyValue. equals(PrismPropertyValue<?> other, @NotNull ParameterizedEquivalenceStrategy strategy, @Nullable MatchingRule<T> matchingRule)static <T> TPrismPropertyValue. getRealValue(PrismPropertyValue<T> propertyValue)booleanPrismProperty. hasRealValue(PrismPropertyValue<T> value)static booleanPrismPropertyValue. isNotFalse(PrismPropertyValue<Boolean> booleanPropertyValue)static booleanPrismPropertyValue. isTrue(PrismPropertyValue<Boolean> booleanPropertyValue)voidPrismProperty. setValue(PrismPropertyValue<T> value)Means as a short-hand for setting just a value for single-valued attributes.Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismPropertyValue Modifier and Type Method Description voidPrismProperty. addValues(Collection<PrismPropertyValue<T>> pValuesToAdd)static <T> voidPrismValueCollectionsUtil. clearParent(List<PrismPropertyValue<T>> values)static booleanPrismValueCollectionsUtil. containsRealValue(Collection<PrismPropertyValue<?>> collection, PrismPropertyValue<?> value)static <T> booleanPrismValueCollectionsUtil. containsValue(Collection<PrismPropertyValue<T>> collection, PrismPropertyValue<T> value, EqualsChecker<PrismPropertyValue<T>> checker)static <T> booleanPrismValueCollectionsUtil. containsValue(Collection<PrismPropertyValue<T>> collection, PrismPropertyValue<T> value, EqualsChecker<PrismPropertyValue<T>> checker)booleanPrismProperty. deleteValues(Collection<PrismPropertyValue<T>> pValuesToDelete)static <T> Collection<T>PrismValueCollectionsUtil. getValues(Collection<PrismPropertyValue<T>> pvals)voidPrismProperty. replaceValues(Collection<PrismPropertyValue<T>> valuesToReplace) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type PrismPropertyValue Modifier and Type Method Description <T> Collection<PrismPropertyValue<T>>PropertyDelta. getValues(Class<T> type)Returns all values regardless of whether they are added or removed or replaced.Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyValue Modifier and Type Method Description <O extends Objectable,T>
PropertyDelta<T>DeltaFactory.Property. createReplaceDelta(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T> pValue)Deprecated.<O extends Objectable,T>
PropertyDelta<T>DeltaFactory.Property. createReplaceDelta(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T>... pValues)Deprecated.booleanPropertyDelta. isRealValueToAdd(PrismPropertyValue<?> value)booleanPropertyDelta. isRealValueToDelete(PrismPropertyValue<?> value)Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type PrismPropertyValue Modifier and Type Method Description PropertyDelta<T>PropertyDelta. narrow(PrismObject<? extends Objectable> object, @NotNull Comparator<PrismPropertyValue<T>> plusComparator, @NotNull Comparator<PrismPropertyValue<T>> minusComparator, boolean assumeMissingItems)Returns the narrowed delta that will have the same effect on the object as the current one. -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement PrismPropertyValue Modifier and Type Class Description classPrismPropertyValueImpl<T>Methods in com.evolveum.midpoint.prism.impl that return PrismPropertyValue Modifier and Type Method Description PrismPropertyValue<T>PrismPropertyValueImpl. clone()PrismPropertyValue<T>PrismPropertyValueImpl. cloneComplex(CloneStrategy strategy)<T> PrismPropertyValue<T>ItemFactoryImpl. createPropertyValue()<T> PrismPropertyValue<T>ItemFactoryImpl. createPropertyValue(XNode rawValue)<T> PrismPropertyValue<T>ItemFactoryImpl. createPropertyValue(T realValue)<T> PrismPropertyValue<T>ItemFactoryImpl. createPropertyValue(T value, OriginType originType, Objectable originObject)<X> PrismPropertyValue<X>PrismPropertyImpl. getValue(Class<X> type)Type override, also for compatibility.Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type PrismPropertyValue Modifier and Type Method Description protected ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>>PrismPropertyImpl. fixupDelta(ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>> delta, Item<PrismPropertyValue<T>,PrismPropertyDefinition<T>> otherItem)<X> List<PrismPropertyValue<X>>PrismPropertyImpl. getValues(Class<X> type)Type override, also for compatibility.Methods in com.evolveum.midpoint.prism.impl with parameters of type PrismPropertyValue Modifier and Type Method Description booleanPrismPropertyImpl. add(@NotNull PrismPropertyValue<T> newValue)voidPrismPropertyImpl. addForced(@NotNull PrismPropertyValue<T> newValue)protected booleanPrismPropertyImpl. addInternalExecution(@NotNull PrismPropertyValue<T> newValue)voidPrismPropertyImpl. addValue(PrismPropertyValue<T> pValueToAdd)voidPrismPropertyImpl. addValue(PrismPropertyValue<T> pValueToAdd, boolean checkUniqueness)booleanPrismPropertyImpl. deleteValue(PrismPropertyValue<T> pValueToDelete)booleanPrismPropertyValueImpl. equals(PrismPropertyValue<?> other, @NotNull ParameterizedEquivalenceStrategy strategy, @Nullable MatchingRule<T> matchingRule)booleanPrismPropertyImpl. hasRealValue(PrismPropertyValue<T> value)voidPrismPropertyImpl. setValue(PrismPropertyValue<T> value)Means as a short-hand for setting just a value for single-valued attributes.protected voidPrismPropertyImpl. valueRemoved(PrismPropertyValue<T> currentValue)Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type PrismPropertyValue Modifier and Type Method Description voidPrismPropertyImpl. addValues(Collection<PrismPropertyValue<T>> pValuesToAdd)booleanPrismPropertyImpl. deleteValues(Collection<PrismPropertyValue<T>> pValuesToDelete)protected ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>>PrismPropertyImpl. fixupDelta(ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>> delta, Item<PrismPropertyValue<T>,PrismPropertyDefinition<T>> otherItem)protected ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>>PrismPropertyImpl. fixupDelta(ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>> delta, Item<PrismPropertyValue<T>,PrismPropertyDefinition<T>> otherItem)voidPrismPropertyImpl. replaceValues(Collection<PrismPropertyValue<T>> valuesToReplace) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta that return types with arguments of type PrismPropertyValue Modifier and Type Method Description <V> Collection<PrismPropertyValue<V>>PropertyDeltaImpl. getValues(Class<V> type)Returns all values regardless of whether they are added or removed or replaced.Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type PrismPropertyValue Modifier and Type Method Description <O extends Objectable,T>
PropertyDelta<T>PropertyDeltaFactoryImpl. createReplaceDelta(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T> pValue)<O extends Objectable,T>
PropertyDelta<T>PropertyDeltaFactoryImpl. createReplaceDelta(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T>... pValues)static <O extends Objectable,T>
PropertyDelta<T>PropertyDeltaImpl. createReplaceDelta(PrismContainerDefinition<O> containerDefinition, QName propertyName, PrismPropertyValue<T>... pValues)booleanPropertyDeltaImpl. isRealValueToAdd(PrismPropertyValue<?> value)booleanPropertyDeltaImpl. isRealValueToDelete(PrismPropertyValue<?> value)Method parameters in com.evolveum.midpoint.prism.impl.delta with type arguments of type PrismPropertyValue Modifier and Type Method Description PropertyDelta<T>PropertyDeltaImpl. narrow(@NotNull PrismObject<? extends Objectable> object, @NotNull Comparator<PrismPropertyValue<T>> plusComparator, @NotNull Comparator<PrismPropertyValue<T>> minusComparator, boolean assumeMissingItems) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.impl.item
Methods in com.evolveum.midpoint.prism.impl.item that return PrismPropertyValue Modifier and Type Method Description PrismPropertyValue<T>DummyPropertyImpl. getValue()<X> PrismPropertyValue<X>DummyPropertyImpl. getValue(Class<X> type)Methods in com.evolveum.midpoint.prism.impl.item that return types with arguments of type PrismPropertyValue Modifier and Type Method Description <X> List<PrismPropertyValue<X>>DummyPropertyImpl. getValues(Class<X> type)Methods in com.evolveum.midpoint.prism.impl.item with parameters of type PrismPropertyValue Modifier and Type Method Description voidDummyPropertyImpl. addIgnoringEquivalents(@NotNull PrismPropertyValue<T> newValue)voidDummyPropertyImpl. addValue(PrismPropertyValue<T> pValueToAdd)booleanDummyPropertyImpl. deleteValue(PrismPropertyValue<T> pValueToDelete)booleanDummyPropertyImpl. hasRealValue(PrismPropertyValue<T> value)voidDummyPropertyImpl. setValue(PrismPropertyValue<T> value)Method parameters in com.evolveum.midpoint.prism.impl.item with type arguments of type PrismPropertyValue Modifier and Type Method Description voidDummyPropertyImpl. addValues(Collection<PrismPropertyValue<T>> pValuesToAdd)booleanDummyPropertyImpl. deleteValues(Collection<PrismPropertyValue<T>> pValuesToDelete)voidDummyPropertyImpl. replaceValues(Collection<PrismPropertyValue<T>> valuesToReplace) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query that return PrismPropertyValue Modifier and Type Method Description @NotNull PrismPropertyValue<T>FuzzyStringMatchFilterImpl. getSingleValue()Methods in com.evolveum.midpoint.prism.impl.query that return types with arguments of type PrismPropertyValue Modifier and Type Method Description ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>AnyInFilterImpl. nested(ItemPath existsPath)ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>EqualFilterImpl. nested(ItemPath prefix)ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>FuzzyStringMatchFilterImpl. nested(ItemPath existsPath)ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>SubstringFilterImpl. nested(ItemPath existsPath)Method parameters in com.evolveum.midpoint.prism.impl.query with type arguments of type PrismPropertyValue Modifier and Type Method Description static <T> FuzzyStringMatchFilterImpl<T>FuzzyStringMatchFilterImpl. create(ItemPath itemPath, PrismPropertyDefinition<T> propertyDefinition, FuzzyStringMatchFilter.FuzzyMatchingMethod method, List<PrismPropertyValue<T>> values)Constructors in com.evolveum.midpoint.prism.impl.query with parameters of type PrismPropertyValue Constructor Description 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)Constructor parameters in com.evolveum.midpoint.prism.impl.query with type arguments of type PrismPropertyValue Constructor Description AnyInFilterImpl(@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) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.impl.query.lang
Method parameters in com.evolveum.midpoint.prism.impl.query.lang with type arguments of type PrismPropertyValue Modifier and Type Method Description voidQueryWriter. writeValues(@Nullable List<? extends PrismPropertyValue<?>> values) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PrismPropertyValue Modifier and Type Method Description static <T,X>
PrismPropertyValue<X>PrismUtil. convertPropertyValue(PrismPropertyValue<T> srcVal, PrismPropertyDefinition<T> srcDef, PrismPropertyDefinition<X> targetDef)Methods in com.evolveum.midpoint.prism.util that return types with arguments of type PrismPropertyValue Modifier and Type Method Description <X> ItemDeltaItem<PrismPropertyValue<X>,PrismPropertyDefinition<X>>ItemDeltaItem. resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition outputDefinition, PrismContext prismContext)Methods in com.evolveum.midpoint.prism.util with parameters of type PrismPropertyValue Modifier and Type Method Description static <T,X>
PrismPropertyValue<X>PrismUtil. convertPropertyValue(PrismPropertyValue<T> srcVal, PrismPropertyDefinition<T> srcDef, PrismPropertyDefinition<X> targetDef)static StringPrismPrettyPrinter. prettyPrint(PrismPropertyValue<?> ppv)static <T> voidPrismUtil. recomputePrismPropertyValue(PrismPropertyValue<T> pValue, PrismContext prismContext)Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PrismPropertyValue Modifier and Type Method Description static <T> voidPrismAsserts. assertPropertyValues(String message, Collection<PrismPropertyValue<T>> results, T... expectedValues)static <T> voidPrismAsserts. assertValues(String message, MatchingRule<T> matchingRule, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues)static <T> voidPrismAsserts. assertValues(String message, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues) -
Uses of PrismPropertyValue in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression that return PrismPropertyValue Modifier and Type Method Description static PrismPropertyValue<Boolean>ExpressionUtil. evaluateCondition(VariablesMap variables, ExpressionType expressionType, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String shortDesc, Task task, OperationResult parentResult)Methods in com.evolveum.midpoint.repo.common.expression with parameters of type PrismPropertyValue Modifier and Type Method Description static booleanExpressionUtil. getBooleanConditionOutput(PrismPropertyValue<Boolean> conditionOutput)Method parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type PrismPropertyValue Modifier and Type Method Description static booleanExpressionUtil. computeConditionResult(Collection<PrismPropertyValue<Boolean>> booleanPropertyValues)static <T> PrismValueDeltaSetTriple<PrismPropertyValue<T>>ExpressionUtil. evaluateExpressionInContext(Expression<PrismPropertyValue<T>,PrismPropertyDefinition<T>> expression, ExpressionEvaluationContext eeContext, ExpressionEnvironment env, OperationResult result)static <T> PrismValueDeltaSetTriple<PrismPropertyValue<T>>ExpressionUtil. evaluateExpressionInContext(Expression<PrismPropertyValue<T>,PrismPropertyDefinition<T>> expression, ExpressionEvaluationContext eeContext, Task task, OperationResult result)static <T> @NotNull Set<T>ExpressionUtil. getUniqueNonNullRealValues(@Nullable PrismValueDeltaSetTriple<PrismPropertyValue<T>> outputTriple)Post-condition: the result does not contain null values -
Uses of PrismPropertyValue in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type PrismPropertyValue Modifier and Type Method Description static LocalizableMessageValueDisplayUtil. toStringValue(PrismPropertyValue propertyValue)
-