org.ow2.bonita.facade.internal
Interface InternalQueryAPIAccessor

All Known Subinterfaces:
InternalAPIAccessor

public interface InternalQueryAPIAccessor

Helper class giving access to QueryDefinitionAPI and QueryRuntimeAPI interfaces.


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

Method Detail

getQueryRuntimeAPI

InternalQueryRuntimeAPI getQueryRuntimeAPI()
To get the QueryRuntimeAPI interface.

Returns:
the interface QueryRuntimeAPI.

getQueryDefinitionAPI

InternalQueryDefinitionAPI getQueryDefinitionAPI()
To get the QueryDefinitionAPI interface.

Returns:
the interface QueryDefinitionAPI.


Copyright © 2009 OW2 Consortium. All Rights Reserved.