install::xml::action::set-join-policy (public)

 install::xml::action::set-join-policy node

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

Set the join policy of a group.

Parameters:
node (required)

Testcases:
No testcase defined.
Source code:
    set join_policy [apm_required_attribute_value $node join-policy]

    set objects [xml_node_get_children [lindex $node 0]]

    foreach object $objects {
        set group_id [apm_invoke_install_proc -type object_id -node $object]
        group::update -group_id $group_id [list join_policy $join_policy]
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: