Class ModelstoreProvider
- java.lang.Object
-
- no.priv.bang.modeling.modelstore.backend.BuiltinAspectsBase
-
- no.priv.bang.modeling.modelstore.backend.ModelstoreBase
-
- no.priv.bang.modeling.modelstore.backend.ModelstoreProvider
-
- All Implemented Interfaces:
BuiltinAspects
,Modelstore
public class ModelstoreProvider extends ModelstoreBase
An OSGi Declarative Services component providing an implementation of theModelstore
service.
-
-
Constructor Summary
Constructors Constructor Description ModelstoreProvider()
-
Method Summary
-
Methods inherited from class no.priv.bang.modeling.modelstore.backend.ModelstoreBase
createContext, getDefaultContext, getErrors, logError, persistContext, restoreContext, setDateFactory
-
Methods inherited from class no.priv.bang.modeling.modelstore.backend.BuiltinAspectsBase
getAspectContainerAspectId, getGeneralObjectAspectId, getGeneralRelationshipAspectId, getMetadataAspectId, getModelAspectId, getRelationshipAspectId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.priv.bang.modeling.modelstore.services.BuiltinAspects
getAspectContainerAspectId, getGeneralObjectAspectId, getGeneralRelationshipAspectId, getMetadataAspectId, getModelAspectId, getRelationshipAspectId
-
-