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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnyFieldMatchClause(java.lang.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
-
-