Class AccessCertificationReviewerSpecificationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AccessCertificationReviewerSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies how to select reviewers for a campaign stage.

    Java class for AccessCertificationReviewerSpecificationType complex type.

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

     <complexType name="AccessCertificationReviewerSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="useTargetOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="useTargetApprover" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="useObjectOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="useObjectApprover" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="useObjectManager" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ManagerSearchType" minOccurs="0"/>
             <element name="reviewerExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="defaultReviewerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="additionalReviewerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form