Class ServerAPIFactory

java.lang.Object
org.bonitasoft.engine.api.impl.ServerAPIFactory

public class ServerAPIFactory extends 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 Details

    • 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()