category::get_object_context (public)

 category::get_object_context object_id

Defined in packages/categories/tcl/categories-procs.tcl

Returns the object name and url to be used in a context bar.

Parameters:
object_id (required)
object_id to get the name of.
Author:
Timo Hentschel <timo@timohentschel.de>

Testcases:
category_object_mapping
Source code:
    return [list "/o/$object_id" [acs_object_name $object_id]]
XQL Not present:
Generic
PostgreSQL XQL file:
packages/categories/tcl/categories-procs-postgresql.xql

Oracle XQL file:
packages/categories/tcl/categories-procs-oracle.xql

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