<div dir="ltr">I want to add this to the notifications code directly so I don't have to reference for each notification, currently I have to add the statement "import com.evolveum.." to each notification that would use it.<div><br></div><div>Within the code, where/what would be a good place to add it?</div><div><br></div><div>import com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationStatusType;</div><div><br></div><div>I was thinking SimpleUserNotifier.java , would that work ?</div><div><br></div><div>An example of our use in the subject and body:</div><div><br></div><div><code></div><div>import com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationStatusType;<br></div><div><br></div><div>if (requestee?.getActivation()?.getAdministrativeStatus() == ActivationStatusType.DISABLED) {<br></div><div><br></div><div>body = "some stuff here";</div><div>}</div><div>else if (requestee?.getActivation()?.getAdministrativeStatus() == ActivationStatusType.ENABLED) {</div><div><br></div><div>body = "someother stuff";</div><div>}</div><div>else {</div><div>body = "something got messed up";</div><div>}</div><div><br></div><div><br clear="all"><div><div><div dir="ltr">JASON</div></div></div>
</div></div>

<br>
<font size="2"><br><br>CONFIDENTIALITY NOTICE:<br>This e-mail together with any attachments is proprietary and confidential; intended for only the recipient(s) named above and may contain information that is privileged. You should not retain, copy or use this e-mail or any attachments for any purpose, or disclose all or any part of the contents to any person. Any views or opinions expressed in this e-mail are those of the author and do not represent those of the Baptist School of Health Professions. If you have received this e-mail in error, or are not the named recipient(s), you are hereby notified that any review, dissemination, distribution or copying of this communication is prohibited by the sender and to do so might constitute a violation of the Electronic Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the sender and delete this e-mail and any attachments from your computer. </font><br>