fs::install::after_instantiate (private)

 fs::install::after_instantiate -package_id package_id

Defined in packages/file-storage/tcl/file-storage-install-procs.tcl

Switches:
-package_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 apm_instance_name_from_id apm_instance_name_from_id (public) fs::new_root_folder fs::new_root_folder (public) fs::install::after_instantiate fs::install::after_instantiate fs::install::after_instantiate->apm_instance_name_from_id fs::install::after_instantiate->fs::new_root_folder

Testcases:
No testcase defined.
Source code:
    # using site_node name for root folder name
    # doesn't work in the case that multiple instances of
    # a node called "file-storage" for example, are mounted
    # all file storage root folders have parent_id=0 and
    # parent_id, name must be unique.

    # this isn't a problem in resolving URLs because we know which
    # root folder is associated with a site_node/package_id
    set instance_name [apm_instance_name_from_id $package_id]
    set folder_id [fs::new_root_folder  -package_id $package_id  -pretty_name $instance_name  ]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: