Class ExecuteScriptUtil
- java.lang.Object
- 
- com.evolveum.midpoint.schema.util.ExecuteScriptUtil
 
- 
 public class ExecuteScriptUtil extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ExecuteScriptUtil()
 - 
Method SummaryAll 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- 
implantInputpublic static ExecuteScriptType implantInput(ExecuteScriptType originalBean, ValueListType input) "Implants" specified input into ExecuteScriptType, not changing the original.
 - 
createInputpublic static ValueListType createInput(Collection<? extends PrismValue> values) 
 - 
createInputClonedpublic static ValueListType createInputCloned(Collection<? extends PrismValue> values) 
 
- 
 
-