Class ::xowf::Package

::xowf::Package[i] create ...

Defined in

Class Relations

  • class: ::xo::PackageMgr[i]
  • superclass: ::xowiki::Package[i]

Methods (to be applied on the object)

  • create_new_workflow_page (scripted, public)

     xowf::Package[i] create_new_workflow_page -package_id package_id  \
        -parent_id parent_id  -name name  -title title  \
        [ -instance_attributes instance_attributes ]

    Helper proc for loading workflow prototype page with less effort.

    Switches:
    -package_id (required)
    -parent_id (required)
    -name (required)
    -title (required)
    -instance_attributes (optional)

    Testcases:
    create_new_workflow_page

Methods (to be applied on instances)