Klasse QueryValidator

java.lang.Object
de.esoco.data.validate.TabularDataValidator
de.esoco.data.validate.QueryValidator
Alle implementierten Schnittstellen:
Validator<String>, Serializable

public class QueryValidator extends TabularDataValidator
A validator that is based on a storage query. This validator doesn't do any real validation because it assumes that the client only chooses elements that have been returned by the query which are always valid (although subclasses could implement additional validations if necessary). This validator serves mainly to hold information about a storage query which then can be used by a client to access a storage service.
Siehe auch:
  • Konstruktordetails

    • QueryValidator

      public QueryValidator(String queryId, List<de.esoco.lib.model.ColumnDefinition> queryColumns)
      Creates a new instance for a certain query.
      Parameter:
      queryId - The ID to identify the query
      queryColumns - The definitions of the query columns
  • Methodendetails