Search: concept
Last modified by Vincent Massol on 2014/10/21
Refine your search
Select a category and activate filters on the current results
Result type
-
Document
127
Wiki
-
Dev
100
-
Extensions Wiki
21
-
Home
4
-
Snippets Wiki
2
Location
-
IRC
100
-
Extension
23
-
Project Release Notes
3
-
FAQ
1
Creator
-
Vincent Massol
58
-
IRCBot
47
-
XWikiGuest
2
-
Oana Florea
2
-
slauriere
2
- … 15 more
Last modification date
Object type
-
IRC Bot Archive
100
-
Extension
23
-
Extension
23
-
Extension Version
20
-
Extension Proxy
15
- … 8 more
Upload date
- Sort by:
- Relevance
Model Bridge API
Located in
- Objects
Note that this event is an Event that predates the wiki provisioning concept and it's not sent when provisioning |##WikiDeletedEvent##|wiki id (String)|##XWikiContext## object|Sent after a wiki has been deleted |##WikiProvisioningEvent|wiki id (String)|##XWikiContext## object|Sent before a wiki has been provisioned (i.e. before the content of the wiki has been filled), during the wiki creation process |##WikiProvisionedEvent##|wiki id (String)|##XWikiContext## object|Sent after a wiki has been provisioned (i.e. after the content of the wiki has been filled), during the wiki creation process ))) * Other types of events:((( |=Event Name|=Source|=Data|=Description |##ApplicationReadyEvent##|##XWiki## object|##XWikiContext## object|Sent when the XWiki application is ready to service requests.
Extension Repository Application
Located in
- Objects
{{version since="16.8.0"}} XWiki extensions now have the concept of supporters and support plans. The goal is to replace the very vague concept of **Recommended** we currently have for a very explicit pledge of organizations and individuals (**Supporters**) to support an extension, and to which extent (**Support Plans**).
Confluence XML
Located in
- Objects
XWiki doesn't have a concept of archived document. This parameter lets you optionally import archived documents as regular XWiki documents instead of ignoring them.| |false |Import archived spaces.
…XWiki doesn't have a concept of archived space. This parameter lets you optionally import archived spaces as regular XWiki spaces instead of ignoring them.| |false |Import attachments|If you don't want to import document attachments, set this to false.| |true |Base URLs|((( The list of base URLs leading to the Confluence instance.
Knowledge Ring Application
Located in
- Objects
For instance, all organizations and persons who received the Nobel Peace Prize can be browsed by country. ))) (% class="col-md-4" %) ((( [[[[image:person.jpg||style="border:1px solid silver; max-width:100%;"]]>>attach:person.jpg]] (% class="text-center" %) ((( //Facet filtering on page "Person"// ))) ))) ))) == Data model == (% class="row" %) ((( (% class="col-md-8" %) ((( |=Concept|=Definition |Term|A Term simply wraps a wiki page.
ExtensionSheet
Located in
- Objects
Documents listed here will ne copied in the new wiki but with overloaded contents that include the template wiki one ex : {{code}} #includeInContext("templatewiki:Space.Document") {{/code}} (% style="list-style-type: square" %) * documents to link in place of copy (not used yet) : same concept as include overload at copy but here with a real link.
Hierarchy Macro
Located in
- Objects
In addition, this macro introduces the concept of **children order** for a parent. However, the children order is used by default only by the hierarchy macro; if this order needs to be used in other places in the wiki as well, those places need to be customized to use this additional information introduced by the macro.
Embed macro
Located in
- Objects
See the [[Model>>path:http://extensions.xwiki.org/xwiki/bin/view/Extension/Model%20Module]] module to understand the concept of references. Available since XWiki 3.4M1.
Component Module
Located in
- Objects
. == Namespaces == Component API comes with "namespace" concept. The format of the namespaces is ##<type>:<id>##.
…It's instantiated in the ##XWikiServletContextListener## class (in the ##xwiki-platform-container-servlet## module). == Accessing components in legacy code == The XWiki project is older that this component concept and sometimes you can find yourself in code which cannot really inject components, you should ideally try to convert it to the components world.
ExtensionSheet
Located in
- Objects
description : This API is made to support the [[Scripting Documentation Application]]. The concept of this API is to provide scripting documentation by dynamically searching the current wiki instance for available bindings.
XWiki GraphQL API
Located in
- Objects
description : {{warning}}This is currently a proof of concept and not yet ready for production.{{/warning}} Inspiration: https://github.com/phillip-kruger/graphql-example It follows the [[Eclipse MicroProfile GraphQL API Specifications>>https://github.com/eclipse/microprofile-graphql/]] using the [[SmallRye GraphQL Implementation>>https://github.com/smallrye/smallrye-graphql]].