acs_object::get_element (public)
acs_object::get_element -object_id object_id -element element
Defined in packages/acs-tcl/tcl/object-procs.tcl
Gets a specific element from the info returned by acs_object::get.
- Switches:
- -object_id (required)
- the object to get data for
- -element (required)
- the field to return
- Returns:
- the value of the specified element
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_object_procs_test, attachments_name_api
Source code: return [acs_object::get -object_id $object_id -element $element]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/object-procs.xql