Uses of Interface
de.aristaflow.adept2.model.activitymodel.ParameterTemplate
-
Packages that use ParameterTemplate Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of ParameterTemplate in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return ParameterTemplate Modifier and Type Method Description 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)Methods in de.aristaflow.adept2.model.activitymodel that return types with arguments of type ParameterTemplate Modifier and Type Method Description InheritedCollection<String,ParameterTemplate>ActivityTemplateDefinition. getParameterTemplates()Gets parameter templates that are defined for the operation of this activity template definition or that are removed from the ones of the parent entity.InheritedCollection<String,ParameterTemplate>ConfigurationSet. getParameterTemplates()Gets parameter templates that are defined for all activity template definitions of this configuration set.InheritedCollection<String,ParameterTemplate>ConfigurationSet. getParameterTemplates(ExecutableComponentDescription ecd)Gets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.InheritedCollection<String,ParameterTemplate>ConfigurationSet. getParameterTemplates(Operation operation)Gets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.InheritedCollection<String,ParameterTemplate>ExecutableComponentDescription. getParameterTemplates()Gets parameter templates that are defined for this executable component description and its child entities.InheritedCollection<String,ParameterTemplate>Operation. getParameterTemplates()Gets parameter templates that are defined for this operation and its child entities or that are removed from the ones of the parent entity.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type ParameterTemplate Modifier and Type Method Description 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)Method parameters in de.aristaflow.adept2.model.activitymodel with type arguments of type ParameterTemplate Modifier and Type Method Description ExecutableComponentDescriptionActivityModelFactory. createExecutableComponentDescription(String name, String developerDescription, long revision, State state, String implementationClass, List<String> classPath, ClassLoaderUsage classLoaderUsage, byte[] systemComponentSignature, String guiContextID, ExecutionControlProperties executionControlProperties, UUID iconID, String licenceInformation, InheritedConfigurationDescription configurationDescription, Collection<ParameterTemplate> parameterTemplates, PluginDataContainer pluginData, Map<String,String> userAttributes)voidActivityTemplateDefinition. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)Sets parameter templates that are defined for this activity template definition and its offspring.voidConfigurationSet. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)Sets parameter templates that are defined for all activity template definitions of this configuration set.voidConfigurationSet. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates, String ecName)Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.voidConfigurationSet. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates, String ecName, String operationName)Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.voidExecutableComponentDescription. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)Sets parameter templates that are defined for this executable component description and its child entities.voidOperation. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)Sets parameter templates that are defined for this operation and its child entities.
-