xowiki::sc::register_implementations (private)

 xowiki::sc::register_implementations

Defined in packages/xowiki/tcl/xowiki-sc-procs.tcl

Register the content type fts contract

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::after-install xowiki::after-install (private) xowiki::sc::register_implementations xowiki::sc::register_implementations xowiki::after-install->xowiki::sc::register_implementations acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) xowiki::sc::register_implementations->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:
    acs_sc::impl::new_from_spec -spec {
      name "::xowiki::Page"
      aliases {
        datasource ::xowiki::datasource
        url ::xowiki::url
      }
      contract_name FtsContentProvider
      owner xowiki
    }
    acs_sc::impl::new_from_spec -spec {
      name "::xowiki::PlainPage"
      aliases {
        datasource ::xowiki::datasource
        url ::xowiki::url
      }
      contract_name FtsContentProvider
      owner xowiki
    }
    acs_sc::impl::new_from_spec -spec {
      name "::xowiki::PageInstance"
      aliases {
        datasource ::xowiki::datasource
        url ::xowiki::url
      }
      contract_name FtsContentProvider
      owner xowiki
    }
    acs_sc::impl::new_from_spec -spec {
      name "::xowiki::FormPage"
      aliases {
        datasource ::xowiki::datasource
        url ::xowiki::url
      }
      contract_name FtsContentProvider
      owner xowiki
    }
    acs_sc::impl::new_from_spec -spec {
      name "::xowiki::File"
      aliases {
        datasource ::xowiki::datasource
        url ::xowiki::url
      }
      contract_name FtsContentProvider
      owner xowiki
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: