Class GeneralNotifierType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Direct Known Subclasses:
    AccountPasswordNotifierType, ConfirmationNotifierType, DummyNotifierType, SimpleCampaignNotifierType, SimpleCampaignStageNotifierType, SimpleCaseManagementNotifierType, SimpleFocalObjectNotifierType, SimplePolicyRuleNotifierType, SimpleReportNotifierType, SimpleResourceObjectNotifierType, SimpleReviewerNotifierType, SimpleTaskNotifierType, SimpleWorkflowNotifierType, UserPasswordNotifierType

    public class GeneralNotifierType
    extends EventHandlerType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for GeneralNotifierType complex type.

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

     <complexType name="GeneralNotifierType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EventHandlerType">
           <sequence>
             <element name="fromExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="recipientExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ccExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="bccExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="contentTypeExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="subjectExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="subjectPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="bodyExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="attachment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationMessageAttachmentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="attachmentExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="watchAuxiliaryAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="showModifiedValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="showTechnicalInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form