Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <s:executeScript xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3"
  3. xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  6. <s:action>
  7. <s:type>execute-script</s:type>
  8. <s:parameter>
  9. <s:name>script</s:name>
  10. <c:value xsi:type="c:ScriptExpressionEvaluatorType">
  11. <c:code>
  12. import com.evolveum.midpoint.xml.ns._public.common.common_3.UserType
  13. midpoint.recompute(UserType, "'.$oid.'");
  14. </c:code>
  15. </c:value>
  16. </s:parameter>
  17. <s:parameter>
  18. <s:name>forWholeInput</s:name>
  19. <c:value>true</c:value>
  20. </s:parameter>
  21. <s:parameter>
  22. <s:name>outputItem</s:name>
  23. <c:value>http://midpoint.evolveum.com/xml/ns/public/common/common-3#description</c:value>
  24. </s:parameter>
  25. </s:action>
  26. </s:executeScript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement