Class DeleteDirEntryExecution

  • All Implemented Interfaces:
    java.util.concurrent.Callable<BaseExecutionResult>

    public class DeleteDirEntryExecution
    extends ExecutionBase
    Specific execution for Command "DeleteDirectoryEntry"
    • Constructor Detail

      • DeleteDirEntryExecution

        public DeleteDirEntryExecution​(IConnectionPool connectionPool)
    • Method Detail

      • checkValidation

        public boolean checkValidation​(CommandType command)
        Description copied from class: ExecutionBase
        Every single executor validates their commands and log the missing or wrong values
        Specified by:
        checkValidation in class ExecutionBase
        Returns:
      • createCallable

        protected java.util.concurrent.Callable<java.lang.Boolean> createCallable​(CommandType command)
        Description copied from class: ExecutionBase
        Creates Callable to execute one command
        Specified by:
        createCallable in class ExecutionBase
        Returns:
      • postCheck

        public boolean postCheck()
        Description copied from class: ExecutionBase
        Checks if the execution was successful and logs the result
        Overrides:
        postCheck in class ExecutionBase
        Returns: