Interface ValidationResult

  • All Superinterfaces:
    Entity, Resource, Serializable

    public interface ValidationResult
    extends Resource
    Represents an asset

    An asset is a verbal designation of a concept (object type) in a specific subject field.

    • Method Detail

      • getAsset

        NamedResourceReference getAsset()
        Gets the a NamedResourceReference of the Asset of this validation result.
        Returns:
        the asset
      • getResult

        Boolean getResult()
        Return true if the validation was successful, false if validation failed, null if there was an error validating.
        Returns:
        true if the validation was successful, false if validation failed, null if there was an error validating
      • getMessage

        String getMessage()
        Retrieve the error message (if any). Can be a translatable key.
        Returns:
        the error message
      • getJobId

        UUID getJobId()
        Retrieve the UUID of the job that performed the validation.
        Returns:
        the job's UUID