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 Summary
ConstructorsModifierConstructorDescriptionprotectedAnyFieldMatchClause(String desiredValue) Factory method to create a MatchClause matching against any property or attribute. -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
createAnyFieldMatch, createAnyPropertyMatch, createAttributeMatch, createPropertyMatch, createTimeAttributeMatch, equals, escape, getCompareMode, getDesiredValue, getFieldCode, getFieldType, hashCode, toString
-
Constructor Details
-
AnyFieldMatchClause
Factory method to create a MatchClause matching against any property or attribute.- Parameters:
desiredValue- The desired value of a property or an attribute.
-