Class ServerAPIFactory


  • public class ServerAPIFactory
    extends java.lang.Object
    This 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 ServerAPIFactory getInstance()  
      static org.bonitasoft.engine.api.internal.ServerAPI getServerAPI()  
      static org.bonitasoft.engine.api.internal.ServerAPI getServerAPI​(boolean cleanSession)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getServerAPI

        public static org.bonitasoft.engine.api.internal.ServerAPI getServerAPI()
      • getServerAPI

        public static org.bonitasoft.engine.api.internal.ServerAPI getServerAPI​(boolean cleanSession)