auth::sync::get_doc::file::register_impl (private)

 auth::sync::get_doc::file::register_impl

Defined in packages/acs-authentication/tcl/sync-procs.tcl

Register this implementation

Partial Call Graph (max 5 caller/called nodes):
%3 auth::package_install auth::package_install (private) auth::sync::get_doc::file::register_impl auth::sync::get_doc::file::register_impl auth::package_install->auth::sync::get_doc::file::register_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) auth::sync::get_doc::file::register_impl->acs_sc::impl::new_from_spec auth::sync::get_doc::file::GetDocument auth::sync::get_doc::file::GetDocument (private) auth::sync::get_doc::file::register_impl->auth::sync::get_doc::file::GetDocument auth::sync::get_doc::file::GetParameters auth::sync::get_doc::file::GetParameters (private) auth::sync::get_doc::file::register_impl->auth::sync::get_doc::file::GetParameters

Testcases:
No testcase defined.
Source code:
    set spec {
        contract_name "auth_sync_retrieve"
        owner "acs-authentication"
        name "LocalFilesystem"
        pretty_name "Local Filesystem"
        aliases {
            GetDocument auth::sync::get_doc::file::GetDocument
            GetParameters auth::sync::get_doc::file::GetParameters
        }
    }

    return [acs_sc::impl::new_from_spec -spec $spec]
Generic XQL file:
packages/acs-authentication/tcl/sync-procs.xql

PostgreSQL XQL file:
packages/acs-authentication/tcl/sync-procs-postgresql.xql

Oracle XQL file:
packages/acs-authentication/tcl/sync-procs-oracle.xql

[ hide source ]
Show another procedure: