Uses of Class
com.atlassian.query.clause.Property

Packages that use Property
com.atlassian.jira.jql.util   
com.atlassian.query.clause   
com.atlassian.query.order   
 

Uses of Property in com.atlassian.jira.jql.util
 

Methods in com.atlassian.jira.jql.util that return Property
 Property FieldReference.getProperty()
           
 

Uses of Property in com.atlassian.query.clause
 

Methods in com.atlassian.query.clause that return types with arguments of type Property
 com.atlassian.fugue.Option<Property> WasClauseImpl.getProperty()
           
 com.atlassian.fugue.Option<Property> TerminalClauseImpl.getProperty()
           
 com.atlassian.fugue.Option<Property> TerminalClause.getProperty()
           
 

Constructor parameters in com.atlassian.query.clause with type arguments of type Property
TerminalClauseImpl(String name, Operator operator, Operand operand, com.atlassian.fugue.Option<Property> property)
          Creates a terminal clause with the specified name, operator, operand and property.
 

Uses of Property in com.atlassian.query.order
 

Methods in com.atlassian.query.order that return types with arguments of type Property
 com.atlassian.fugue.Option<Property> SearchSort.getProperty()
           
 

Constructor parameters in com.atlassian.query.order with type arguments of type Property
SearchSort(String field, com.atlassian.fugue.Option<Property> property, SortOrder order)
          Used to construct a search sort for a field with a direction and optional property
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.