Class LazyLoader


  • public class LazyLoader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyLoader​(org.bonitasoft.engine.session.APISession apiSession)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.bonitasoft.engine.api.CommandAPI getCommandAPI()
      protected for testing
      java.lang.Object load​(java.lang.reflect.Method method, long persistenceId)  
      • Methods inherited from class java.lang.Object

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

      • LazyLoader

        public LazyLoader​(org.bonitasoft.engine.session.APISession apiSession)
    • Method Detail

      • load

        public java.lang.Object load​(java.lang.reflect.Method method,
                                     long persistenceId)
      • getCommandAPI

        protected org.bonitasoft.engine.api.CommandAPI getCommandAPI()
                                                              throws org.bonitasoft.engine.exception.BonitaHomeNotSetException,
                                                                     org.bonitasoft.engine.exception.ServerAPIException,
                                                                     org.bonitasoft.engine.exception.UnknownAPITypeException
        protected for testing
        Throws:
        org.bonitasoft.engine.exception.BonitaHomeNotSetException
        org.bonitasoft.engine.exception.ServerAPIException
        org.bonitasoft.engine.exception.UnknownAPITypeException