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 interface
InheritedActivityConfiguration
This interface extends theInheritedConfiguration
by 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 InheritedConfiguration
ActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, InheritedConfiguration template)
InheritedConfiguration
ActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, Map<String,String> values, Set<String> fixedForChildren)
InheritedConfiguration
ConfigurationSet. getConfiguration()
Gets the configuration for this whole configuration set that corresponds to the configuration description of this configuration set.InheritedConfiguration
ConfigurationSet. getConfiguration(ExecutableComponentDescription ecd)
Gets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.InheritedConfiguration
ParameterTemplate. getConfiguration()
Gets the default configuration for the parameter of this template that corresponds to theconfiguration description
of this parameter template.InheritedConfiguration
ConfigurationSet. getTestConfiguration()
Gets the test configuration for this whole configuration set that corresponds to the configuration description of this configuration set.InheritedConfiguration
ConfigurationSet. 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 InheritedActivityConfiguration
ActivityModelFactory. createInheritedActivityConfiguration(InheritedConfiguration parent, InheritedActivityConfiguration template)
InheritedActivityConfiguration
ActivityModelFactory. createInheritedActivityConfiguration(InheritedConfiguration parent, InheritedConfiguration template)
InheritedActivityConfiguration
ActivityModelFactory. createInheritedActivityConfiguration(InheritedConfiguration parent, Map<String,String> values, Map<String,String> fromParameter, Map<String,String> fromConfiguration, Set<String> fixedForChildren)
InheritedConfiguration
ActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, InheritedConfiguration template)
InheritedConfiguration
ActivityModelFactory. createInheritedConfiguration(InheritedConfiguration parent, Map<String,String> values, Set<String> fixedForChildren)
ParameterTemplate
ActivityModelFactory. 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)
ParameterTemplate
ActivityModelFactory. 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)
void
ConfigurationSet. setConfiguration(InheritedConfiguration configuration)
Sets the configuration for this whole configuration set.void
ConfigurationSet. 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.void
ParameterTemplate. setConfiguration(InheritedConfiguration configuration)
Sets the default configuration for the parameter of this template.void
ConfigurationSet. setTestConfiguration(InheritedConfiguration testConfiguration)
Sets the test configuration for this whole configuration set.void
ConfigurationSet. 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.
-