11-06-2012 11:07 AM
<if test="authorizationUserId != null">
AND (exists (select ID_ from ${prefix} ACT_RU_IDENTITYLINK IDN where IDN.PROC_DEF_ID_ = RES.ID_ and IDN.USER_ID_ = #{authorizationUserId})
OR exists (select IDN.ID_ from ${prefix} ACT_RU_IDENTITYLINK IDN, ${prefix} ACT_ID_MEMBERSHIP MBMR where IDN.PROC_DEF_ID_ = RES.ID_ and MBMR.USER_ID_ = #{authorizationUserId} and IDN.GROUP_ID_ = MBMR.GROUP_ID_)
)
</if>
11-08-2012 04:22 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.