[midPoint] Filter not working but the other does
Jason Everling
jeverling at bshp.edu
Thu Oct 8 16:37:12 CEST 2015
This below does not work
event.isRelatedToItem(new
com.evolveum.midpoint.prism.path.ItemPath("activation",
"administrativeStatus")) &&
requestee.getOrganization().size() == 1 &&
requestee.getOrganization().get(0).getOrig() !=
'OU=DISABLED,OU=Dept,OU=Users,DC=Test,DC=Local' &&
basic.getExtensionPropertyValue(requestee, 'http://www.bshp.edu/test/bshp',
'eduPersonAffiliation') == 'student'
But this one does
event.isRelatedToItem(new
com.evolveum.midpoint.prism.path.ItemPath("activation",
"administrativeStatus")) &&
requestee.getOrganization().size() == 1 &&
requestee.getOrganization().get(0).getOrig() ==
'OU=DISABLED,OU=Dept,OU=Users,DC=Test,DC=Local' &&
basic.getExtensionPropertyValue(requestee, 'http://www.bshp.edu/test/bshp',
'eduPersonAffiliation') == 'student'
All I changed was the == to != which I assumed would work as a does not
match
--
JASON
--
CONFIDENTIALITY NOTICE:
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20151008/aa7920cb/attachment.htm>
More information about the midPoint
mailing list