org.ow2.bonita.facade.impl
Class StandardQueryAPIAccessorImpl

java.lang.Object
  extended by org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
All Implemented Interfaces:
QueryAPIAccessor
Direct Known Subclasses:
StandardAPIAccessorImpl

public class StandardQueryAPIAccessorImpl
extends java.lang.Object
implements QueryAPIAccessor


Constructor Summary
StandardQueryAPIAccessorImpl()
           
 
Method Summary
 QueryDefinitionAPI getQueryDefinitionAPI()
          To get the QueryDefinitionAPI interface.
 QueryDefinitionAPI getQueryDefinitionAPI(java.lang.String queryList)
           
 QueryRuntimeAPI getQueryRuntimeAPI()
          To get the QueryRuntimeAPI interface.
 QueryRuntimeAPI getQueryRuntimeAPI(java.lang.String queryList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardQueryAPIAccessorImpl

public StandardQueryAPIAccessorImpl()
Method Detail

getQueryRuntimeAPI

public QueryRuntimeAPI getQueryRuntimeAPI()
Description copied from interface: QueryAPIAccessor
To get the QueryRuntimeAPI interface.

Specified by:
getQueryRuntimeAPI in interface QueryAPIAccessor
Returns:
the interface QueryRuntimeAPI.

getQueryRuntimeAPI

public QueryRuntimeAPI getQueryRuntimeAPI(java.lang.String queryList)

getQueryDefinitionAPI

public QueryDefinitionAPI getQueryDefinitionAPI()
Description copied from interface: QueryAPIAccessor
To get the QueryDefinitionAPI interface.

Specified by:
getQueryDefinitionAPI in interface QueryAPIAccessor
Returns:
the interface QueryDefinitionAPI.

getQueryDefinitionAPI

public QueryDefinitionAPI getQueryDefinitionAPI(java.lang.String queryList)


Copyright © 2009 OW2 Consortium. All Rights Reserved.