Class ::xolirc::Package

::xolirc::Package[i] create ...

Defined in

Class Relations

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

Methods (to be applied on the object)

  • create-page-from-log (scripted, public)

     xolirc::Package[i] create-page-from-log [ -overwrite overwrite ] \
        [ -date date ]
    Switches:
    -overwrite (optional, defaults to "1")
    Indicates if the content of the page will be overwritted in case the page exists already.
    -date (optional)
    Indicates the date of the log html files to read from.

    Testcases:
    No testcase defined.
  • process-all-logs (scripted, public)

     xolirc::Package[i] process-all-logs [ -overwrite overwrite ]

    Goes through all the log files and creates the respective xowiki Page.

    Switches:
    -overwrite (optional, defaults to "1")
    In case that the page exists for the processing date, this parameter if overwrite it (1) or not (0).

    Testcases:
    No testcase defined.