org.ow2.bonita.facade
Interface APIAccessor

All Superinterfaces:
QueryAPIAccessor

public interface APIAccessor
extends QueryAPIAccessor

Helper class giving access to QueryDefinitionAPI, QueryRuntimeAPI, ManagementAPI, DefinitionAPI, RuntimeAPI and CommandAPI interfaces.


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 interface org.ow2.bonita.facade.QueryAPIAccessor
getQueryDefinitionAPI, getQueryRuntimeAPI
 

Method Detail

getRuntimeAPI

RuntimeAPI getRuntimeAPI()
To get the RuntimeAPI interface.

Returns:
the interface RuntimeAPI.

getManagementAPI

ManagementAPI getManagementAPI()
To get the ManagementAPI interface.

Returns:
the interface ManagementAPI.

getCommandAPI

CommandAPI getCommandAPI()
To get the CommandAPI interface.

Returns:
the interface CommandAPI.


Copyright © 2009 OW2 Consortium. All Rights Reserved.