load_role_bm.proc 527 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="UTF-8"?>
<p:procedure xmlns:a="http://www.leaf-framework.org/application" xmlns:ns1="uncertain.cache.action" xmlns:rs="leaf.database.rsconsumer" xmlns:p="uncertain.proc">
    <ns1:cache-clear cacheName="RoleBmAccess"/>
    <a:model-query fetchAll="true" model="init.load_role_bm_access">
        <a:consumer>
            <rs:cache-writer cacheName="RoleBmAccess" recordKey="${@role_bm}"/>
        </a:consumer>
    </a:model-query>
    <p:echo message="Function BM access loaded"/>
</p:procedure>