permission::set_inherit (public)

 permission::set_inherit -object_id object_id

Defined in packages/acs-tcl/tcl/acs-permissions-procs.tcl

set inherit to true

Switches:
-object_id (required)

Testcases:
test_inheritance_and_custom_permissions
Source code:
    db_dml set_inherit {}
    permission::permission_thread_cache_flush
Generic XQL file:
<fullquery name="permission::set_inherit.set_inherit">
    <querytext>
            update acs_objects
            set security_inherit_p = 't'
            where object_id = :object_id
        </querytext>
</fullquery>
packages/acs-tcl/tcl/acs-permissions-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: