public class ToutaticeInheritanceServiceImpl extends org.nuxeo.runtime.model.DefaultComponent implements ToutaticeInheritanceService
| Modifier and Type | Field and Description |
|---|---|
protected org.nuxeo.ecm.platform.actions.ejb.ActionManager |
actionManager |
static String |
EXTENSION_POINTS_SETTERS |
static org.nuxeo.runtime.model.ComponentName |
ID |
protected Map<String,ToutaticeInheritanceSetterDescriptor> |
settersDescriptors |
CTXT_RECURSION_DEPTH_COUNT| Constructor and Description |
|---|
ToutaticeInheritanceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deactivate(org.nuxeo.runtime.model.ComponentContext context) |
void |
registerContribution(Object contribution,
String extensionPoint,
org.nuxeo.runtime.model.ComponentInstance contributor) |
void |
run(org.nuxeo.ecm.core.event.Event event,
boolean isSynchronousExecution) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
org.nuxeo.runtime.model.ComponentInstance contributor) |
public static final org.nuxeo.runtime.model.ComponentName ID
public static final String EXTENSION_POINTS_SETTERS
protected final Map<String,ToutaticeInheritanceSetterDescriptor> settersDescriptors
protected org.nuxeo.ecm.platform.actions.ejb.ActionManager actionManager
public void deactivate(org.nuxeo.runtime.model.ComponentContext context)
throws Exception
deactivate in interface org.nuxeo.runtime.model.Componentdeactivate in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor) throws Exception
registerContribution in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor) throws Exception
unregisterContribution in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void run(org.nuxeo.ecm.core.event.Event event,
boolean isSynchronousExecution)
run in interface ToutaticeInheritanceServiceCopyright © 2020. All rights reserved.