org.ow2.bonita.facade.impl
Class ReadOnlyAPIAccessorImpl

java.lang.Object
  extended by org.ow2.bonita.facade.impl.ReadOnlyAPIAccessorImpl
All Implemented Interfaces:
ReadOnlyAPIAccessor
Direct Known Subclasses:
APIAccessorImpl

public class ReadOnlyAPIAccessorImpl
extends java.lang.Object
implements ReadOnlyAPIAccessor


Constructor Summary
ReadOnlyAPIAccessorImpl()
           
 
Method Summary
 DefinitionAPI getDefinitionAPI()
          To get the DefinitionAPI interface.
 QueryAPI getQueryAPI()
          To get the QueryAPI interface.
 RuntimeReadOnlyAPI getRuntimeAPI()
          To get the RuntimeReadOnlyAPI interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadOnlyAPIAccessorImpl

public ReadOnlyAPIAccessorImpl()
Method Detail

getRuntimeAPI

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

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

getQueryAPI

public QueryAPI getQueryAPI()
Description copied from interface: ReadOnlyAPIAccessor
To get the QueryAPI interface.

Specified by:
getQueryAPI in interface ReadOnlyAPIAccessor
Returns:
the interface QueryAPI.

getDefinitionAPI

public DefinitionAPI getDefinitionAPI()
Description copied from interface: ReadOnlyAPIAccessor
To get the DefinitionAPI interface.

Specified by:
getDefinitionAPI in interface ReadOnlyAPIAccessor
Returns:
the interface DefinitionAPI.