public enum GetProcessEngineConfiguration extends Enum<GetProcessEngineConfiguration> implements java.util.function.Function<org.camunda.bpm.engine.ProcessEngine,org.camunda.bpm.engine.ProcessEngineConfiguration>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.ProcessEngineConfiguration |
apply(org.camunda.bpm.engine.ProcessEngine processEngine) |
static GetProcessEngineConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetProcessEngineConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfandThen, compose, identitypublic static final GetProcessEngineConfiguration INSTANCE
public static GetProcessEngineConfiguration[] values()
for (GetProcessEngineConfiguration c : GetProcessEngineConfiguration.values()) System.out.println(c);
public static GetProcessEngineConfiguration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.camunda.bpm.engine.ProcessEngineConfiguration apply(org.camunda.bpm.engine.ProcessEngine processEngine)
apply in interface java.util.function.Function<org.camunda.bpm.engine.ProcessEngine,org.camunda.bpm.engine.ProcessEngineConfiguration>Copyright © 2020 Camunda Services GmbH. All rights reserved.