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 Summary
ConstructorsModifierConstructorDescriptionprotectedAnyPropertyMatchClause(String desiredValue) Factory method to create a MatchClause matching against any property. -
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
-
AnyPropertyMatchClause
Factory method to create a MatchClause matching against any property.- Parameters:
desiredValue- The desired value of a property.
-