com.atlassian.crowd.search.query.entity.restriction
Interface PropertyRestriction<T>

All Superinterfaces:
SearchRestriction
All Known Implementing Classes:
TermRestriction

public interface PropertyRestriction<T>
extends SearchRestriction

Restriction on a search based on a property of type T.


Method Summary
 MatchMode getMatchMode()
          Returns the mode to match a property.
 Property<T> getProperty()
          Returns the property to match on.
 T getValue()
          Returns the value to match against the property.
 

Method Detail

getProperty

Property<T> getProperty()
Returns the property to match on.

Returns:
Property object to match on.

getMatchMode

MatchMode getMatchMode()
Returns the mode to match a property.

Returns:
match mode

getValue

T getValue()
Returns the value to match against the property.

Returns:
value of type T to match against the property.


Copyright © 2013 Atlassian. All Rights Reserved.