Class AccessCertificationCaseType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    AccessCertificationAssignmentCaseType

    public class AccessCertificationCaseType
    extends Object
    implements Serializable, Cloneable, Containerable
    An item that has to be certified, viewed in the scope of a given certification campaign. <p>Java class for AccessCertificationCaseType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AccessCertificationCaseType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="tenantRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivationType" minOccurs="0"/&gt; &lt;element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="workItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationWorkItemType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="currentStageCreateTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;element name="currentStageDeadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="currentStageOutcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="reviewFinishedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="remediedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="event" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form