Package 

Class ValidationCommandUseCase

  • All Implemented Interfaces:
    io.arkitik.radix.develop.usecase.CommandUseCase , io.arkitik.radix.develop.usecase.action.Actionable

    
    public abstract class ValidationCommandUseCase<RQ extends UseCaseRequest>
    extends ActionableCommandUseCase<RQ>
                        

    Created By Ibrahim AlTamimi  Created At 29, Thu Oct, 2020 Project radixhttps://arkitik.io

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit before(RQ $self)
      Unit after(RQ $self, Unit response)
      Unit doBefore(RQ $self)
      • Methods inherited from class io.arkitik.radix.develop.usecase.validation.command.ValidationCommandUseCase

        doExecute, execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait