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()
           
 String getPropertyName()
           
 Class<T> getType()
           
 

Method Detail

getProperty

Property<T> getProperty()

getPropertyName

String getPropertyName()

getType

Class<T> getType()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.