content::revision::export_to_filesystem (public)

 content::revision::export_to_filesystem -revision_id revision_id \
    -storage_type storage_type -filename filename

Defined in packages/acs-content-repository/tcl/content-revision-procs.tcl

Export the content of the provided revision to the named file in the filesystem.

Switches:
-revision_id
(required)
-storage_type
(required)
-filename
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 fs::publish_versioned_object_to_file_system fs::publish_versioned_object_to_file_system (public) content::revision::export_to_filesystem content::revision::export_to_filesystem fs::publish_versioned_object_to_file_system->content::revision::export_to_filesystem

Testcases:
No testcase defined.
Source code:
    ::content::revision::export_to_filesystem-$storage_type  -revision_id $revision_id  -filename $filename
Generic XQL file:
packages/acs-content-repository/tcl/content-revision-procs.xql

PostgreSQL XQL file:
packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql

Oracle XQL file:
packages/acs-content-repository/tcl/content-revision-procs-oracle.xql

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