permission::inherit_p (public)
permission::inherit_p -object_id object_id
Defined in packages/acs-tcl/tcl/acs-permissions-procs.tcl
Does this object inherit permissions?
- Switches:
- -object_id (required)
- Returns:
- Boolean value expression whether permussions are inherited.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- test_inheritance_and_custom_permissions
Source code: return [db_string select_inherit_p {} -default 0]Generic XQL file: <fullquery name="permission::inherit_p.select_inherit_p"> <querytext> select case when security_inherit_p = 't' then 1 else 0 end from acs_objects 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