Class TriggerCreationType

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

    public class TriggerCreationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Deals with creation of recompute triggers for selected objects. These triggers can be created in "raw" way, simply by adding respective TriggerType objects. Or, they can be created in so called optimized way, where we look if a compatible trigger already exists and skip trigger creation in such case. This structure deals with recompute triggers for now. In might be generalized in the future. <p>Java class for TriggerCreationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="TriggerCreationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="fireAfter" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="safetyMargin" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form