Package lumis.portal.deployment.script
Interface IStepExecutable
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
RemoveColumnFilesStep
,RemoveColumnFileStep
@StableMinor(version="16.0", sinceVersion="7.1") public interface IStepExecutable extends java.io.Serializable
Represents a class that can be executed in a given step.- Since:
- 7.1.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(java.util.Map<java.lang.String,java.lang.String> parameters)
Executes the step code.
-