auth::sync::process_doc::ims::register_impl (private)

 auth::sync::process_doc::ims::register_impl

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

Register this implementation

Partial Call Graph (max 5 caller/called nodes):
%3 auth::after_upgrade auth::after_upgrade (private) auth::sync::process_doc::ims::register_impl auth::sync::process_doc::ims::register_impl auth::after_upgrade->auth::sync::process_doc::ims::register_impl auth::package_install auth::package_install (private) auth::package_install->auth::sync::process_doc::ims::register_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) auth::sync::process_doc::ims::register_impl->acs_sc::impl::new_from_spec auth::sync::process_doc::ims::GetAcknowledgementDocument auth::sync::process_doc::ims::GetAcknowledgementDocument (private) auth::sync::process_doc::ims::register_impl->auth::sync::process_doc::ims::GetAcknowledgementDocument auth::sync::process_doc::ims::GetElements auth::sync::process_doc::ims::GetElements (private) auth::sync::process_doc::ims::register_impl->auth::sync::process_doc::ims::GetElements auth::sync::process_doc::ims::GetParameters auth::sync::process_doc::ims::GetParameters (private) auth::sync::process_doc::ims::register_impl->auth::sync::process_doc::ims::GetParameters auth::sync::process_doc::ims::ProcessDocument auth::sync::process_doc::ims::ProcessDocument (private) auth::sync::process_doc::ims::register_impl->auth::sync::process_doc::ims::ProcessDocument

Testcases:
No testcase defined.
Source code:
    set spec {
        contract_name "auth_sync_process"
        owner "acs-authentication"
        name "IMS_Enterprise_v_1p1"
        pretty_name "IMS Enterprise 1.1"
        aliases {
            ProcessDocument auth::sync::process_doc::ims::ProcessDocument
            GetAcknowledgementDocument auth::sync::process_doc::ims::GetAcknowledgementDocument
            GetElements auth::sync::process_doc::ims::GetElements
            GetParameters auth::sync::process_doc::ims::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: