acs_object::get (public)
acs_object::get -object_id object_id [ -array array ] \ [ -element element ]
Defined in packages/acs-tcl/tcl/object-procs.tcl
Gets information about an acs_object. If called without "-element", it returns a dict containing object_id, package_id, object_type, context_id, security_inherit_p, creation_user, creation_date_ansi, creation_ip, last_modified_ansi, modifying_user, modifying_ip, tree_sortkey, object_name. If called with "-element" it returns the denoted element (similar to e.g. "party::get").
- Switches:
- -object_id (required)
- for which the information should be retrieved
- -array (optional)
- An array in the caller's namespace into which the info should be delivered (upvared)
- -element (optional)
- to be returned
- Error:
- when object_id does not exist
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_object_procs_test