@Component @Singleton @Named(value="eventstream") @Unstable public class EventStreamScriptService extends Object implements org.xwiki.script.service.ScriptService
| Constructor and Description |
|---|
EventStreamScriptService() |
| Modifier and Type | Method and Description |
|---|---|
RecordableEventDescriptor |
getDescriptorForEventType(String eventType,
boolean allWikis) |
List<RecordableEventDescriptor> |
getRecordableEventDescriptors(boolean allWikis) |
public List<RecordableEventDescriptor> getRecordableEventDescriptors(boolean allWikis) throws EventStreamException
allWikis - load the descriptors from all the wikis of the farm if trueEventStreamException - if an error happenspublic RecordableEventDescriptor getDescriptorForEventType(String eventType, boolean allWikis) throws EventStreamException
eventType - the type of the eventallWikis - load the descriptors from all the wikis of the farm if trueEventStreamException - if an error happensCopyright © 2004–2017 XWiki. All rights reserved.