org.ow2.bonita.facade.internal
Interface InternalAPIAccessor

All Superinterfaces:
InternalQueryAPIAccessor

public interface InternalAPIAccessor
extends InternalQueryAPIAccessor

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


Method Summary
 InternalCommandAPI getCommandAPI()
          To get the CommandAPI interface.
 InternalManagementAPI getManagementAPI()
          To get the ManagementAPI interface.
 InternalRuntimeAPI getRuntimeAPI()
          To get the RuntimeAPI interface.
 
Methods inherited from interface org.ow2.bonita.facade.internal.InternalQueryAPIAccessor
getQueryDefinitionAPI, getQueryRuntimeAPI
 

Method Detail

getRuntimeAPI

InternalRuntimeAPI getRuntimeAPI()
To get the RuntimeAPI interface.

Returns:
the interface RuntimeAPI.

getManagementAPI

InternalManagementAPI getManagementAPI()
To get the ManagementAPI interface.

Returns:
the interface ManagementAPI.

getCommandAPI

InternalCommandAPI getCommandAPI()
To get the CommandAPI interface.

Returns:
the interface CommandAPI.


Copyright © 2009 OW2 Consortium. All Rights Reserved.