org.ow2.bonita.facade
Interface ReadOnlyAPIAccessor

All Known Subinterfaces:
APIAccessor
All Known Implementing Classes:
APIAccessorImpl, ReadOnlyAPIAccessorImpl

public interface ReadOnlyAPIAccessor

Helper class giving access to DeployerAPI, QueryAPI and getRuntimeReadOnlyAPI interfaces.


Method Summary
 DefinitionAPI getDefinitionAPI()
          To get the DefinitionAPI interface.
 QueryAPI getQueryAPI()
          To get the QueryAPI interface.
 RuntimeReadOnlyAPI getRuntimeAPI()
          To get the RuntimeReadOnlyAPI interface.
 

Method Detail

getRuntimeAPI

RuntimeReadOnlyAPI getRuntimeAPI()
To get the RuntimeReadOnlyAPI interface.

Returns:
the interface RuntimeReadOnlyAPI.

getQueryAPI

QueryAPI getQueryAPI()
To get the QueryAPI interface.

Returns:
the interface QueryAPI.

getDefinitionAPI

DefinitionAPI getDefinitionAPI()
To get the DefinitionAPI interface.

Returns:
the interface DefinitionAPI.