Class RemoveColumnFileStep

  • All Implemented Interfaces:
    java.io.Serializable, IStepExecutable

    public class RemoveColumnFileStep
    extends java.lang.Object
    implements IStepExecutable
    Remove files from a column that your doui dataType is file.
    Since:
    12.0.0
    Version:
    $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Executes the step code.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoveColumnFileStep

        public RemoveColumnFileStep()
    • Method Detail

      • execute

        public void execute​(java.util.Map<java.lang.String,​java.lang.String> parameters)
                     throws java.lang.Throwable
        Description copied from interface: IStepExecutable
        Executes the step code.
        Specified by:
        execute in interface IStepExecutable
        Parameters:
        parameters - the parameters configured in the step.
        Throws:
        java.lang.Throwable