item::is_publishable (public, deprecated)

 item::is_publishable item_id

Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Determine if the item is publishable. The item is publishable only if:

  • All child relations, as well as item relations, are satisfied (according to min_n and max_n)
  • The workflow (if any) for the item is finished

Parameters:
item_id (required)
The item id
Returns:
1 if the item is publishable, 0 otherwise
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) content::item::is_publishable content::item::is_publishable (public) item::is_publishable item::is_publishable item::is_publishable->ad_log_deprecated item::is_publishable->content::item::is_publishable

Testcases:
No testcase defined.
[ show source ]
Show another procedure: