Class SQLRepositoryCompatService
- java.lang.Object
-
- org.nuxeo.runtime.model.DefaultComponent
-
- org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryCompatService
-
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
public class SQLRepositoryCompatService extends DefaultComponent
Compatibility component to register old-style VCS repository extension points.- Since:
- 5.9.3
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
-
Constructor Summary
Constructors Constructor Description SQLRepositoryCompatService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addContribution(RepositoryDescriptor cdesc)
protected RepositoryDescriptor
getRepositoryDescriptor(RepositoryDescriptor cdesc)
void
registerContribution(Object contrib, String xpoint, ComponentInstance contributor)
protected void
removeContribution(RepositoryDescriptor cdesc)
void
unregisterContribution(Object contrib, String xpoint, ComponentInstance contributor)
-
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Component
applicationStarted, getApplicationStartedOrder
-
-
-
-
Method Detail
-
registerContribution
public void registerContribution(Object contrib, String xpoint, ComponentInstance contributor)
- Overrides:
registerContribution
in classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contrib, String xpoint, ComponentInstance contributor)
- Overrides:
unregisterContribution
in classDefaultComponent
-
addContribution
protected void addContribution(RepositoryDescriptor cdesc)
-
removeContribution
protected void removeContribution(RepositoryDescriptor cdesc)
-
getRepositoryDescriptor
protected RepositoryDescriptor getRepositoryDescriptor(RepositoryDescriptor cdesc)
-
-