org.camunda.bpm.engine.rest.util
Class EngineUtil

java.lang.Object
  extended by org.camunda.bpm.engine.rest.util.EngineUtil

public class EngineUtil
extends Object


Constructor Summary
EngineUtil()
           
 
Method Summary
static ProcessEngine lookupProcessEngine(String engineName)
          Look up the process engine from the ProcessEngineProvider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineUtil

public EngineUtil()
Method Detail

lookupProcessEngine

public static ProcessEngine lookupProcessEngine(String engineName)
Look up the process engine from the ProcessEngineProvider. If engineName is null, the default engine is returned.

Parameters:
engineName -
Returns:


Copyright © 2016 camunda services GmbH. All rights reserved.