Uses of Interface
com.evolveum.midpoint.prism.PrismPropertyValue
Packages that use PrismPropertyValue
Package
Description
GUI API package for various utility classes and interfaces.
This package is experimental and will be moved to prism project shortly.
-
Uses of PrismPropertyValue in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PrismPropertyValueModifier and TypeMethodDescriptionstatic <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 PrismPropertyValueModifier and TypeMethodDescriptionprotected PrismPropertyValue<T>PrismPropertyWrapperFactoryImpl.createNewValue(PrismProperty<T> item) protected PrismPropertyValue<T>ResourceAttributeWrapperFactoryImpl.createNewValue(ShadowSimpleAttribute<T> item) Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismPropertyValueModifier and TypeMethodDescriptionAuthenticationAttemptWrapperFactory.createValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status, WrapperContext context) PrismPropertyWrapperFactoryImpl.createValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context) 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 PrismPropertyValueModifier and TypeMethodDescriptionprotected 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 PrismPropertyValueModifier and TypeMethodDescriptionprotected PrismPropertyValue<ExpressionType>AssociationInboundExpressionWrapper.createExpressionValue(PrismContainerValue<AssociationSynchronizationExpressionEvaluatorType> value) protected abstract PrismPropertyValue<ExpressionType>AssociationMappingExpressionWrapper.createExpressionValue(PrismContainerValue<C> value) protected PrismPropertyValue<ExpressionType>AssociationOutboundExpressionWrapper.createExpressionValue(PrismContainerValue<AssociationConstructionExpressionEvaluatorType> value) protected PrismPropertyValue<T>PrismPropertyWrapperImpl.createNewEmptyValue(ModelServiceLocator locator) ResourceAttributeWrapperImpl.createPrismValueFromRealValue(@NotNull Object realValue) PrismPropertyValueWrapper.getNewValue()SchemaPropertyWrapperImpl.getNewValue()protected PrismPropertyValue<AuthenticationAttemptDataType>AuthenticationAttemptValueWrapper.getNewValueWithMetadataApplied()PrismPropertyValueWrapper.getOldValue()SchemaPropertyWrapperImpl.getOldValue()Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismPropertyValueModifierConstructorDescriptionAuthenticationAttemptValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status) PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status) SchemaPropertyWrapperImpl(PrismPropertyWrapper parent, PrismPropertyValue<SchemaDefinitionType> value, ValueStatus status) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PrismPropertyValueModifier and TypeMethodDescriptionPrismPropertyValue.clone()PrismPropertyValue.cloneComplex(@NotNull 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>Type override, also for compatibility.static <T> PrismPropertyValue<T>[]PrismValueCollectionsUtil.wrap(T... realValues) Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyValueModifier and TypeMethodDescriptionstatic <T> Collection<PrismPropertyValue<T>>PrismValueCollectionsUtil.createCollection(PrismContext prismContext, T[] realValueArray) static <T> Collection<PrismPropertyValue<T>>PrismValueCollectionsUtil.createCollection(Collection<T> realValueCollection) Deprecated.default <T> Collection<PrismPropertyValue<T>>ItemFactory.createPropertyValues(Collection<T> content) <X> List<PrismPropertyValue<X>>Type override, also for compatibility.static <T> ValueSelector<PrismPropertyValue<T>>ValueSelector.origEquals(T expectedValue) static <X> Collection<PrismPropertyValue<X>>PrismValueCollectionsUtil.toPrismPropertyValues(X... realValues) static <T> ValueSelector<PrismPropertyValue<T>>ValueSelector.valueEquals(T expectedValue) static <T> @NotNull List<PrismPropertyValue<T>>PrismValueCollectionsUtil.wrap(@NotNull Collection<T> realValues) static <T> Collection<PrismPropertyValue<T>>PrismValueCollectionsUtil.wrap(PrismContext prismContext, @NotNull Collection<T> realValues) Methods in com.evolveum.midpoint.prism with parameters of type PrismPropertyValueModifier and TypeMethodDescriptionvoidPrismProperty.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 PrismPropertyValueModifier and TypeMethodDescriptionvoidPrismProperty.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) static <T> @NotNull List<T>PrismValueCollectionsUtil.unwrap(@NotNull Collection<PrismPropertyValue<T>> values) -
Uses of PrismPropertyValue in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type PrismPropertyValueModifier and TypeMethodDescription<T> Collection<PrismPropertyValue<T>>Returns all values regardless of whether they are added or removed or replaced.Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyValueModifier and TypeMethodDescription<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 PrismPropertyValueModifier and TypeMethodDescriptionPropertyDelta.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.util
Methods in com.evolveum.midpoint.prism.util that return PrismPropertyValueModifier and TypeMethodDescriptionstatic <S,T> PrismPropertyValue<T> PrismUtil.convertPropertyValue(@NotNull PrismPropertyValue<S> srcValue, @NotNull PrismPropertyDefinition<T> targetDef) Methods in com.evolveum.midpoint.prism.util that return types with arguments of type PrismPropertyValueModifier and TypeMethodDescriptionItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition<X> outputDefinition) Assumes that this IDI represents structured propertyMethods in com.evolveum.midpoint.prism.util with parameters of type PrismPropertyValueModifier and TypeMethodDescriptionstatic <S,T> PrismPropertyValue<T> PrismUtil.convertPropertyValue(@NotNull PrismPropertyValue<S> srcValue, @NotNull PrismPropertyDefinition<T> targetDef) static StringPrismPrettyPrinter.prettyPrint(PrismPropertyValue<?> ppv) static <T> voidPrismUtil.recomputePrismPropertyValue(PrismPropertyValue<T> pValue) Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PrismPropertyValueModifier and TypeMethodDescriptionstatic <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.schema.delta
Constructors in com.evolveum.midpoint.schema.delta with parameters of type PrismPropertyValueModifierConstructorDescriptionPropertyTreeDeltaValue(PrismPropertyValue<T> value, ModificationType modificationType) -
Uses of PrismPropertyValue in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return PrismPropertyValueModifier and TypeMethodDescriptiondefault @NotNull PrismPropertyValue<T>ShadowSimpleAttributeDefinition.convertPrismValue(@NotNull PrismPropertyValue<?> srcValue) ShadowSimpleAttributeDefinitionImpl.createPrismValueFromRealValue(@NotNull Object realValue) @NotNull PrismPropertyValue<?>ShadowReferenceAttributeValue.getSingleIdentifierValueRequired(@NotNull QName attrName, Object errorCtx) @NotNull PrismPropertyValue<T>ResourceObjectIdentifier.getValue()Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type PrismPropertyValueModifier and TypeMethodDescriptiondefault List<PrismPropertyValue<T>>ShadowSimpleAttribute.getAttributeValues()Methods in com.evolveum.midpoint.schema.processor with parameters of type PrismPropertyValueModifier and TypeMethodDescriptionvoidShadowSimpleAttributeImpl.addValueSkipUniquenessCheck(PrismPropertyValue<T> value) default @NotNull PrismPropertyValue<T>ShadowSimpleAttributeDefinition.convertPrismValue(@NotNull PrismPropertyValue<?> srcValue) -
Uses of PrismPropertyValue in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PrismPropertyValueModifier and TypeMethodDescriptionstatic <T> @Nullable PrismPropertyValue<T>ShadowUtil.getSingleValue(ShadowType shadow, QName attrName, Object errorCtx) static <T> @NotNull PrismPropertyValue<T>ShadowUtil.getSingleValueRequired(ShadowType shadow, QName attrName, Object errorCtx) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PrismPropertyValueModifier and TypeMethodDescriptiondefault <X> @NotNull Collection<PrismPropertyValue<X>>AbstractShadow.getAttributeValues(@NotNull QName name) Methods in com.evolveum.midpoint.schema.util with parameters of type PrismPropertyValueModifier and TypeMethodDescriptionstatic LocalizableMessageValueDisplayUtil.toStringValue(PrismPropertyValue propertyValue)