Interface OperationWithParameters

  • All Superinterfaces:
    Operation
    All Known Implementing Classes:
    BulkOperation

    public interface OperationWithParameters
    extends Operation
    CLM operation wich can take input parameters
    Author:
    Christopher Laszczuk
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Initializes the parameters of the CLM operation
      • Methods inherited from interface com.flower.docs.dao.api.operation.Operation

        execute
    • Method Detail

      • setParameters

        void setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Initializes the parameters of the CLM operation
        Parameters:
        parameters - The parameters as Map with key / value