Interface ProcessCheck

    • Method Detail

      • getType

        ProcessCheckType getType()
        Gets the type of the check
        Returns:
        the type of check.
      • check

        void check​(ProcessExecutionContext processExecutionContext)
            throws Exception
        Contains the treatment of the verification.
        Parameters:
        processExecutionContext - the context of the chained list of checks execution.
        Throws:
        Exception