Class ExecuteScriptsOptionsType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ExecuteScriptsOptionsType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ExecuteScriptsOptionsType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
See Also:
  • Field Details

    • outputFormat

      protected OutputFormatType outputFormat
    • objectLimit

      protected Integer objectLimit
    • executeAsynchronously

      protected Boolean executeAsynchronously
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_OUTPUT_FORMAT

      public static final ItemName F_OUTPUT_FORMAT
    • F_OBJECT_LIMIT

      public static final ItemName F_OBJECT_LIMIT
    • F_EXECUTE_ASYNCHRONOUSLY

      public static final ItemName F_EXECUTE_ASYNCHRONOUSLY
  • Constructor Details

    • ExecuteScriptsOptionsType

      public ExecuteScriptsOptionsType()
    • ExecuteScriptsOptionsType

      public ExecuteScriptsOptionsType(ExecuteScriptsOptionsType other)
  • Method Details