Class APIAccessResolverImpl
java.lang.Object
org.bonitasoft.engine.service.impl.APIAccessResolverImpl
- All Implemented Interfaces:
APIAccessResolver
- Author:
- Matthieu Chaffotte, Celine Souchet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetApiImplementation(Class<?> apiInterface) <T> TgetAPIImplementation(Class<T> apiInterface)
-
Constructor Details
-
APIAccessResolverImpl
public APIAccessResolverImpl()
-
-
Method Details
-
getAPIImplementation
public <T> T getAPIImplementation(Class<T> apiInterface) throws org.bonitasoft.engine.exception.APIImplementationNotFoundException - Specified by:
getAPIImplementationin interfaceAPIAccessResolver- Throws:
org.bonitasoft.engine.exception.APIImplementationNotFoundException
-
getApiImplementation
-