Class SearchCriteria.AttributeMatchClause
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
-
- ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.AttributeMatchClause
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SearchCriteria
@JsonObject("AttributeMatchClause") public static class SearchCriteria.AttributeMatchClause extends SearchCriteria.MatchClause
A MatchClause for checking that an attribute equals a desired value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttributeMatchClause(SearchCriteria.MatchClauseAttribute attribute, java.lang.String desiredValue)
Factory method to create a MatchClause matching on a specific attribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCriteria.MatchClauseAttribute
getAttribute()
Return the code of the attribute to compare against.-
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 Detail
-
AttributeMatchClause
protected AttributeMatchClause(SearchCriteria.MatchClauseAttribute attribute, java.lang.String desiredValue)
Factory method to create a MatchClause matching on a specific attribute.- Parameters:
attribute
- The attribute to compare against.desiredValue
- The desired value of the attribute.
-
-
Method Detail
-
getAttribute
public SearchCriteria.MatchClauseAttribute getAttribute()
Return the code of the attribute to compare against.
-
-