com.atlassian.confluence.plugins.contentproperty.search.query
Class ContentPropertySearchQueryFactory

java.lang.Object
  extended by com.atlassian.confluence.plugins.contentproperty.search.query.ContentPropertySearchQueryFactory

public class ContentPropertySearchQueryFactory
extends Object

Constructs instances of content property search queries based on given schema field type.

Since:
5.7

Constructor Summary
ContentPropertySearchQueryFactory()
           
 
Method Summary
 com.atlassian.confluence.plugins.cql.spi.v2searchhelpers.V2SearchQueryWrapper create(ContentPropertySchemaField schemaField, Object value, com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentPropertySearchQueryFactory

public ContentPropertySearchQueryFactory()
Method Detail

create

public com.atlassian.confluence.plugins.cql.spi.v2searchhelpers.V2SearchQueryWrapper create(ContentPropertySchemaField schemaField,
                                                                                            Object value,
                                                                                            com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext)


Copyright © 2003–2015 Atlassian. All rights reserved.