Uses of Class
com.evolveum.midpoint.schema.expression.TypedValue
Packages that use TypedValue
-
Uses of TypedValue in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression that return TypedValueModifier and TypeMethodDescriptionTypedValue.createTransformed(Object newValue) Returns new TypedValue that has a new (transformed) value, but has the same definition.TypedValue<?>static TypedValue<?>TypedValue.of(@NotNull Collection<? extends PrismValue> prismValues, @Nullable QName typeName) Creates aTypedValuewith a collection of real values.static TypedValue<?>TypedValue<?>VariablesMap.put(String key, TypedValue<?> typedValue) <D extends ItemDefinition>
TypedValue<T> TypedValue<?>Note: Type of the value should really be Object and not T.<T> TypedValue<List<T>>Convenience method to put multivalue variables (lists).<O extends ObjectType>
TypedValue<O>VariablesMap.putObject(String key, PrismObject<O> object, Class<O> expectedClass) Convenience method to put objects with definition.<O extends ObjectType>
TypedValue<O>Convenience method to put objects with definition.TypedValue<?>TypedValue.shallowClone()Returns the shallow clone of the original object.Methods in com.evolveum.midpoint.schema.expression that return types with arguments of type TypedValueModifier and TypeMethodDescription@NotNull Set<Map.Entry<String,TypedValue<?>>> VariablesMap.entrySet()@NotNull Collection<TypedValue<?>>VariablesMap.values()Methods in com.evolveum.midpoint.schema.expression with parameters of type TypedValueModifier and TypeMethodDescriptionTypedValue<?>VariablesMap.put(String key, TypedValue<?> typedValue) Method parameters in com.evolveum.midpoint.schema.expression with type arguments of type TypedValueModifier and TypeMethodDescriptionvoidVariablesMap.putAll(@NotNull Map<? extends String, ? extends TypedValue<?>> m)