Package lumis.portal.deployment.script
Interface IStepExecutable
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
RemoveColumnFilesStep
,RemoveColumnFileStep
@StableMinor(version="16.1", 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: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
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.
-