Class WikiProvisioningEvent

  • All Implemented Interfaces:
    Serializable, WikiEvent, org.xwiki.observation.event.BeginEvent, org.xwiki.observation.event.BeginFoldEvent, org.xwiki.observation.event.Event, org.xwiki.observation.event.FilterableEvent

    public class WikiProvisioningEvent
    extends AbstractWikiEvent
    implements org.xwiki.observation.event.BeginFoldEvent
    An event triggered just before a provisioning job is started for a wiki.

    The event also send the following parameters:

    • source: the wiki identifier as String
    • data: the current {com.xpn.xwiki.XWikiContext} instance
    Since:
    5.3RC1
    Version:
    $Id: 49533cc128094c7c430aa53f5e0c57132f28177a $
    See Also:
    Serialized Form
    • Constructor Detail

      • WikiProvisioningEvent

        public WikiProvisioningEvent​(String wikiId)
        Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only events affecting the same wiki.
        Parameters:
        wikiId - the wiki identifier
      • WikiProvisioningEvent

        public WikiProvisioningEvent​(org.xwiki.observation.event.filter.EventFilter eventFilter)
        Constructor using a custom EventFilter.
        Parameters:
        eventFilter - the filter to use for matching events