All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.OptionsWizardPage.ftl Maven / Gradle / Ivy

There is a newer version: 1.21.5
Show newest version
<#if wizard.mustChangeEntityName>
(Only letters (a-z, A-Z), digits (0-9), underscores (_) and hashes (#) are allowed.) ?js_string[0..*21] <#-- maximum length is 30 chars, but we need to take into account that the samples are postfixed "_SAMPLES" --> ?replace("\\-|\\.|\\*|\\$|\\&|\\%|\\^|\\(|\\)|\\#|\\!|\\@|\\?",'_','r')<#-- remove illegal chars --> ?replace("^[0-9]",'_','r') <#-- we don't allow entitynames starting with a number --> }" maxlength="22">

Entity options

<#list wizard.supportedDatabaseActions as action> <#if action == 'ADD_UPDATE_EXISTING'>
Importer adds new entities or updates existing entities <#if action == 'ADD'>
Importer adds new entities or fails if entity exists <#if action == 'UPDATE'>
Importer updates existing entities or fails if entity does not exist




© 2015 - 2025 Weber Informatics LLC | Privacy Policy