org.ow2.bonita.facade.impl
Class APIAccessorImpl

java.lang.Object
  extended by org.ow2.bonita.facade.impl.ReadOnlyAPIAccessorImpl
      extended by org.ow2.bonita.facade.impl.APIAccessorImpl
All Implemented Interfaces:
APIAccessor, ReadOnlyAPIAccessor

public class APIAccessorImpl
extends ReadOnlyAPIAccessorImpl
implements APIAccessor


Constructor Summary
APIAccessorImpl()
           
 
Method Summary
 DeployerAPI getDeployerAPI()
          To get the DeployerAPI interface.
 RuntimeAPI getRuntimeAPI()
          To get the RuntimeReadOnlyAPI interface.
 
Methods inherited from class org.ow2.bonita.facade.impl.ReadOnlyAPIAccessorImpl
getDefinitionAPI, getQueryAPI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.bonita.facade.ReadOnlyAPIAccessor
getDefinitionAPI, getQueryAPI
 

Constructor Detail

APIAccessorImpl

public APIAccessorImpl()
Method Detail

getRuntimeAPI

public RuntimeAPI getRuntimeAPI()
Description copied from interface: ReadOnlyAPIAccessor
To get the RuntimeReadOnlyAPI interface.

Specified by:
getRuntimeAPI in interface APIAccessor
Specified by:
getRuntimeAPI in interface ReadOnlyAPIAccessor
Overrides:
getRuntimeAPI in class ReadOnlyAPIAccessorImpl
Returns:
the interface RuntimeReadOnlyAPI.

getDeployerAPI

public DeployerAPI getDeployerAPI()
Description copied from interface: APIAccessor
To get the DeployerAPI interface.

Specified by:
getDeployerAPI in interface APIAccessor
Returns:
the interface DeployerAPI.