Package org.bonitasoft.engine.service
Interface APIAccessResolver
- All Known Implementing Classes:
APIAccessResolverImpl
public interface APIAccessResolver
- Author:
- Matthieu Chaffotte
-
Method Summary
-
Method Details
-
getAPIImplementation
<T> T getAPIImplementation(Class<T> apiInterface) throws org.bonitasoft.engine.exception.APIImplementationNotFoundException - Throws:
org.bonitasoft.engine.exception.APIImplementationNotFoundException
-