Uses of Class
de.iip_ecosphere.platform.configuration.cfg.DashboardMapper.MapperParams
-
Uses of DashboardMapper.MapperParams in de.iip_ecosphere.platform.configuration.cfg
Methods in de.iip_ecosphere.platform.configuration.cfg that return DashboardMapper.MapperParamsModifier and TypeMethodDescriptionDashboardMapper.MapperParams.setInContainer(boolean inContainer) Defines whether the mapper shall produce a mapping for processes running in containers.DashboardMapper.MapperParams.setMainModelName(String mainModelName) Defines the main model name.DashboardMapper.MapperParams.setMetaModelFolder(File metaModelFolder) Defines the metamodel folder.DashboardMapper.MapperParams.setModelFolder(File modelFolder) Defines the model folder.DashboardMapper.MapperParams.setOutputFile(File outputFile) Defines the output file.DashboardMapper.MapperParams.setPluginId(String pluginId) Sets the plugin id.DashboardMapper.MapperParams.setPostUrl(String postUrl) Sets the REST API URL.Methods in de.iip_ecosphere.platform.configuration.cfg with parameters of type DashboardMapper.MapperParamsModifier and TypeMethodDescriptionDashboardMapper.mapConfigurationToDashboard(DashboardMapper.MapperParams params) Maps the specified configuration to a dashboard specification.voidDashboardMapper.mapConfigurationToDashboardAsProcess(DashboardMapper.MapperParams params, List<File> plugins) Maps the specified configuration to a dashboard specification as process.