Class FailedObjectsSelectorType

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

    public class FailedObjectsSelectorType
    extends Object
    implements Serializable, Cloneable, Containerable
    Selects objects that were failed to be processed in previous task run(s). <p>Java class for FailedObjectsSelectorType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FailedObjectsSelectorType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="timeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="timeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="selectionMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FailedObjectsSelectionMethodType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form