public class ScannerConfigurationServiceImpl extends org.nuxeo.runtime.model.DefaultComponent implements ScannerConfigurationService
| Constructor and Description |
|---|
ScannerConfigurationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.nuxeo.runtime.model.ComponentContext context) |
Directive |
getDirective(org.nuxeo.ecm.core.event.Event event)
Gets the directive associated with the event fired by the scheduler.
|
AbstractScanUpdater |
getUpdater(org.nuxeo.ecm.core.event.Event event)
Gets updater's class.
|
void |
registerExtension(org.nuxeo.runtime.model.Extension extension) |
public void activate(org.nuxeo.runtime.model.ComponentContext context)
throws Exception
activate in interface org.nuxeo.runtime.model.Componentactivate in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void registerExtension(org.nuxeo.runtime.model.Extension extension)
throws Exception
registerExtension in interface org.nuxeo.runtime.model.ExtensibleregisterExtension in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic Directive getDirective(org.nuxeo.ecm.core.event.Event event) throws DirectiveException
getDirective in interface ScannerConfigurationServiceDirectiveExceptionpublic AbstractScanUpdater getUpdater(org.nuxeo.ecm.core.event.Event event) throws Exception
getUpdater in interface ScannerConfigurationServiceExceptionCopyright © 2019. All rights reserved.