Interface CheckLogEntries

  • All Superinterfaces:
    BasicAssessment

    public interface CheckLogEntries
    extends BasicAssessment
    For further information, please refer to the User Guide, Check Log Entries Assesslet.
    • Field Detail

      • CHECK_TYPE

        static final java.lang.String CHECK_TYPE
        Attribute key to set whether the "Assesslet is ..."
        • PASSED if pattern matches
        • FAILED if pattern matches
        • FAILED if pattern does not match
        See Also:
        Constant Field Values
      • FAILED_IF_MATCH

        static final java.lang.String FAILED_IF_MATCH
        Attribute value FAILED if pattern matches for the attribute CHECK_TYPE.
        See Also:
        Constant Field Values
      • FAILED_IF_NOMATCH

        static final java.lang.String FAILED_IF_NOMATCH
        Attribute value FAILED if pattern does not match for the attribute CHECK_TYPE.
        See Also:
        Constant Field Values
      • SUCCESS_IF_MATCH

        static final java.lang.String SUCCESS_IF_MATCH
        Attribute value PASSED if pattern matches for the attribute CHECK_TYPE.
        See Also:
        Constant Field Values