Package com.microstrategy.web.app.tasks
Class ESRIConfigHelper
- java.lang.Object
-
- com.microstrategy.web.app.tasks.ESRIConfigHelper
-
@Deprecated(forRemoval=true, since="22.02") public class ESRIConfigHelper extends java.lang.Object
Deprecated, for removal: This API element is subject to removal in a future version.Deprecate the class since we duplicate it in WebSDK, and it is expected to be removed in the future releases. The class for replacement is com.microstrategy.web.config.esri.ESRIConfigHelper.
-
-
Field Summary
Fields Modifier and Type Field Description protected MapNameConversions
nameConversion
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ESRIConfigHelper()
Deprecated, for removal: This API element is subject to removal in a future version.ESRIConfigHelper(ESRIConfigurationInfo esriConfig, MapNameConversions nameConversion, Messages msgs)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Block
cacheToken(TaskRequestContext context, java.lang.String tokenjson, java.lang.String appId)
Deprecated, for removal: This API element is subject to removal in a future version.Block
createESRIJSONConfigurationBlock(ESRIConfigurationInfo esriConfig, MapNameConversions nameConversion)
Deprecated, for removal: This API element is subject to removal in a future version.Block
getJSonConfiguration(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.BlockList
getLayersConfigurationBlock(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.BlockList
getRolesConfigurationBlock(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.BlockList
getShapesConfigurationBlock(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
nameConversion
protected MapNameConversions nameConversion
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Detail
-
ESRIConfigHelper
public ESRIConfigHelper()
Deprecated, for removal: This API element is subject to removal in a future version.
-
ESRIConfigHelper
public ESRIConfigHelper(ESRIConfigurationInfo esriConfig, MapNameConversions nameConversion, Messages msgs)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getJSonConfiguration
public Block getJSonConfiguration(ESRIConfigurationInfo esriConfig) throws TaskException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
TaskException
-
createESRIJSONConfigurationBlock
public Block createESRIJSONConfigurationBlock(ESRIConfigurationInfo esriConfig, MapNameConversions nameConversion) throws TaskException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
TaskException
-
getRolesConfigurationBlock
public BlockList getRolesConfigurationBlock(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getLayersConfigurationBlock
public BlockList getLayersConfigurationBlock(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getShapesConfigurationBlock
public BlockList getShapesConfigurationBlock(ESRIConfigurationInfo esriConfig)
Deprecated, for removal: This API element is subject to removal in a future version.
-
cacheToken
protected Block cacheToken(TaskRequestContext context, java.lang.String tokenjson, java.lang.String appId) throws TaskException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
TaskException
-
-