Class UpdateChannelDefinitionTypeAndImplementationForAllChannelDefinitionsCmd
java.lang.Object
org.flowable.eventregistry.impl.cmd.UpdateChannelDefinitionTypeAndImplementationForAllChannelDefinitionsCmd
- All Implemented Interfaces:
DbUpgradeStep,Command<Void>
public class UpdateChannelDefinitionTypeAndImplementationForAllChannelDefinitionsCmd
extends Object
implements Command<Void>, DbUpgradeStep
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()execute(CommandContext commandContext) protected SchemaManagerDatabaseConfigurationgetDatabaseConfiguration(CommandContext commandContext) protected byte[]getResourceBytes(ResultSet resultSet, SchemaManagerDatabaseConfiguration databaseConfiguration)
-
Constructor Details
-
UpdateChannelDefinitionTypeAndImplementationForAllChannelDefinitionsCmd
public UpdateChannelDefinitionTypeAndImplementationForAllChannelDefinitionsCmd()
-
-
Method Details
-
execute
- Specified by:
executein interfaceDbUpgradeStep- Throws:
Exception
-
execute
-
getResourceBytes
protected byte[] getResourceBytes(ResultSet resultSet, SchemaManagerDatabaseConfiguration databaseConfiguration) throws SQLException - Throws:
SQLException
-
getDatabaseConfiguration
protected SchemaManagerDatabaseConfiguration getDatabaseConfiguration(CommandContext commandContext)
-