org.ow2.bonita.util
Class StandaloneAccessorUtil

java.lang.Object
  extended by org.ow2.bonita.util.StandaloneAccessorUtil

public final class StandaloneAccessorUtil
extends java.lang.Object

Util class used to access standalone APIs on the engine execution side

Author:
Thomas Gueze

Method Summary
static APIAccessor getAPIAccessor()
           
static QueryAPIAccessor getQueryAPIAccessor()
           
static CommandAPI getStandaloneCommandAPI()
           
static DefinitionAPI getStandaloneDefinitionAPI()
           
static ManagementAPI getStandaloneManagementAPI()
           
static QueryDefinitionAPI getStandaloneQueryDefinitionAPI()
           
static QueryRuntimeAPI getStandaloneQueryRuntimeAPI()
           
static RuntimeAPI getStandaloneRuntimeAPI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStandaloneCommandAPI

public static CommandAPI getStandaloneCommandAPI()

getAPIAccessor

public static APIAccessor getAPIAccessor()

getQueryAPIAccessor

public static QueryAPIAccessor getQueryAPIAccessor()

getStandaloneDefinitionAPI

public static DefinitionAPI getStandaloneDefinitionAPI()

getStandaloneManagementAPI

public static ManagementAPI getStandaloneManagementAPI()

getStandaloneQueryDefinitionAPI

public static QueryDefinitionAPI getStandaloneQueryDefinitionAPI()

getStandaloneQueryRuntimeAPI

public static QueryRuntimeAPI getStandaloneQueryRuntimeAPI()

getStandaloneRuntimeAPI

public static RuntimeAPI getStandaloneRuntimeAPI()