oacs_dav::children_have_permission_p (public)

 oacs_dav::children_have_permission_p [ -user_id user_id ] \
    [ -item_id item_id ] [ -privilege privilege ]

Defined in packages/oacs-dav/tcl/oacs-dav-procs.tcl

Check permission on child items of item_id for user_id with privilege

Switches:
-user_id
(optional)
-item_id
(optional)
-privilege
(optional)
Returns:
returns 0 if user does not have privilege over all children otherwise return 1

Partial Call Graph (max 5 caller/called nodes):
%3 test_oacs_dav_children_have_permission_p oacs_dav_children_have_permission_p (test oacs-dav) oacs_dav::children_have_permission_p oacs_dav::children_have_permission_p test_oacs_dav_children_have_permission_p->oacs_dav::children_have_permission_p db_string db_string (public) oacs_dav::children_have_permission_p->db_string oacs_dav::impl::content_folder::copy oacs_dav::impl::content_folder::copy (private) oacs_dav::impl::content_folder::copy->oacs_dav::children_have_permission_p oacs_dav::impl::content_folder::delete oacs_dav::impl::content_folder::delete (private) oacs_dav::impl::content_folder::delete->oacs_dav::children_have_permission_p oacs_dav::impl::content_folder::move oacs_dav::impl::content_folder::move (private) oacs_dav::impl::content_folder::move->oacs_dav::children_have_permission_p

Testcases:
oacs_dav_children_have_permission_p
[ show source ]
Show another procedure: