Class RemoveColumnFilesStep
- java.lang.Object
-
- lumis.portal.deployment.stepexecutable.component.RemoveColumnFilesStep
-
- All Implemented Interfaces:
Serializable
,IStepExecutable
public class RemoveColumnFilesStep extends Object implements IStepExecutable
Remove files from a column that your doui dataType is files.- Since:
- 12.0.0
- Version:
- $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoveColumnFilesStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Map<String,String> parameters)
Executes the step code.
-
-
-
Method Detail
-
execute
public void execute(Map<String,String> parameters) throws Throwable
Description copied from interface:IStepExecutable
Executes the step code.- Specified by:
execute
in interfaceIStepExecutable
- Parameters:
parameters
- the parameters configured in the step.- Throws:
Throwable
-
-