xowf::Package instproc destroy (public)

 <instance of xowf::Package[i]> destroy

Defined in /var/www/openacs.org/packages/xowf/tcl/xowf-procs.tcl

remove mixin

Testcases:
create_test_items, create_workflow_with_instance
Source code:
#
# In general, it is possible, that multiple xowf packages are
# concurrently active in one thread. We want to remove the mixin
# only, when the last instance is deleted.
#
if {[llength [[self class] allinstances]] == 1} {
  ::xowiki::FormPage instmixin delete ::xowf::WorkflowPage
}
next
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: