Package lumis.portal.deployment.script
Interface IStepExecutable
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
RemoveColumnFilesStep
,RemoveColumnFileStep
@StableMinor(version="15.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: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
-
-
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.
-