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):
%3 test_acs_object_procs_test acs_object_procs_test (test acs-tcl) acs_object::get_element acs_object::get_element test_acs_object_procs_test->acs_object::get_element test_attachments_name_api attachments_name_api (test attachments) test_attachments_name_api->acs_object::get_element acs_object::get acs_object::get (public) acs_object::get_element->acs_object::get attachments::get_title attachments::get_title (public) attachments::get_title->acs_object::get_element content::item::get_context content::item::get_context (public, deprecated) content::item::get_context->acs_object::get_element fs::do_notifications fs::do_notifications (public) fs::do_notifications->acs_object::get_element permission::write_permission_p permission::write_permission_p (public) permission::write_permission_p->acs_object::get_element

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

[ hide source ] | [ make this the default ]
Show another procedure: