Class SearchCriteria.AnyFieldMatchClause

java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.AnyFieldMatchClause
All Implemented Interfaces:
Serializable
Enclosing class:
SearchCriteria

@JsonObject("AnyFieldMatchClause") public static class SearchCriteria.AnyFieldMatchClause extends SearchCriteria.MatchClause
A MatchClause for checking that any of the properties or attributes equals a desired value.
See Also:
  • Constructor Details

    • AnyFieldMatchClause

      protected AnyFieldMatchClause(String desiredValue)
      Factory method to create a MatchClause matching against any property or attribute.
      Parameters:
      desiredValue - The desired value of a property or an attribute.