org.mule.api.annotations
Annotation Type QueryConfig


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface QueryConfig

This annotation is meant to be applied to support easy query building into studio


Optional Element Summary
 String[] disabledOperators
          a list of unsupported operators by the connector query language
 String[] disabledViews
          a list of unsopported views for the query builder view in studio
 

disabledOperators

public abstract String[] disabledOperators
a list of unsupported operators by the connector query language

Default:
{}

disabledViews

public abstract String[] disabledViews
a list of unsopported views for the query builder view in studio

Default:
{}


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.