Class ScriptingExpressionEvaluationOptionsType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionEvaluationOptionsType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ScriptingExpressionEvaluationOptionsType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Options related to evaluation of scripting expression. EXPERIMENTAL In the future, these may become part of any scripting expression, allowing parts of a complex expression to be evaluated differently from its other parts.
See Also:
  • Field Details

    • continueOnAnyError

      protected Boolean continueOnAnyError
    • hideOperationResults

      protected Boolean hideOperationResults
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_CONTINUE_ON_ANY_ERROR

      public static final ItemName F_CONTINUE_ON_ANY_ERROR
    • F_HIDE_OPERATION_RESULTS

      public static final ItemName F_HIDE_OPERATION_RESULTS
  • Constructor Details

    • ScriptingExpressionEvaluationOptionsType

      public ScriptingExpressionEvaluationOptionsType()
    • ScriptingExpressionEvaluationOptionsType

      public ScriptingExpressionEvaluationOptionsType(ScriptingExpressionEvaluationOptionsType other)
  • Method Details