Uses of Enum
de.xima.fc.mdl.enums.ELiquibaseCmd
Packages that use ELiquibaseCmd
Package
Description
Package for API access to system configuration.
Commonly used enumeration that are mainly used in model classes.
Hilfsklassen für das Setup
-
Uses of ELiquibaseCmd in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type ELiquibaseCmdModifier and TypeMethodDescriptionSetupAPI.invokeLiquibaseProzess
(UserContext uc, ELiquibaseCmd command) Deprecated.Use FormcycleUpdate instead. -
Uses of ELiquibaseCmd in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type ELiquibaseCmdModifier and TypeMethodDescriptionISetupHandler.invokeLiquibaseProzess
(UserContext uc, ELiquibaseCmd lbCmd) Deprecated.Use FormcycleUpdate instead. -
Uses of ELiquibaseCmd in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type ELiquibaseCmdModifier and TypeMethodDescriptionSetupHandler.invokeLiquibaseProzess
(UserContext uc, ELiquibaseCmd lbCmd) Deprecated.Use FormcycleUpdate instead. -
Uses of ELiquibaseCmd in de.xima.fc.liquibase
Methods in de.xima.fc.liquibase with parameters of type ELiquibaseCmdModifier and TypeMethodDescriptionstatic FCMessage
LiquibaseMigrationUtils.invokeLiquibaseProzess
(ELiquibaseCmd lbCmd) static FCMessage
LiquibaseMigrationUtils.invokeLiquibaseProzess
(ELiquibaseCmd lbCmd, String file, String context) static FCMessage
LiquibaseMigrationUtils.invokeLiquibaseProzess
(ELiquibaseCmd lbCmd, String file, liquibase.Contexts context) -
Uses of ELiquibaseCmd in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELiquibaseCmdModifier and TypeMethodDescriptionstatic ELiquibaseCmd
Returns the enum constant of this type with the specified name.static ELiquibaseCmd[]
ELiquibaseCmd.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELiquibaseCmd in de.xima.fc.mdl.setup
Methods in de.xima.fc.mdl.setup that return ELiquibaseCmd