Uses of Interface
de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Packages that use InheritedConfiguration Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of InheritedConfiguration in de.aristaflow.adept2.model.activitymodel
Subinterfaces of InheritedConfiguration in de.aristaflow.adept2.model.activitymodel Modifier and Type Interface Description interfaceInheritedActivityConfigurationThis interface extends theInheritedConfigurationby the means to retrieve configuration values from input parameters and process configurations.Methods in de.aristaflow.adept2.model.activitymodel that return InheritedConfiguration Modifier and Type Method Description InheritedConfigurationActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, InheritedConfiguration template)InheritedConfigurationActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, Map<String,String> values, Set<String> fixedForChildren)InheritedConfigurationConfigurationSet. getConfiguration()Gets the configuration for this whole configuration set that corresponds to the configuration description of this configuration set.InheritedConfigurationConfigurationSet. getConfiguration(ExecutableComponentDescription ecd)Gets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.InheritedConfigurationParameterTemplate. getConfiguration()Gets the default configuration for the parameter of this template that corresponds to theconfiguration descriptionof this parameter template.InheritedConfigurationConfigurationSet. getTestConfiguration()Gets the test configuration for this whole configuration set that corresponds to the configuration description of this configuration set.InheritedConfigurationConfigurationSet. getTestConfiguration(ExecutableComponentDescription ecd)Gets the 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 InheritedConfiguration Modifier and Type Method Description InheritedActivityConfigurationActivityModelFactory. createInheritedActivityConfiguration(InheritedConfiguration parent, InheritedActivityConfiguration template)InheritedActivityConfigurationActivityModelFactory. createInheritedActivityConfiguration(InheritedConfiguration parent, InheritedConfiguration template)InheritedActivityConfigurationActivityModelFactory. createInheritedActivityConfiguration(InheritedConfiguration parent, Map<String,String> values, Map<String,String> fromParameter, Map<String,String> fromConfiguration, Set<String> fixedForChildren)InheritedConfigurationActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, InheritedConfiguration template)InheritedConfigurationActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, Map<String,String> values, Set<String> fixedForChildren)ParameterTemplateActivityModelFactory. createParameterTemplate(ParameterTemplate parent, 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, InheritedConfigurationDescription configurationDescription, InheritedConfiguration configuration, PluginDataContainer pluginData, Map<String,String> userAttributes)ParameterTemplateActivityModelFactory. createParameterTemplate(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, InheritedConfigurationDescription configurationDescription, InheritedConfiguration configuration, PluginDataContainer pluginData, Map<String,String> userAttributes)voidConfigurationSet. setConfiguration(InheritedConfiguration configuration)Sets the configuration for this whole configuration set.voidConfigurationSet. setConfiguration(InheritedConfiguration configuration, String ecName)Sets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.voidParameterTemplate. setConfiguration(InheritedConfiguration configuration)Sets the default configuration for the parameter of this template.voidConfigurationSet. setTestConfiguration(InheritedConfiguration testConfiguration)Sets the test configuration for this whole configuration set.voidConfigurationSet. setTestConfiguration(InheritedConfiguration testConfiguration, String ecName)Sets the test configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
-