Uses of Interface
de.aristaflow.adept2.model.activitymodel.ParameterTemplate
Packages that use ParameterTemplate
-
Uses of ParameterTemplate in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return ParameterTemplateModifier and TypeMethodDescriptionActivityModelFactory.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) 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) Methods in de.aristaflow.adept2.model.activitymodel that return types with arguments of type ParameterTemplateModifier and TypeMethodDescriptionActivityTemplateDefinition.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.ConfigurationSet.getParameterTemplates()Gets parameter templates that are defined for all activity template definitions of this configuration set.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.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.ExecutableComponentDescription.getParameterTemplates()Gets parameter templates that are defined for this executable component description and its child entities.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 ParameterTemplateModifier and TypeMethodDescriptionActivityModelFactory.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 ParameterTemplateModifier and TypeMethodDescriptionActivityModelFactory.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.