acs_object_type (public)
acs_object_type object_id
Defined in packages/acs-tcl/tcl/object-procs.tcl
Returns the type of an object.
- Parameters:
- object_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- data_links_with_tag, attachments_name_api
Source code: return [db_string object_type_select { select object_type from acs_objects where object_id = :object_id } -default ""]XQL Not present: PostgreSQL, Oracle Generic XQL file: <fullquery name="acs_object_type.object_type_select"> <querytext> select object_type from acs_objects where object_id = :object_id </querytext> </fullquery>packages/acs-tcl/tcl/object-procs.xql