public class Api extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Api.Camunda |
| Modifier and Type | Method and Description |
|---|---|
void |
fail() |
void |
fail(String message) |
static Api |
feature(Class cls,
String memberName,
Class<?>... parameterTypes) |
static Api |
feature(String className) |
static Api |
feature(String className,
String memberName,
Class<?>... parameterTypes) |
Object |
invoke(Object obj,
Object... args) |
boolean |
isSupported() |
boolean |
warn() |
boolean |
warn(String message) |
Copyright © 2020 Camunda Services GmbH. All rights reserved.