Class ::xolirc::Package

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

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
    (defaults to "1") (optional)
    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.

    Partial Call Graph (max 5 caller/called nodes):
    %3 apm_package_ids_from_key apm_package_ids_from_key (public) db_dml db_dml (public) parameter::get parameter::get (public) parameter::set_value parameter::set_value (public) xolirc::Package proc create-page-from-log xolirc::Package proc create-page-from-log xolirc::Package proc create-page-from-log->apm_package_ids_from_key xolirc::Package proc create-page-from-log->db_dml xolirc::Package proc create-page-from-log->parameter::get xolirc::Package proc create-page-from-log->parameter::set_value

    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
    (defaults to "1") (optional)
    In case that the page exists for the processing date, this parameter if overwrite it (1) or not (0).

    Partial Call Graph (max 5 caller/called nodes):
    %3

    Testcases:
    No testcase defined.