org.ow2.bonita.facade.impl
Class StandardAPIAccessorImpl

java.lang.Object
  extended by org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
      extended by org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
All Implemented Interfaces:
APIAccessor, QueryAPIAccessor

public class StandardAPIAccessorImpl
extends StandardQueryAPIAccessorImpl
implements APIAccessor


Constructor Summary
StandardAPIAccessorImpl()
           
 
Method Summary
 CommandAPI getCommandAPI()
          To get the CommandAPI interface.
 ManagementAPI getManagementAPI()
          To get the ManagementAPI interface.
 RuntimeAPI getRuntimeAPI()
          To get the RuntimeAPI interface.
 
Methods inherited from class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
getQueryDefinitionAPI, getQueryDefinitionAPI, getQueryRuntimeAPI, getQueryRuntimeAPI
 
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.QueryAPIAccessor
getQueryDefinitionAPI, getQueryRuntimeAPI
 

Constructor Detail

StandardAPIAccessorImpl

public StandardAPIAccessorImpl()
Method Detail

getRuntimeAPI

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

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

getManagementAPI

public ManagementAPI getManagementAPI()
Description copied from interface: APIAccessor
To get the ManagementAPI interface.

Specified by:
getManagementAPI in interface APIAccessor
Returns:
the interface ManagementAPI.

getCommandAPI

public CommandAPI getCommandAPI()
Description copied from interface: APIAccessor
To get the CommandAPI interface.

Specified by:
getCommandAPI in interface APIAccessor
Returns:
the interface CommandAPI.


Copyright © 2009 OW2 Consortium. All Rights Reserved.