Package org.bonitasoft.engine.api.impl
Class ServerAPIFactory
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.ServerAPIFactory
-
public class ServerAPIFactory extends java.lang.Object- Author:
- Emmanuel Duchastenier
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServerAPIFactorygetInstance()static org.bonitasoft.engine.api.internal.ServerAPIgetServerAPI()static org.bonitasoft.engine.api.internal.ServerAPIgetServerAPI(boolean cleanSession)
-
-
-
Method Detail
-
getServerAPI
public static org.bonitasoft.engine.api.internal.ServerAPI getServerAPI()
-
getServerAPI
public static org.bonitasoft.engine.api.internal.ServerAPI getServerAPI(boolean cleanSession)
-
getInstance
public static ServerAPIFactory getInstance()
-
-