Package lumis.portal.deployment.script
Interface IStepExecutable
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RemoveColumnFilesStep
,RemoveColumnFileStep
@StableMinor(version="14.0", sinceVersion="7.1") public interface IStepExecutable extends Serializable
Represents a class that can be executed in a given step.- Since:
- 7.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Map<String,String> parameters)
Executes the step code.
-