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 ValueListTypecreateInput(Collection<? extends PrismValue> values)static ValueListTypecreateInputCloned(Collection<? extends PrismValue> values)static ExecuteScriptTypeimplantInput(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)
 
 - 
 
 -