Class AccessCertificationCaseType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for AccessCertificationCaseType complex type.

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

     <complexType name="AccessCertificationCaseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="tenantRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivationType" minOccurs="0"/>
             <element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="workItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationWorkItemType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="currentStageCreateTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="currentStageDeadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="currentStageOutcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="reviewFinishedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="remediedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="event" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form