auth::sync::get_doc::http::GetParameters (private)

 auth::sync::get_doc::http::GetParameters

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

Parameters for HTTP GetDocument implementation.

Partial Call Graph (max 5 caller/called nodes):
%3 test_sync_get_parameters sync_get_parameters (test acs-authentication) auth::sync::get_doc::http::GetParameters auth::sync::get_doc::http::GetParameters test_sync_get_parameters->auth::sync::get_doc::http::GetParameters AcsSc.auth_sync_retrieve.getparameters.httpget AcsSc.auth_sync_retrieve.getparameters.httpget (private) AcsSc.auth_sync_retrieve.getparameters.httpget->auth::sync::get_doc::http::GetParameters auth::sync::get_doc::http::register_impl auth::sync::get_doc::http::register_impl (private) auth::sync::get_doc::http::register_impl->auth::sync::get_doc::http::GetParameters

Testcases:
sync_get_parameters
Source code:
    return {
        IncrementalURL {The URL from which to retrieve document for incremental update. Will retrieve this most of the time.}
        SnapshotURL {The URL from which to retrieve document for snapshot update. If specified, will get this once per month.}
    }
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: