Uses of Interface
de.aristaflow.adept2.model.activitymodel.StorageConfiguration
-
Packages that use StorageConfiguration Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of StorageConfiguration in de.aristaflow.adept2.model.activitymodel
Subinterfaces of StorageConfiguration in de.aristaflow.adept2.model.activitymodel Modifier and Type Interface Description interfaceStorageActivityConfigurationThis interface provides the means to store anInheritedActivityConfigurationby using very simple data structures while simultaneously providing all information needed for inheritance and overriding.Methods in de.aristaflow.adept2.model.activitymodel that return StorageConfiguration Modifier and Type Method Description StorageConfigurationActivityModelFactory. createStorageConfiguration(Map<String,String> values, Set<String> fixedForChildren)StorageConfigurationStorageConfigurationSet. getConfiguration()Gets the configuration for this whole configuration set that corresponds to the configuration description of this configuration set.StorageConfigurationStorageConfigurationSet. getConfiguration(String ecName)Gets the (unmerged) configuration for the activity template definitions of this configuration set that are based on the designated executable component description.StorageConfigurationStorageParameterTemplate. getConfiguration()Gets the default configuration for the parameter of this template that corresponds to theconfiguration descriptionof this parameter template without any inherited values.StorageConfigurationStorageConfigurationSet. getTestConfiguration()Gets the test configuration for this whole configuration set that corresponds to the configuration description of this configuration set.StorageConfigurationStorageConfigurationSet. getTestConfiguration(String ecName)Gets the (unmerged) test configuration for the activity template definitions of this configuration set that are based on the designated executable component description.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type StorageConfiguration Modifier and Type Method Description StorageParameterTemplateActivityModelFactory. createStorageParameterTemplate(String templateName, String templateDescription, ActivityConstants.AccessType accessType, String name, String description, ProcessConstants.AdeptDataType dataType, String udtName, UUID identifierID, Boolean isOptional, Boolean isVirtual, Boolean isFailure, String defaultValue, StorageConfigurationDescription configurationDescription, StorageConfiguration configuration, PluginDataContainer pluginData, Map<String,String> userAttributes)voidStorageConfigurationSet. setConfiguration(StorageConfiguration configuration)Sets the configuration for this whole configuration set.voidStorageConfigurationSet. setConfiguration(StorageConfiguration configuration, String ecName)Sets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.voidStorageParameterTemplate. setConfiguration(StorageConfiguration configuration)Sets the default configuration for the parameter of this template.voidStorageConfigurationSet. setTestConfiguration(StorageConfiguration testConfiguration)Sets the test configuration for this whole configuration set.voidStorageConfigurationSet. setTestConfiguration(StorageConfiguration testConfiguration, String ecName)Sets the test configuration for the activity template definitions of this configuration set.
-