Class Migration

    • Constructor Detail

      • Migration

        public Migration()
    • Method Detail

      • setCoreService

        public void setCoreService​(CoreService dmx)
      • run

        public abstract void run()
      • setTopicTypeViewConfigValue

        protected final void setTopicTypeViewConfigValue​(String topicTypeUri,
                                                         String setting,
                                                         Object value)
        Convenience method for plugin authors to set a Webclient view config value for a certain topic type.
        Parameters:
        topicTypeUri - The URI of the topic type whose view configuration value to set.
        setting - Last component of the child type URI whose value to set, e.g. "icon".
        value - The config value (String, Integer, Long, Double, or Boolean).
      • setAssocTypeViewConfigValue

        protected final void setAssocTypeViewConfigValue​(String assocTypeUri,
                                                         String setting,
                                                         Object value)
        Convenience method for plugin authors to set a Webclient view config value for a certain assoc type.
        Parameters:
        assocTypeUri - The URI of the assoc type whose view configuration value to set.
        setting - Last component of the child type URI whose value to set, e.g. "color".
        value - The config value (String, Integer, Long, Double, or Boolean).