Class LazyLoader
- java.lang.Object
-
- org.bonitasoft.engine.bdm.dao.client.resources.proxy.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.CommandAPIgetCommandAPI()protected for testingjava.lang.Objectload(java.lang.reflect.Method method, long persistenceId)
-
-
-
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.UnknownAPITypeExceptionprotected for testing- Throws:
org.bonitasoft.engine.exception.BonitaHomeNotSetExceptionorg.bonitasoft.engine.exception.ServerAPIExceptionorg.bonitasoft.engine.exception.UnknownAPITypeException
-
-