auth::sync::GetAcknowledgementDocument (private)
auth::sync::GetAcknowledgementDocument -authority_id authority_id \ -job_id job_id -document document
Defined in packages/acs-authentication/tcl/sync-procs.tcl
Wrapper for the GetAckDocument operation of the auth_sync_process service contract.
- Switches:
- -authority_id (required)
- -job_id (required)
- -document (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set impl_id [auth::authority::get_element -authority_id $authority_id -element "process_doc_impl_id"] if { $impl_id eq "" } { # No implementation of auth_sync_process set authority_pretty_name [auth::authority::get_element -authority_id $authority_id -element "pretty_name"] ad_raise NO_AUTH_SYNC "The authority '$authority_pretty_name' doesn't support auth_sync_process" } set parameters [auth::driver::get_parameter_values -authority_id $authority_id -impl_id $impl_id] return [acs_sc::invoke -error -contract "auth_sync_process" -impl_id $impl_id -operation GetAcknowledgementDocument -call_args [list $job_id $document $parameters]]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