org.ow2.bonita.facade
Interface APIAccessor

All Superinterfaces:
QueryAPIAccessor, org.ow2.bonita.facade.remote.RemoteAPIAccessor, org.ow2.bonita.facade.remote.RemoteQueryAPIAccessor

public interface APIAccessor
extends QueryAPIAccessor, org.ow2.bonita.facade.remote.RemoteAPIAccessor

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


Method Summary
 CommandAPI getCommandAPI()
          To get the CommandAPI interface.
 DefinitionAPI getDefinitionAPI()
          To get the DefinitionAPI 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, getRetries, setRetries
 

Method Detail

getRuntimeAPI

RuntimeAPI getRuntimeAPI()
To get the RuntimeAPI interface.

Specified by:
getRuntimeAPI in interface org.ow2.bonita.facade.remote.RemoteAPIAccessor
Returns:
the interface RuntimeAPI.

getManagementAPI

ManagementAPI getManagementAPI()
To get the ManagementAPI interface.

Specified by:
getManagementAPI in interface org.ow2.bonita.facade.remote.RemoteAPIAccessor
Returns:
the interface ManagementAPI.

getDefinitionAPI

DefinitionAPI getDefinitionAPI()
To get the DefinitionAPI interface.

Specified by:
getDefinitionAPI in interface org.ow2.bonita.facade.remote.RemoteAPIAccessor
Returns:
the interface DefinitionAPI.

getCommandAPI

CommandAPI getCommandAPI()
To get the CommandAPI interface.

Specified by:
getCommandAPI in interface org.ow2.bonita.facade.remote.RemoteAPIAccessor
Returns:
the interface CommandAPI.