Uses of Class
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ValueListType
-
Packages that use ValueListType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.model.scripting_3 -
-
Uses of ValueListType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ValueListType Modifier and Type Method Description static 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 ValueListType Modifier and Type Method Description static 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 ValueListType Modifier and Type Field Description protected ValueListType
ExecuteScriptType. input
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ValueListType Modifier and Type Method Description ValueListType
ExecuteScriptType. beginInput()
ValueListType
ValueListType. clone()
Creates and returns a deep copy of this object.ValueListType
ObjectFactory. createValueListType()
Create an instance ofValueListType
ValueListType
ExecuteScriptType. getInput()
Gets the value of the input property.ValueListType
ValueListType. value(Object value)
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ValueListType Modifier and Type Method Description ExecuteScriptType
ExecuteScriptType. input(ValueListType value)
void
ExecuteScriptType. setInput(ValueListType value)
Sets the value of the input property.Constructors in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ValueListType Constructor Description ValueListType(ValueListType o)
Creates a newValueListType
instance by deeply copying a givenValueListType
instance.
-