org.camunda.bpm.engine.test.util
Class CamundaBpmApi
java.lang.Object
org.camunda.bpm.engine.test.util.CamundaBpmApi
public class CamundaBpmApi
- extends Object
- Author:
- Martin Schimak
|
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 |
CamundaBpmApi
public CamundaBpmApi()
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.