Class DefaultProfilesUpdater

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute()
      Executes a default profile update
      void init()
      This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultProfilesUpdater

        public DefaultProfilesUpdater​(@Value("${tenantId}")
                                      java.lang.Long tenantId,
                                      ProfilesImporter profilesImporter)
    • Method Detail

      • execute

        public boolean execute()
        Executes a default profile update
        Returns:
        whether the default profiles where updated
        Throws:
        java.lang.Exception - if execution fails