Uses of Interface
com.evolveum.midpoint.prism.PrismPropertyValue
-
Packages that use PrismPropertyValue Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.delta com.evolveum.midpoint.prism.util com.evolveum.midpoint.schema.util -
-
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 void
PrismProperty. addValue(PrismPropertyValue<T> pValueToAdd)
static boolean
PrismValueCollectionsUtil. containsRealValue(Collection<PrismPropertyValue<?>> collection, PrismPropertyValue<?> value)
static boolean
PrismValueCollectionsUtil. containsValue(Collection<PrismPropertyValue> collection, PrismPropertyValue value, Comparator comparator)
boolean
PrismProperty. deleteValue(PrismPropertyValue<T> pValueToDelete)
boolean
PrismPropertyValue. equals(PrismPropertyValue<?> other, @NotNull ParameterizedEquivalenceStrategy strategy, @Nullable MatchingRule<T> matchingRule)
static <T> T
PrismPropertyValue. getRealValue(PrismPropertyValue<T> propertyValue)
boolean
PrismProperty. hasRealValue(PrismPropertyValue<T> value)
static boolean
PrismPropertyValue. isNotFalse(PrismPropertyValue<Boolean> booleanPropertyValue)
static boolean
PrismPropertyValue. isTrue(PrismPropertyValue<Boolean> booleanPropertyValue)
void
PrismProperty. 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 void
PrismProperty. addValues(Collection<PrismPropertyValue<T>> pValuesToAdd)
static <T> void
PrismValueCollectionsUtil. clearParent(List<PrismPropertyValue<T>> values)
static boolean
PrismValueCollectionsUtil. containsRealValue(Collection<PrismPropertyValue<?>> collection, PrismPropertyValue<?> value)
static boolean
PrismValueCollectionsUtil. containsValue(Collection<PrismPropertyValue> collection, PrismPropertyValue value, Comparator comparator)
boolean
PrismProperty. deleteValues(Collection<PrismPropertyValue<T>> pValuesToDelete)
static <T> Collection<T>
PrismValueCollectionsUtil. getValues(Collection<PrismPropertyValue<T>> pvals)
void
PrismProperty. 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.boolean
PropertyDelta. isRealValueToAdd(PrismPropertyValue<?> value)
boolean
PropertyDelta. 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.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, PrismContext prismContext)
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, PrismContext prismContext)
static String
PrismPrettyPrinter. prettyPrint(PrismPropertyValue<?> ppv)
static <T> void
PrismUtil. 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> void
PrismAsserts. assertPropertyValues(String message, Collection<PrismPropertyValue<T>> results, T... expectedValues)
static <T> void
PrismAsserts. assertValues(String message, MatchingRule<T> matchingRule, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues)
static <T> void
PrismAsserts. assertValues(String message, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues)
-
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 String
ValueDisplayUtil. toStringValue(PrismPropertyValue propertyValue)
-