| com.flexive.shared.scripting.FxScriptUpdate
FxScriptUpdate | public enum FxScriptUpdate (Code) | | Update behaviour for scripts
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Append | Enum Constant Append(Code) | | If non-empty append script values else set the values to the ones provided by the script
|
Overwrite | Enum Constant Overwrite(Code) | | Overwrite original values with values from scripts
|
Preserve | Enum Constant Preserve(Code) | | Keep original values if not empty
|
|
|