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 interface
StorageActivityConfiguration
This interface provides the means to store anInheritedActivityConfiguration
by 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 StorageConfiguration
ActivityModelFactory. createStorageConfiguration(Map<String,String> values, Set<String> fixedForChildren)
StorageConfiguration
StorageConfigurationSet. getConfiguration()
Gets the configuration for this whole configuration set that corresponds to the configuration description of this configuration set.StorageConfiguration
StorageConfigurationSet. 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.StorageConfiguration
StorageParameterTemplate. getConfiguration()
Gets the default configuration for the parameter of this template that corresponds to theconfiguration description
of this parameter template without any inherited values.StorageConfiguration
StorageConfigurationSet. getTestConfiguration()
Gets the test configuration for this whole configuration set that corresponds to the configuration description of this configuration set.StorageConfiguration
StorageConfigurationSet. 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 StorageParameterTemplate
ActivityModelFactory. 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)
void
StorageConfigurationSet. setConfiguration(StorageConfiguration configuration)
Sets the configuration for this whole configuration set.void
StorageConfigurationSet. 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.void
StorageParameterTemplate. setConfiguration(StorageConfiguration configuration)
Sets the default configuration for the parameter of this template.void
StorageConfigurationSet. setTestConfiguration(StorageConfiguration testConfiguration)
Sets the test configuration for this whole configuration set.void
StorageConfigurationSet. setTestConfiguration(StorageConfiguration testConfiguration, String ecName)
Sets the test configuration for the activity template definitions of this configuration set.
-