Class ExecuteScriptUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.ExecuteScriptUtil
-
public class ExecuteScriptUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecuteScriptUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValueListType
createInput(Collection<? extends PrismValue> values)
static ValueListType
createInputCloned(Collection<? extends PrismValue> values)
static ExecuteScriptType
implantInput(ExecuteScriptType originalBean, ValueListType input)
"Implants" specified input into ExecuteScriptType, not changing the original.
-
-
-
Method Detail
-
implantInput
public static ExecuteScriptType implantInput(ExecuteScriptType originalBean, ValueListType input)
"Implants" specified input into ExecuteScriptType, not changing the original.
-
createInput
public static ValueListType createInput(Collection<? extends PrismValue> values)
-
createInputCloned
public static ValueListType createInputCloned(Collection<? extends PrismValue> values)
-
-