auth::sync::job::get_entries (public)
auth::sync::job::get_entries -job_id job_id
Defined in packages/acs-authentication/tcl/sync-procs.tcl
Get a list of entry_ids of the job log entries, ordered by entry_time.
- Switches:
- -job_id (required)
- The ID of the batch job you're ending.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- sync_batch_ims_example_doc, sync_batch_ims_test
Source code: return [db_list select_entries { select entry_id from auth_batch_job_entries where job_id = :job_id order by entry_time }]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