Start using entity framework.
[gpl/argeo-suite.git] / org.argeo.suite.e4 / OSGI-INF / systemE4Service.xml
index 1d758e28726b47cc7e8cb2b3ae120dc9796f4f7f..3cd10d9b3cced75add91c366558c8785b6604c82 100644 (file)
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="System E4 Service">
-   <implementation class="org.argeo.connect.e4.SystemE4Service"/>
+   <implementation class="org.argeo.connect.e4.SystemE4ServiceFunction"/>
    <service>
       <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
    </service>
    <reference bind="addAppService" cardinality="0..n" interface="org.argeo.connect.ui.AppWorkbenchService" name="AppWorkbenchService" policy="dynamic" unbind="removeAppService"/>
    <property name="service.context.key" type="String" value="org.argeo.connect.ui.SystemWorkbenchService"/>
+   <reference bind="addEntityDefinition" cardinality="0..n" interface="org.argeo.entity.EntityDefinition" name="EntityDefinition" policy="dynamic" unbind="removeEntityDefinition"/>
 </scr:component>