Changes between Version 3 and Version 4 of Malted/PluginDevelopmentNotes


Ignore:
Timestamp:
26.06.2013 18:39:20 (12 years ago)
Author:
Malte
Comment:

Referencing topic instances in a declarative migration

Legend:

Unmodified
Added
Removed
Modified
  • Malted/PluginDevelopmentNotes

    v3 v4  
    2222Addendum: Since the "importModels=" property influences the starting order of all plugins, a rule of thumb was identified in Ticket #465: "If your plugin introduces new types, you have to import the "de.deepamehta.accesscontrol" model". Otherwise ACL-Entries may not be set correct during installation of your plugin since the ACL-Plugin is not there to do it's job.  
    2323 
     24=== Referencing topic instances in a declarative migration === 
     25 
     26    "composite": { "my.topic.type.uri" : "ref_uri:my.awesome.topic.instance.uri" } see https://github.com/jri/deepamehta/blob/master/modules/dm4-core/src/main/java/de/deepamehta/core/model/CompositeValueModel.java 
    2427 
    2528=== Working on server-side with dms (Application Service) ===