Class ConfigurationResourceImpl

java.lang.Object
org.openremote.container.web.WebResource
org.openremote.manager.web.ManagerWebResource
org.openremote.manager.app.ConfigurationResourceImpl
All Implemented Interfaces:
org.openremote.container.security.AuthContext, org.openremote.model.manager.ConfigurationResource

public class ConfigurationResourceImpl extends ManagerWebResource implements org.openremote.model.manager.ConfigurationResource
  • Field Details

  • Constructor Details

  • Method Details

    • update

      public org.openremote.model.manager.ManagerAppConfig update(org.openremote.model.http.RequestParams requestParams, org.openremote.model.manager.ManagerAppConfig managerConfiguration)
      Specified by:
      update in interface org.openremote.model.manager.ConfigurationResource
    • fileUpload

      public String fileUpload(org.openremote.model.http.RequestParams requestParams, String path, org.openremote.model.file.FileInfo fileInfo)
      Specified by:
      fileUpload in interface org.openremote.model.manager.ConfigurationResource
    • getManagerConfig

      public org.openremote.model.manager.ManagerAppConfig getManagerConfig()
      Specified by:
      getManagerConfig in interface org.openremote.model.manager.ConfigurationResource
    • getManagerConfigImage

      public Object getManagerConfigImage(String fileName)
      Specified by:
      getManagerConfigImage in interface org.openremote.model.manager.ConfigurationResource