Class StunnerProfilePreferencesLoader


  • @ApplicationScoped
    public class StunnerProfilePreferencesLoader
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StunnerProfilePreferencesLoader​(org.kie.workbench.common.stunner.core.api.ProfileManager profileManager, org.kie.workbench.common.profile.api.preferences.ProfilePreferences profilePreferences, org.kie.workbench.common.stunner.core.profile.FullProfile defaultProfile)  
    • Constructor Detail

      • StunnerProfilePreferencesLoader

        @Inject
        public StunnerProfilePreferencesLoader​(org.kie.workbench.common.stunner.core.api.ProfileManager profileManager,
                                               org.kie.workbench.common.profile.api.preferences.ProfilePreferences profilePreferences,
                                               org.kie.workbench.common.stunner.core.profile.FullProfile defaultProfile)
    • Method Detail

      • load

        public void load​(org.kie.workbench.common.stunner.core.diagram.Metadata metadata,
                         org.uberfire.mvp.ParameterizedCommand<org.kie.workbench.common.stunner.core.profile.Profile> loadCompleteCallback,
                         org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)