Class ProcessEngineServicesResolver

java.lang.Object
org.bonitasoft.engine.service.ProcessEngineServicesResolver
All Implemented Interfaces:
ServicesLookup

public class ProcessEngineServicesResolver extends Object implements ServicesLookup
Author:
Baptiste Mesta
  • Constructor Details

    • ProcessEngineServicesResolver

      public ProcessEngineServicesResolver()
  • Method Details

    • lookupService

      public <T> T lookupService(String serviceName)
      Description copied from interface: ServicesLookup
      lookup for a service on the platform
      Specified by:
      lookupService in interface ServicesLookup
      Type Parameters:
      T - type of the service to return
      Parameters:
      serviceName - name of the service, it is the id of the bean in the spring context
      Returns:
      the service