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 ValueListTypeExecuteScriptUtil. createInput(Collection<? extends PrismValue> values)static ValueListTypeExecuteScriptUtil. createInputCloned(Collection<? extends PrismValue> values)Methods in com.evolveum.midpoint.schema.util with parameters of type ValueListType Modifier and Type Method Description static ExecuteScriptTypeExecuteScriptUtil. 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 ValueListTypeExecuteScriptType. inputMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ValueListType Modifier and Type Method Description ValueListTypeExecuteScriptType. beginInput()ValueListTypeValueListType. clone()Creates and returns a deep copy of this object.ValueListTypeObjectFactory. createValueListType()Create an instance ofValueListTypeValueListTypeExecuteScriptType. getInput()Gets the value of the input property.ValueListTypeValueListType. value(Object value)Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ValueListType Modifier and Type Method Description ExecuteScriptTypeExecuteScriptType. input(ValueListType value)voidExecuteScriptType. 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 newValueListTypeinstance by deeply copying a givenValueListTypeinstance.
-