Class AbstractAccessCertificationDefinitionType

  • All Implemented Interfaces:
    Containerable, JaxbVisitable, Objectable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    AccessCertificationDefinitionForReportType, AccessCertificationDefinitionType

    public abstract class AbstractAccessCertificationDefinitionType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Definition of an access certification - a template for a set of access certification campaigns.

    Java class for AbstractAccessCertificationDefinitionType complex type.

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

     <complexType name="AbstractAccessCertificationDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType">
           <sequence>
             <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="scopeDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationScopeType" minOccurs="0"/>
             <element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="remediationDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationRemediationDefinitionType" minOccurs="0"/>
             <element name="reiterationDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationReiterationDefinitionType" minOccurs="0"/>
             <element name="stageDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationStageDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="reviewStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseReviewStrategyType" minOccurs="0"/>
             <element name="adHoc" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="lastCampaignIdUsed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="lastCampaignStartedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastCampaignClosedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form