Class ScriptExecutionObjectType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ScriptExecutionObjectType
    extends Object
    implements Serializable, Cloneable, Containerable
    Object(s) on which the script should be executed. EXPERIMENTAL

    Java class for ScriptExecutionObjectType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ScriptExecutionObjectType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="currentObject" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSelectorType" minOccurs="0"/>
             <element name="linkTarget" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkTargetObjectSelectorType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="namedLinkTarget" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="linkSource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkSourceObjectSelectorType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="namedLinkSource" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form