Uses of Class
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ValueListType
Packages that use ValueListType
Package
Description
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
-
Uses of ValueListType in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config with parameters of type ValueListTypeModifier and TypeMethodDescription@NotNull ExecuteScriptConfigItem
ExecuteScriptConfigItem.implantInput
(ValueListType input) -
Uses of ValueListType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ValueListTypeModifier and TypeMethodDescriptionstatic ValueListType
ExecuteScriptUtil.createInput
(Collection<? extends PrismValue> values) static ValueListType
ExecuteScriptUtil.createInputCloned
(Collection<? extends PrismValue> values) Methods in com.evolveum.midpoint.schema.util with parameters of type ValueListTypeModifier and TypeMethodDescriptionstatic ExecuteScriptType
ExecuteScriptUtil.implantInput
(ExecuteScriptType originalBean, ValueListType input) "Implants" specified input into ExecuteScriptType, not changing the original. -
Uses of ValueListType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as ValueListTypeMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ValueListTypeModifier and TypeMethodDescriptionExecuteScriptType.beginInput()
ValueListType.clone()
ObjectFactory.createValueListType()
ExecuteScriptType.getInput()
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ValueListTypeModifier and TypeMethodDescriptionExecuteScriptType.input
(ValueListType value) void
ExecuteScriptType.setInput
(ValueListType value) Constructors in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ValueListType