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

All Superinterfaces:
SearchRestriction
All Known Implementing Classes:
TermRestriction

public interface PropertyRestriction<T>
extends SearchRestriction


Method Summary
 Property<T> getProperty()
           
 java.lang.String getPropertyName()
           
 java.lang.Class<T> getType()
           
 

Method Detail

getProperty

Property<T> getProperty()

getPropertyName

java.lang.String getPropertyName()

getType

java.lang.Class<T> getType()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.