Package org.bonitasoft.engine.api.impl
Class ServerAPIFactory
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.ServerAPIFactory
-
public class ServerAPIFactory extends java.lang.ObjectThis class load the server api implementation configured using the property `serverApi`. All server-side code goes through this class to retrieve the server api implementation.
-
-
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()
-
-