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. <p>Java class for AbstractAccessCertificationDefinitionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AbstractAccessCertificationDefinitionType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType"&gt; &lt;sequence&gt; &lt;element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="scopeDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationScopeType" minOccurs="0"/&gt; &lt;element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="remediationDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationRemediationDefinitionType" minOccurs="0"/&gt; &lt;element name="reiterationDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationReiterationDefinitionType" minOccurs="0"/&gt; &lt;element name="stageDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationStageDefinitionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="reviewStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseReviewStrategyType" minOccurs="0"/&gt; &lt;element name="adHoc" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="lastCampaignIdUsed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="lastCampaignStartedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="lastCampaignClosedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form