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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
void
setValueCreator(ValueCreator valueCreator)
-
Methods inherited from class no.priv.bang.modeling.modelstore.backend.ModelstoreBase
createContext, doActivate, doSetValueCreator, getDefaultContext, getErrors, getValueCreator, 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
-
-
-
-
Method Detail
-
setValueCreator
public void setValueCreator(ValueCreator valueCreator)
-
activate
public void activate()
-
-