org.ow2.bonita.facade
Interface QueryAPIAccessor

All Known Subinterfaces:
APIAccessor

public interface QueryAPIAccessor

Helper class giving access to QueryDefinitionAPI and QueryRuntimeAPI interfaces.


Method Summary
 QueryDefinitionAPI getQueryDefinitionAPI()
          To get the QueryDefinitionAPI interface.
 QueryRuntimeAPI getQueryRuntimeAPI()
          To get the QueryRuntimeAPI interface.
 

Method Detail

getQueryRuntimeAPI

QueryRuntimeAPI getQueryRuntimeAPI()
To get the QueryRuntimeAPI interface.

Returns:
the interface QueryRuntimeAPI.

getQueryDefinitionAPI

QueryDefinitionAPI getQueryDefinitionAPI()
To get the QueryDefinitionAPI interface.

Returns:
the interface QueryDefinitionAPI.


Copyright © 2009 OW2 Consortium. All Rights Reserved.