public class ServerAPIImpl extends Object implements ServerAPI
| Constructor and Description |
|---|
ServerAPIImpl() |
ServerAPIImpl(boolean cleanSession) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeMethod(Map<String,Serializable> options,
String apiInterfaceName,
String methodName,
List<String> classNameParameters,
Object[] parametersValues) |
protected org.bonitasoft.engine.transaction.TransactionService |
selectTransactionService(Session session,
org.bonitasoft.engine.api.impl.ServerAPIImpl.SessionType sessionType) |
public ServerAPIImpl()
public ServerAPIImpl(boolean cleanSession)
public Object invokeMethod(Map<String,Serializable> options, String apiInterfaceName, String methodName, List<String> classNameParameters, Object[] parametersValues) throws ServerWrappedException
invokeMethod in interface ServerAPIServerWrappedExceptionprotected org.bonitasoft.engine.transaction.TransactionService selectTransactionService(Session session, org.bonitasoft.engine.api.impl.ServerAPIImpl.SessionType sessionType) throws BonitaHomeNotSetException, InstantiationException, IllegalAccessException, ClassNotFoundException, IOException, BonitaHomeConfigurationException
Copyright © 2014 BonitaSoft. All Rights Reserved.