Package mc.core.domain.i18n.text.work
Enum Class TextMigrationBaseAction.Parameter
java.lang.Object
java.lang.Enum<TextMigrationBaseAction.Parameter>
mc.core.domain.i18n.text.work.TextMigrationBaseAction.Parameter
- All Implemented Interfaces:
Serializable,Comparable<TextMigrationBaseAction.Parameter>,Constable,mc.core.system.workflow.Action.IWfParameterType
- Enclosing class:
- TextMigrationBaseAction
public static enum TextMigrationBaseAction.Parameter
extends Enum<TextMigrationBaseAction.Parameter>
implements mc.core.system.workflow.Action.IWfParameterType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionmust translations be added to text-set, if source (coming text-set) has text in more locales than existing text-set?adjust batch size for ComplexEntities, default is 5comma separated fqn of classes that should be excluded from migration.comma-separated internal descriptions ofDataTypes to be handled as NOT shared even though texpool is active.comma-separatedTextSetDO.TextTypes to be mapped to excluded data types from parameterParameter.EXCLUDE_DTYPEin same order.for testing: only evaluated if TYPE is set: comma separated list of ids of entities of this type that should be processedshould give the fqn of one entity class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextMigrationBaseAction.Parameter[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
OVERWRITE
-
TEST_ONLY
-
TYPE
should give the fqn of one entity class. If given only entities of this type will be processed. -
IDS
for testing: only evaluated if TYPE is set: comma separated list of ids of entities of this type that should be processed -
EXCLUDE
comma separated fqn of classes that should be excluded from migration. SeeMigrationHelper#isExcluded(Class)for classes excluded by default. To include such a class add it here and prepend fqn with '+'. Only evaluated it TYPE is not set. -
EXCLUDE_DTYPE
comma-separated internal descriptions ofDataTypes to be handled as NOT shared even though texpool is active. -
EXCLUDE_TEXT_TYPE
comma-separatedTextSetDO.TextTypes to be mapped to excluded data types from parameterParameter.EXCLUDE_DTYPEin same order.
this parameter must have the same number of parameters asParameter.EXCLUDE_DTYPE -
ADD_EXTRA_TRANSLATIONS
must translations be added to text-set, if source (coming text-set) has text in more locales than existing text-set? -
BATCH_SIZE_CE
adjust batch size for ComplexEntities, default is 5 -
LOG_DUPLICATES
-
LOG_PATH
-
LOG_ENCODING
-
MAX_NR_SPLIT_FILE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-