Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction

Packages that use PropertyRestriction
com.atlassian.crowd.integration.rest.util   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.hibernate   
com.atlassian.crowd.search.query.entity.restriction   
 

Uses of PropertyRestriction in com.atlassian.crowd.integration.rest.util
 

Methods in com.atlassian.crowd.integration.rest.util that return PropertyRestriction
static PropertyRestriction SearchRestrictionEntityTranslator.toPropertyRestriction(PropertyRestrictionEntity propertyRestrictionEntity)
          Converts from a PropertyRestrictionEntity to a PropertyRestriction.
 

Methods in com.atlassian.crowd.integration.rest.util with parameters of type PropertyRestriction
static PropertyRestrictionEntity SearchRestrictionEntityTranslator.toPropertyRestrictionEntity(PropertyRestriction propertyRestriction)
          Converts from a PropertyRestriction to a PropertyRestrictionEntity.
 

Uses of PropertyRestriction in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return PropertyRestriction
static PropertyRestriction SearchRestrictionEntityTranslator.toPropertyRestriction(PropertyRestrictionEntity propertyRestrictionEntity)
          Converts from a PropertyRestrictionEntity to a PropertyRestriction.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type PropertyRestriction
static PropertyRestrictionEntity SearchRestrictionEntityTranslator.toPropertyRestrictionEntity(PropertyRestriction propertyRestriction)
          Converts from a PropertyRestriction to a PropertyRestrictionEntity.
 

Uses of PropertyRestriction in com.atlassian.crowd.search.builder
 

Methods in com.atlassian.crowd.search.builder that return PropertyRestriction
 PropertyRestriction<T> Restriction.RestrictionWithProperty.containing(T value)
           
 PropertyRestriction<T> Restriction.RestrictionWithProperty.exactlyMatching(T value)
           
 PropertyRestriction<T> Restriction.RestrictionWithProperty.greaterThan(T value)
           
 PropertyRestriction<T> Restriction.RestrictionWithProperty.isNull()
           
 PropertyRestriction<T> Restriction.RestrictionWithProperty.lessThan(T value)
           
 PropertyRestriction<T> Restriction.RestrictionWithProperty.startingWith(T value)
           
 

Uses of PropertyRestriction in com.atlassian.crowd.search.hibernate
 

Methods in com.atlassian.crowd.search.hibernate with parameters of type PropertyRestriction
protected  void HQLQueryTranslater.appendBooleanTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.Boolean> restriction)
           
protected  void HQLQueryTranslater.appendComparableValueAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendDateTermRestriction(HQLQuery hql, Entity entityType, PropertyRestriction<? extends java.util.Date> restriction)
           
protected  void HQLQueryTranslater.appendDirectoryPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendEntityPropertyAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendEnumTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.Enum> restriction)
           
protected  void HQLQueryTranslater.appendGroupPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendIsNullTermRestrictionAsHSQL(HQLQuery hql, Entity entityType, PropertyRestriction<?> restriction)
           
protected  void HQLQueryTranslater.appendStringTermRestrictionAsHQL(HQLQuery hql, Entity entityType, PropertyRestriction<java.lang.String> restriction)
           
protected  void HQLQueryTranslater.appendStringValueAsHQL(HQLQuery hql, PropertyRestriction<java.lang.String> restriction)
           
protected  void HQLQueryTranslater.appendTokenPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
protected  void HQLQueryTranslater.appendUserPropertyAsHQL(HQLQuery hql, PropertyRestriction restriction)
           
 

Uses of PropertyRestriction in com.atlassian.crowd.search.query.entity.restriction
 

Classes in com.atlassian.crowd.search.query.entity.restriction that implement PropertyRestriction
 class TermRestriction<T>
           
 



Copyright © 2010 Atlassian. All Rights Reserved.