acs_object::is_type_p (private)

 acs_object::is_type_p -object_id object_id -object_types object_types \
    [ -no_hierarchy ]

Defined in packages/acs-tcl/tcl/object-procs.tcl

Returns whether an object is of a given object type.

Switches:
-object_id
(required)
-object_types
(required)
-no_hierarchy
(boolean) (optional)
Returns:
boolean

Partial Call Graph (max 5 caller/called nodes):
%3 test_is_object_type_p is_object_type_p (test acs-tcl) acs_object::is_type_p acs_object::is_type_p test_is_object_type_p->acs_object::is_type_p acs_object_type acs_object_type (public) acs_object::is_type_p->acs_object_type acs_object_type::supertypes acs_object_type::supertypes (private) acs_object::is_type_p->acs_object_type::supertypes ad_page_contract_filter_proc_object_type ad_page_contract_filter_proc_object_type (public) ad_page_contract_filter_proc_object_type->acs_object::is_type_p

Testcases:
is_object_type_p
[ show source ]
Show another procedure: