org.camunda.bpm.engine.test.util
Class CamundaBpmApi

java.lang.Object
  extended by org.camunda.bpm.engine.test.util.CamundaBpmApi

public class CamundaBpmApi
extends Object

Author:
Martin Schimak

Constructor Summary
CamundaBpmApi()
           
 
Method Summary
static boolean supports(String api)
          Answers, if process engine supports the requested API version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamundaBpmApi

public CamundaBpmApi()
Method Detail

supports

public static boolean supports(String api)
Answers, if process engine supports the requested API version.

Parameters:
api - Camunda BPM API version e.g. '7.1', '7.2' etc.
Returns:
true, if process engine supports the requested API version.


Copyright © 2016 camunda services GmbH. All rights reserved.