Class SearchCriteria.AnyPropertyMatchClause

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

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

    • AnyPropertyMatchClause

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