Class AssetModelResourceImpl

java.lang.Object
org.openremote.container.web.WebResource
org.openremote.manager.web.ManagerWebResource
org.openremote.manager.asset.AssetModelResourceImpl
All Implemented Interfaces:
org.openremote.container.security.AuthContext, org.openremote.model.asset.AssetModelResource

public class AssetModelResourceImpl extends ManagerWebResource implements org.openremote.model.asset.AssetModelResource
  • Field Details

  • Constructor Details

  • Method Details

    • getAssetInfos

      public org.openremote.model.asset.AssetTypeInfo[] getAssetInfos(org.openremote.model.http.RequestParams requestParams, String parentId, String parentType)
      Specified by:
      getAssetInfos in interface org.openremote.model.asset.AssetModelResource
    • getAssetInfo

      public org.openremote.model.asset.AssetTypeInfo getAssetInfo(org.openremote.model.http.RequestParams requestParams, String parentId, String assetType)
      Specified by:
      getAssetInfo in interface org.openremote.model.asset.AssetModelResource
    • getAssetDescriptors

      public org.openremote.model.asset.AssetDescriptor<?>[] getAssetDescriptors(org.openremote.model.http.RequestParams requestParams, String parentId, String parentType)
      Specified by:
      getAssetDescriptors in interface org.openremote.model.asset.AssetModelResource
    • getValueDescriptors

      public Map<String,org.openremote.model.value.ValueDescriptor<?>> getValueDescriptors(org.openremote.model.http.RequestParams requestParams, String parentId)
      Specified by:
      getValueDescriptors in interface org.openremote.model.asset.AssetModelResource
    • getMetaItemDescriptors

      public Map<String,org.openremote.model.value.MetaItemDescriptor<?>> getMetaItemDescriptors(org.openremote.model.http.RequestParams requestParams, String parentId)
      Specified by:
      getMetaItemDescriptors in interface org.openremote.model.asset.AssetModelResource