org.ow2.bonita.facade
Interface APIAccessor

All Superinterfaces:
ReadOnlyAPIAccessor
All Known Implementing Classes:
APIAccessorImpl

public interface APIAccessor
extends ReadOnlyAPIAccessor

Helper class giving access to DeployerAPI and QueryAPI interfaces.


Method Summary
 DeployerAPI getDeployerAPI()
          To get the DeployerAPI interface.
 RuntimeAPI getRuntimeAPI()
          To get the RuntimeAPI interface.
 
Methods inherited from interface org.ow2.bonita.facade.ReadOnlyAPIAccessor
getDefinitionAPI, getQueryAPI
 

Method Detail

getRuntimeAPI

RuntimeAPI getRuntimeAPI()
To get the RuntimeAPI interface.

Specified by:
getRuntimeAPI in interface ReadOnlyAPIAccessor
Returns:
the interface RuntimeAPI.

getDeployerAPI

DeployerAPI getDeployerAPI()
To get the DeployerAPI interface.

Returns:
the interface DeployerAPI.