Uses of Interface
de.aristaflow.adept2.model.activitymodel.StorageParameterTemplate
-
Packages that use StorageParameterTemplate Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of StorageParameterTemplate in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return StorageParameterTemplate Modifier and Type Method Description StorageParameterTemplateActivityModelFactory. 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)Methods in de.aristaflow.adept2.model.activitymodel that return types with arguments of type StorageParameterTemplate Modifier and Type Method Description Map<String,StorageParameterTemplate>StorageActivityTemplateDefinition. getParameterTemplates()Gets parameter templates that are defined for the operation of this activity template definition or that are changed with respect to the ones of the parent entity.Map<String,StorageParameterTemplate>StorageConfigurationSet. getParameterTemplates()Gets parameter templates that are defined for all activity template definitions of this configuration set.Map<String,StorageParameterTemplate>StorageConfigurationSet. getParameterTemplates(String ecName)Gets the (unmerged) parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.Map<String,StorageParameterTemplate>StorageConfigurationSet. getParameterTemplates(String ecName, String operationName)Gets the (unmerged) parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.Map<String,StorageParameterTemplate>StorageExecutableComponentDescription. getParameterTemplates()Gets parameter templates that are defined for this executable component description and its child entities for storage.Map<String,StorageParameterTemplate>StorageOperation. getParameterTemplates()Gets parameter templates that are defined for this operation and its child entities or that are changed with respect to the ones of the parent entity.Method parameters in de.aristaflow.adept2.model.activitymodel with type arguments of type StorageParameterTemplate Modifier and Type Method Description StorageExecutableComponentDescriptionActivityModelFactory. createStorageExecutableComponentDescription(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, StorageConfigurationDescription configurationDescription, Collection<StorageParameterTemplate> parameterTemplates, PluginDataContainer pluginData, Map<String,String> userAttributes)StorageOperationActivityModelFactory. createStorageOperation(String executableComponentName, String name, String description, String developerDescription, long revision, State state, String implementationClass, List<String> classPath, ClassLoaderUsage classLoaderUsage, byte[] systemComponentSignature, String guiContextID, ExecutionControlProperties executionControlProperties, boolean supportViewOnly, boolean supportsTestExecution, UUID iconID, String licenceInformation, StorageConfigurationDescription configurationDescription, StorageActivityConfiguration configuration, StorageActivityConfiguration testConfiguration, ParameterChangePolicy parameterChangePolicy, Collection<StorageActivityModelParameter> inputParameters, Collection<StorageActivityModelParameter> outputParameters, Map<String,StorageParameterTemplate> parameterTemplates, String staffAssignmentRule, PluginDataContainer pluginData, Map<String,String> userAttributes)voidStorageActivityTemplateDefinition. setParameterTemplates(Map<String,StorageParameterTemplate> parameterTemplates)Sets parameter templates that are defined for this activity template definition and its offspring.voidStorageConfigurationSet. setParameterTemplates(Map<String,StorageParameterTemplate> parameterTemplates)Sets parameter templates that are defined for all activity template definitions of this configuration set.voidStorageConfigurationSet. setParameterTemplates(Map<String,StorageParameterTemplate> 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.voidStorageConfigurationSet. setParameterTemplates(Map<String,StorageParameterTemplate> 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.voidStorageExecutableComponentDescription. setParameterTemplates(Collection<StorageParameterTemplate> parameterTemplates)Sets parameter templates that are defined for this executable component description and its child entities.voidStorageOperation. setParameterTemplates(Map<String,StorageParameterTemplate> parameterTemplates)Sets parameter templates that are defined for this operation and its child entities.
-